Skip to content

Commit

Permalink
Merge pull request #835 from OneSignal/rebase_user_model
Browse files Browse the repository at this point in the history
Merge `user_model/main` into the `main` branch
  • Loading branch information
nan-li authored Feb 22, 2024
2 parents e14e77a + a484250 commit b7656b8
Show file tree
Hide file tree
Showing 99 changed files with 3,584 additions and 3,876 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '2.10.4'
flutter-version: '3.3.2'
channel: 'stable'

- name: Checkout OneSignal-Flutter-SDK
Expand All @@ -27,10 +27,10 @@ jobs:
run: flutter pub get

- name: Static Analysis
run: flutter analyze --no-pub --no-fatal-infos
run: flutter analyze

- name: Ensure the Dart code is formatted correctly
run: flutter format -o none --set-exit-if-changed .
run: flutter format --set-exit-if-changed --dry-run .

- name: Run Flutter unit tests
run: flutter test
19 changes: 0 additions & 19 deletions .idea/libraries/Dart_SDK.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/Flutter_for_Android.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/runConfigurations/example_lib_main_dart.xml

This file was deleted.

45 changes: 0 additions & 45 deletions .idea/workspace.xml

This file was deleted.

Loading

0 comments on commit b7656b8

Please sign in to comment.