Skip to content

Commit b7656b8

Browse files
authored
Merge pull request #835 from OneSignal/rebase_user_model
Merge `user_model/main` into the `main` branch
2 parents e14e77a + a484250 commit b7656b8

File tree

99 files changed

+3584
-3876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+3584
-3876
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Flutter
1818
uses: subosito/flutter-action@v2
1919
with:
20-
flutter-version: '2.10.4'
20+
flutter-version: '3.3.2'
2121
channel: 'stable'
2222

2323
- name: Checkout OneSignal-Flutter-SDK
@@ -27,10 +27,10 @@ jobs:
2727
run: flutter pub get
2828

2929
- name: Static Analysis
30-
run: flutter analyze --no-pub --no-fatal-infos
30+
run: flutter analyze
3131

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

3535
- name: Run Flutter unit tests
3636
run: flutter test

.idea/libraries/Dart_SDK.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.idea/libraries/Flutter_for_Android.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/runConfigurations/example_lib_main_dart.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)