Showing
3 changed files
with
8 additions
and
4 deletions
| 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 | 15 | ||
| 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" |
-
Please register or login to post a comment