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 {
244
244
class RouteConfiguration {
245
245
/// {@macro route_configuration}
246
246
const RouteConfiguration ({
247
- this .globalMiddleware,
248
247
required this .middleware,
249
248
required this .directories,
250
249
required this .routes,
251
250
required this .endpoints,
252
251
required this .rogueRoutes,
252
+ this .globalMiddleware,
253
253
this .serveStaticFiles = false ,
254
254
this .invokeCustomEntrypoint = false ,
255
255
});
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
7
7
documentation : https://dartfrog.vgv.dev/docs/overview
8
8
9
9
environment :
10
- sdk : " >=2.18 .0 <3.0.0"
10
+ sdk : " >=2.19 .0 <3.0.0"
11
11
12
12
dependencies :
13
13
path : ^1.8.1
14
14
15
15
dev_dependencies :
16
16
mocktail : ^0.3.0
17
17
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