We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6918406 commit 0aad61bCopy full SHA for 0aad61b
bricks/flutter_clean_base/hooks/post_gen.dart
@@ -194,8 +194,8 @@ Future<void> getDependencies(HookContext context) async {
194
];
195
196
if (context.vars['theme_generate']) {
197
- dependencies.add('theme_tailor_annotation:\'^2.1.0\'');
198
- devDependencies.add('theme_tailor:\'^2.1.0\'');
+ dependencies.add('theme_tailor_annotation:2.1.0');
+ devDependencies.add('theme_tailor:2.1.0');
199
}
200
201
switch (context.vars['navigation']) {
0 commit comments