File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- include: package:very_good_analysis/analysis_options.3.1 .0.yaml
1+ include: package:very_good_analysis/analysis_options.4.0 .0.yaml
Original file line number Diff line number Diff line change @@ -244,12 +244,12 @@ extension on FileSystemEntity {
244244class RouteConfiguration {
245245 /// {@macro route_configuration}
246246 const RouteConfiguration({
247- this.globalMiddleware,
248247 required this.middleware,
249248 required this.directories,
250249 required this.routes,
251250 required this.endpoints,
252251 required this.rogueRoutes,
252+ this.globalMiddleware,
253253 this.serveStaticFiles = false,
254254 this.invokeCustomEntrypoint = false,
255255 });
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
77documentation: https://dartfrog.vgv.dev/docs/overview
88
99environment:
10- sdk: ">=2.18 .0 <3.0.0"
10+ sdk: ">=2.19 .0 <3.0.0"
1111
1212dependencies:
1313 path: ^1.8.1
1414
1515dev_dependencies:
1616 mocktail: ^0.3.0
1717 test: ^1.19.2
18- very_good_analysis: ^3.1 .0
18+ very_good_analysis: ^4.0 .0
You can’t perform that action at this time.
0 commit comments