David PHAM-VAN

Fix Flutter SDK Minimum version

1 # Changelog 1 # Changelog
2 2
  3 +## 5.13.1
  4 +
  5 +- Fix Flutter SDK Minimum version
  6 +
3 ## 5.13.0 7 ## 5.13.0
4 8
5 - Migrate to package:web and dart:js_interop 9 - Migrate to package:web and dart:js_interop
1 -// ignore_for_file: public_member_api_docs 1 +// ignore_for_file: public_member_api_docs, avoid_redundant_argument_values
2 2
3 import 'dart:typed_data'; 3 import 'dart:typed_data';
4 4
@@ -45,7 +45,7 @@ class MyApp extends StatelessWidget { @@ -45,7 +45,7 @@ class MyApp extends StatelessWidget {
45 ), 45 ),
46 ), 46 ),
47 pw.SizedBox(height: 20), 47 pw.SizedBox(height: 20),
48 - pw.Flexible(child: pw.FlutterLogo()) 48 + pw.Flexible(child: pw.FlutterLogo()),
49 ], 49 ],
50 ); 50 );
51 }, 51 },
@@ -15,11 +15,11 @@ topics: @@ -15,11 +15,11 @@ topics:
15 - print 15 - print
16 - printing 16 - printing
17 - report 17 - report
18 -version: 5.13.0 18 +version: 5.13.1
19 19
20 environment: 20 environment:
21 sdk: ">=3.3.0 <4.0.0" 21 sdk: ">=3.3.0 <4.0.0"
22 - flutter: ">=3.19.0" 22 + flutter: ">=3.22.0"
23 23
24 dependencies: 24 dependencies:
25 ffi: ">=1.1.0 <3.0.0" 25 ffi: ">=1.1.0 <3.0.0"