Skip to content

Commit fde2923

Browse files
authored
⬆️ Allow intl: ^0.20.0 (#31)
1 parent 01362dd commit fde2923

File tree

67 files changed

+40
-1391
lines changed

Some content is hidden

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

67 files changed

+40
-1391
lines changed

.github/workflows/runnable.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
os: [ macos-latest ]
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: actions/setup-java@v4
27-
with:
28-
distribution: 'zulu'
29-
java-version: '17'
3026
- uses: subosito/flutter-action@v2
3127
with:
3228
channel: 'stable'
@@ -37,19 +33,9 @@ jobs:
3733
- name: Prepare dependencies
3834
run: flutter pub get
3935
- name: Check Dart code formatting
40-
run: dart format . -o none --set-exit-if-changed
36+
run: dart format lib -o none --set-exit-if-changed
4137
- name: Analyze Dart code
42-
run: flutter analyze .
43-
# - name: Run tests
44-
# run: flutter test
45-
# - name: Generate docs
46-
# run: |
47-
# dart pub global activate dartdoc
48-
# dart pub global run dartdoc .
38+
run: flutter analyze lib
4939
- run: flutter pub get
50-
- name: Build Example (Android)
51-
run: cd example; flutter build apk --debug
52-
- name: Build Example (iOS)
53-
run: cd example; flutter build ios --no-codesign
5440
- name: Build Example (Web)
5541
run: cd example; flutter build web

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.6
2+
3+
* Update dependency: intl to ^0.20.0.
4+
15
## 0.3.5
26

37
* Update dependency: intl to ^0.19.0.
@@ -52,4 +56,4 @@
5256

5357
## 0.1.0
5458

55-
* Initial Open Source release.
59+
* Initial Open Source release.

example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
.pub-cache/
3131
.pub/
3232
/build/
33+
pubspec.lock
3334

3435
# Web related
3536
lib/generated_plugin_registrant.dart

example/.metadata

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: "41456452f29d64e8deb623a3c927524bcf9f111b"
7+
revision: "8defaa71a77c16e8547abdbfad2053ce3a6e2d5b"
88
channel: "stable"
99

1010
project_type: app
@@ -13,26 +13,11 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
17-
base_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
18-
- platform: android
19-
create_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
20-
base_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
21-
- platform: ios
22-
create_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
23-
base_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
24-
- platform: linux
25-
create_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
26-
base_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
27-
- platform: macos
28-
create_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
29-
base_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
16+
create_revision: 8defaa71a77c16e8547abdbfad2053ce3a6e2d5b
17+
base_revision: 8defaa71a77c16e8547abdbfad2053ce3a6e2d5b
3018
- platform: web
31-
create_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
32-
base_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
33-
- platform: windows
34-
create_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
35-
base_revision: 41456452f29d64e8deb623a3c927524bcf9f111b
19+
create_revision: 8defaa71a77c16e8547abdbfad2053ce3a6e2d5b
20+
base_revision: 8defaa71a77c16e8547abdbfad2053ce3a6e2d5b
3621

3722
# User provided section
3823

example/android/.gitignore

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

example/android/app/build.gradle

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

example/android/app/src/debug/AndroidManifest.xml

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

example/android/app/src/main/AndroidManifest.xml

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

example/android/app/src/main/kotlin/com/example/example/MainActivity.kt

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

example/android/app/src/main/res/drawable-v21/launch_background.xml

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

example/android/app/src/main/res/drawable/launch_background.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

example/android/app/src/main/res/values-night/styles.xml

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

example/android/app/src/main/res/values/styles.xml

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

example/android/app/src/profile/AndroidManifest.xml

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

example/android/build.gradle

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

example/android/gradle.properties

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

example/android/gradle/wrapper/gradle-wrapper.properties

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

example/android/settings.gradle

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

0 commit comments

Comments
 (0)