File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 8.1.1
2
+ ### Web
3
+ - Migrate the web example to use the new web bootstrapping, introduced in Flutter 3.22.
4
+
1
5
## 8.1.0
2
6
### General
3
7
- Updates the minimum Flutter version to 3.22.0, to support Dart 3.4.
Original file line number Diff line number Diff line change 16
16
17
17
< title > example</ title >
18
18
< link rel ="manifest " href ="manifest.json ">
19
- < script src ="flutter.js "> </ script >
20
19
</ head >
21
20
< body >
22
- <!-- This script installs service_worker.js to provide PWA functionality to
23
- application. For more information, see:
24
- https://developers.google.com/web/fundamentals/primers/service-workers -->
25
- < script >
26
- { { flutter_build_config } }
27
- _flutter . loader . load ( ) ;
28
- </ script >
29
- < script src ="main.dart.js " type ="application/javascript "> </ script >
21
+ < script src ="flutter_bootstrap.js " async > </ script >
30
22
</ body >
31
23
</ html >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin
3
3
homepage : https://github.com/miguelpruivo/plugins_flutter_file_picker
4
4
repository : https://github.com/miguelpruivo/flutter_file_picker
5
5
issue_tracker : https://github.com/miguelpruivo/flutter_file_picker/issues
6
- version : 8.1.0
6
+ version : 8.1.1
7
7
8
8
dependencies :
9
9
flutter :
You can’t perform that action at this time.
0 commit comments