-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ADD start flutter step1 * FIX make more flutter stuff work * FIX more flutter stuff * FIX flutter stuff * ADD more flutter stuff * ADD more flutter stuff * FIX flutter types * ADD(flutter) query subscribe * ADD flutter insert * FIX some stuff * CHANGE move flutter folder * ADD(flutter) test * FIX flutter test * TRY fix test * FIX desction * FIX tests * FIX test * CHANGe(flutter) export stuff from rxdb flutter plugin * FIX tests * FIX more stuff * FIX flutter stuff * ADD flutter to docs * FIX link
- Loading branch information
Showing
146 changed files
with
27,609 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -339,7 +339,7 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-npm-angular-x7- | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install --legacy-peer-deps | ||
npm run build | ||
|
@@ -385,7 +385,7 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-npm-test-builds-x7- | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install | ||
npm run build | ||
|
@@ -418,7 +418,7 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-npm-test-code-style-x7- | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install | ||
npm run build | ||
|
@@ -445,7 +445,7 @@ jobs: | |
|
||
- name: install dependencies | ||
run: sudo apt-get update && sudo apt-get install -y chromium-browser | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install --legacy-peer-deps | ||
npm run build | ||
|
@@ -484,7 +484,7 @@ jobs: | |
node-version-file: '.nvmrc' | ||
- name: install dependencies | ||
run: sudo apt-get update && sudo apt-get install -y chromium-browser | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install --legacy-peer-deps | ||
npm run build | ||
|
@@ -512,7 +512,7 @@ jobs: | |
# TODO using latest node version does not work with expo-cli https://github.com/expo/expo-cli/issues/4478 | ||
node-version: 16.16.0 | ||
|
||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install | ||
npm run build | ||
|
@@ -556,7 +556,7 @@ jobs: | |
key: ${{ runner.os }}-buildx-supabase-${{ github.sha }} | ||
restore-keys: | | ||
${{ runner.os }}-buildx | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install --legacy-peer-deps | ||
npm run build | ||
|
@@ -595,7 +595,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install --legacy-peer-deps | ||
npm run build | ||
|
@@ -624,7 +624,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install --legacy-peer-deps | ||
npm run build | ||
|
@@ -652,7 +652,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install --legacy-peer-deps | ||
npm run build | ||
|
@@ -711,14 +711,63 @@ jobs: | |
with: | ||
node-version-file: '.nvmrc' | ||
|
||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install | ||
npm run build | ||
- name: npm run test:couchdb | ||
run: npm run test:couchdb | ||
|
||
test-flutter: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set node version | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version-file: '.nvmrc' | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
flutter-version: '3.3.4' | ||
channel: 'stable' | ||
- run: flutter --version | ||
- name: Reuse npm cache folder | ||
uses: actions/cache@v2 | ||
env: | ||
cache-name: cache-node-modules | ||
with: | ||
path: | | ||
~/.npm | ||
./node_modules | ||
./examples/flutter/javascript/node_modules | ||
key: ${{ runner.os }}-npm-flutter-x8-${{ hashFiles('**/package.json') }} | ||
restore-keys: | | ||
${{ runner.os }}-npm-flutter-x8- | ||
- name: prepare RxDB core | ||
run: | | ||
npm install --legacy-peer-deps | ||
npm run build | ||
rm -r node_modules | ||
- name: flutter javascript build | ||
working-directory: ./examples/flutter/javascript | ||
run: | | ||
npm run preinstall | ||
npm install --legacy-peer-deps | ||
npm run build | ||
- name: Add flutter linux dependencies | ||
run: | | ||
sudo apt-get update -y | ||
sudo apt-get install -y ninja-build libgtk-3-dev | ||
- name: flutter test | ||
uses: GabrielBB/[email protected] | ||
with: | ||
working-directory: ./examples/flutter | ||
run: | | ||
flutter config --enable-linux-desktop | ||
flutter test integration_test/basics_test.dart -d linux | ||
test-tutorials: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
|
@@ -727,7 +776,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install | ||
npm run build | ||
|
@@ -745,7 +794,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install | ||
npm run build | ||
|
@@ -762,7 +811,7 @@ jobs: | |
uses: actions/setup-node@v3 | ||
with: | ||
node-version-file: '.nvmrc' | ||
- name: prepare core | ||
- name: prepare RxDB core | ||
run: | | ||
npm install | ||
npm run build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Miscellaneous | ||
*.class | ||
*.log | ||
*.pyc | ||
*.swp | ||
.DS_Store | ||
.atom/ | ||
.buildlog/ | ||
.history | ||
.svn/ | ||
migrate_working_dir/ | ||
|
||
# IntelliJ related | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
# The .vscode folder contains launch configuration and tasks you configure in | ||
# VS Code which you may wish to be included in version control, so this line | ||
# is commented out by default. | ||
#.vscode/ | ||
|
||
# Flutter/Dart/Pub related | ||
**/doc/api/ | ||
**/ios/Flutter/.last_build_id | ||
.dart_tool/ | ||
.flutter-plugins | ||
.flutter-plugins-dependencies | ||
.packages | ||
.pub-cache/ | ||
.pub/ | ||
/build/ | ||
|
||
# Symbolication related | ||
app.*.symbols | ||
|
||
# Obfuscation related | ||
app.*.map.json | ||
|
||
# Android Studio will place build artifacts here | ||
/android/app/debug | ||
/android/app/profile | ||
/android/app/release | ||
|
||
|
||
javascript/rxdb-local.tgz | ||
javascript/node_modules | ||
javascript/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# This file tracks properties of this Flutter project. | ||
# Used by Flutter tool to assess capabilities and perform upgrades etc. | ||
# | ||
# This file should be version controlled. | ||
|
||
version: | ||
revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
channel: stable | ||
|
||
project_type: app | ||
|
||
# Tracks metadata for the flutter migrate command | ||
migration: | ||
platforms: | ||
- platform: root | ||
create_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
base_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
- platform: android | ||
create_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
base_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
- platform: ios | ||
create_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
base_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
- platform: linux | ||
create_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
base_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
- platform: macos | ||
create_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
base_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
- platform: web | ||
create_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
base_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
- platform: windows | ||
create_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
base_revision: eb6d86ee27deecba4a83536aa20f366a6044895c | ||
|
||
# User provided section | ||
|
||
# List of Local paths (relative to this file) that should be | ||
# ignored by the migrate tool. | ||
# | ||
# Files that are not part of the templates will be ignored by default. | ||
unmanaged_files: | ||
- 'lib/main.dart' | ||
- 'ios/Runner.xcodeproj/project.pbxproj' |
Oops, something went wrong.