Skip to content

Commit

Permalink
fix: Adjust the Flutter version, Flutter >=3.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelongqy committed Jun 30, 2024
1 parent 5a977ef commit 343f08f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Next
- fix: Adjust the Flutter version, Flutter >=3.10.0.

## 3.4.0
- breaking: Flutter >=3.7.0, dart >=2.19.0. Remove some unnecessary compatibility, please update the Flutter version in time, or use the previous version.
- fix: Scroll bar adaptation for unknown platforms [#825](https://github.com/xuelongqy/flutter_easy_refresh/issues/825).
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/xuelongqy/flutter_easy_refresh/issues

environment:
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion styles/easy_refresh_bubbles/.flutter-plugins
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is a generated file; do not edit or check into version control.
rive_common=C:\\Users\\53130\\AppData\\Local\\Pub\\Cache\\hosted\\pub.flutter-io.cn\\rive_common-0.3.3\\
rive_common=/Users/xuelongqy/.pub-cache/hosted/pub.flutter-io.cn/rive_common-0.4.9/
2 changes: 1 addition & 1 deletion styles/easy_refresh_bubbles/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"rive_common","path":"C:\\\\Users\\\\53130\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.flutter-io.cn\\\\rive_common-0.3.3\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"rive_common","path":"C:\\\\Users\\\\53130\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.flutter-io.cn\\\\rive_common-0.3.3\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"rive_common","path":"C:\\\\Users\\\\53130\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.flutter-io.cn\\\\rive_common-0.3.3\\\\","native_build":true,"dependencies":[]}],"linux":[],"windows":[{"name":"rive_common","path":"C:\\\\Users\\\\53130\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.flutter-io.cn\\\\rive_common-0.3.3\\\\","native_build":true,"dependencies":[]}],"web":[{"name":"rive_common","path":"C:\\\\Users\\\\53130\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.flutter-io.cn\\\\rive_common-0.3.3\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"rive_common","dependencies":[]}],"date_created":"2024-04-19 12:22:16.974148","version":"3.19.6"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"rive_common","path":"/Users/xuelongqy/.pub-cache/hosted/pub.flutter-io.cn/rive_common-0.4.9/","native_build":true,"dependencies":[]}],"android":[{"name":"rive_common","path":"/Users/xuelongqy/.pub-cache/hosted/pub.flutter-io.cn/rive_common-0.4.9/","native_build":true,"dependencies":[]}],"macos":[{"name":"rive_common","path":"/Users/xuelongqy/.pub-cache/hosted/pub.flutter-io.cn/rive_common-0.4.9/","native_build":true,"dependencies":[]}],"linux":[{"name":"rive_common","path":"/Users/xuelongqy/.pub-cache/hosted/pub.flutter-io.cn/rive_common-0.4.9/","native_build":true,"dependencies":[]}],"windows":[{"name":"rive_common","path":"/Users/xuelongqy/.pub-cache/hosted/pub.flutter-io.cn/rive_common-0.4.9/","native_build":true,"dependencies":[]}],"web":[{"name":"rive_common","path":"/Users/xuelongqy/.pub-cache/hosted/pub.flutter-io.cn/rive_common-0.4.9/","dependencies":[]}]},"dependencyGraph":[{"name":"rive_common","dependencies":[]}],"date_created":"2024-06-30 14:12:47.562292","version":"3.22.2"}

0 comments on commit 343f08f

Please sign in to comment.