Skip to content

Commit 42a52e0

Browse files
committed
Pin meta in template to < 1.7.0
1 parent aed6ee2 commit 42a52e0

File tree

2 files changed

+80
-25
lines changed

2 files changed

+80
-25
lines changed

lib/src/templates/new_project.g.dart

Lines changed: 79 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/new_project/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dev_dependencies:
1515
build_runner: ^1.9.0
1616
build_test: ^1.0.0
1717
build_web_compilers: ^2.10.0
18-
meta: ^1.4.0 # As of 07/12/2021, Dart throws errors if meta is 1.4.0 or above
18+
meta: <1.7.0 # As of 07/12/2021, Dart throws errors if meta is 1.7.0 or above
1919
pedantic: ^1.9.0
2020
test: ^1.6.3

0 commit comments

Comments
 (0)