File tree Expand file tree Collapse file tree 6 files changed +101
-326
lines changed Expand file tree Collapse file tree 6 files changed +101
-326
lines changed Original file line number Diff line number Diff line change 1
- dart 2.19.6
2
- flutter 3.7.12
1
+ dart 3.1.2
2
+ flutter 3.13.5-stable
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ assets/json/fruits.json => Assets.json.fruits
274
274
pictures/ocean_view.jpg => Assets.pictures.oceanView
275
275
```
276
276
277
- [Example of code generated by FlutterGen](https://github.com/FlutterGen/flutter_gen/tree /main/example/lib/gen/assets.gen.dart)
277
+ [Example of code generated by FlutterGen](https://github.com/FlutterGen/flutter_gen/blob /main/examples /example/lib/gen/assets.gen.dart)
278
278
279
279
### Fonts
280
280
@@ -311,7 +311,7 @@ Text(
311
311
),
312
312
```
313
313
314
- [ Example of code generated by FlutterGen] ( https://github.com/FlutterGen/flutter_gen/tree/main/example/lib/gen/fonts.gen.dart )
314
+ [ Example of code generated by FlutterGen] ( https://github.com/FlutterGen/flutter_gen/tree/main/examples/ example/lib/gen/fonts.gen.dart )
315
315
316
316
### Colors
317
317
@@ -355,7 +355,7 @@ Text(
355
355
),
356
356
` ` `
357
357
358
- [Example of code generated by FlutterGen](https://github.com/FlutterGen/flutter_gen/tree/main/example/lib/gen/colors.gen.dart)
358
+ [Example of code generated by FlutterGen](https://github.com/FlutterGen/flutter_gen/tree/main/examples/ example/lib/gen/colors.gen.dart)
359
359
360
360
# # Credits
361
361
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ scripts:
42
42
description : flutter build apk
43
43
44
44
gen:build_runner :
45
- exec : dart pub run build_runner build --delete-conflicting-outputs
45
+ exec : dart run build_runner build --delete-conflicting-outputs
46
46
packageFilters :
47
47
ignore :
48
48
- example
49
49
- example_resources
50
50
dependsOn : build_runner
51
- description : dart pub run build_runner build --delete-conflicting-outputs
51
+ description : dart run build_runner build --delete-conflicting-outputs
52
52
53
53
gen:examples:command :
54
54
exec : dart ../../packages/command/bin/flutter_gen_command.dart --config pubspec.yaml
Original file line number Diff line number Diff line change 7
7
"prepare" : " husky install"
8
8
},
9
9
"lint-staged" : {
10
- ".github/**/*.{yaml,yml}" : [
11
- " node-actionlint"
12
- ],
13
10
"*.dart" : [
14
11
" melos format"
15
12
]
16
13
},
17
14
"devDependencies" : {
18
15
"husky" : " 8.0.3" ,
19
- "lint-staged" : " ^13.1.0" ,
20
- "node-actionlint" : " ^1.2.2" ,
21
- "prettier" : " ^2.8.3" ,
22
- "prettier-plugin-packagejson" : " ^2.4.0"
16
+ "lint-staged" : " ^14.0.1" ,
17
+ "prettier" : " ^3.0.3" ,
18
+ "prettier-plugin-packagejson" : " ^2.4.5"
23
19
},
24
- "packageManager" : " pnpm@8.6.2 "
20
+ "packageManager" : " pnpm@8.7.6 "
25
21
}
You can’t perform that action at this time.
0 commit comments