Skip to content

Commit d69b26d

Browse files
authored
chore: update dependencies (#423)
* chore: Update project dependencies * docs: fix http links
1 parent 0a7f8bf commit d69b26d

File tree

6 files changed

+101
-326
lines changed

6 files changed

+101
-326
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dart 2.19.6
2-
flutter 3.7.12
1+
dart 3.1.2
2+
flutter 3.13.5-stable

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ assets/json/fruits.json => Assets.json.fruits
274274
pictures/ocean_view.jpg => Assets.pictures.oceanView
275275
```
276276
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)
278278
279279
### Fonts
280280
@@ -311,7 +311,7 @@ Text(
311311
),
312312
```
313313

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)
315315

316316
### Colors
317317

@@ -355,7 +355,7 @@ Text(
355355
),
356356
```
357357

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)
359359

360360
## Credits
361361

melos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ scripts:
4242
description: flutter build apk
4343

4444
gen:build_runner:
45-
exec: dart pub run build_runner build --delete-conflicting-outputs
45+
exec: dart run build_runner build --delete-conflicting-outputs
4646
packageFilters:
4747
ignore:
4848
- example
4949
- example_resources
5050
dependsOn: build_runner
51-
description: dart pub run build_runner build --delete-conflicting-outputs
51+
description: dart run build_runner build --delete-conflicting-outputs
5252

5353
gen:examples:command:
5454
exec: dart ../../packages/command/bin/flutter_gen_command.dart --config pubspec.yaml

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@
77
"prepare": "husky install"
88
},
99
"lint-staged": {
10-
".github/**/*.{yaml,yml}": [
11-
"node-actionlint"
12-
],
1310
"*.dart": [
1411
"melos format"
1512
]
1613
},
1714
"devDependencies": {
1815
"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"
2319
},
24-
"packageManager": "pnpm@8.6.2"
20+
"packageManager": "pnpm@8.7.6"
2521
}

0 commit comments

Comments
 (0)