Skip to content

Commit

Permalink
flutter >3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 12, 2023
1 parent 8bca3a4 commit 277b60f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '2.8.1', '2.10.5' ]
version: [ '3.0.0', '3.7.0' ]
defaults:
run:
working-directory: ./example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '2.8.1', '2.10.5' ]
version: [ '3.0.0', '3.7.0' ]
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 3.0.0+1
publish_to: none

environment:
sdk: '>=2.14.0 <3.0.0'
flutter: '>=2.8.0'
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
flutter:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: b543301ad291598523947dc534aaddc5aaad597b709d2426d3a0e0d44c5cb493
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
url: "https://pub.dev"
source: hosted
version: "1.0.4"
version: "2.0.3"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -116,10 +116,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: a2c3d198cb5ea2e179926622d433331d8b58374ab8f29cdda6e863bd62fd369c
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "2.1.1"
matcher:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ funding:
- https://www.buymeacoffee.com/hoc081098

environment:
sdk: '>=2.14.0 <3.0.0'
flutter: '>=2.8.0'
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.0.15
shared_preferences: ^2.0.18
rx_storage: ^2.1.0
meta: ^1.7.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
flutter_lints: ^2.0.0
shared_preferences_platform_interface: ^2.1.0
plugin_platform_interface: ^2.1.3
collection: ^1.15.0
plugin_platform_interface: ^2.1.4
collection: ^1.17.0

0 comments on commit 277b60f

Please sign in to comment.