Skip to content

Commit

Permalink
fix: Fixed package at create.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Apr 25, 2024
1 parent e731cd0 commit c2a9a5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/katana_cli/lib/command/create.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final importPackages = [
///
/// "-a"のオプションが利用された場合の追加インポートパッケージ。
final allOptionsImportPackage = [
"flutter_animate",
"masamune_animate",
"font_awesome_flutter",
"url_strategy",
];
Expand All @@ -40,6 +40,7 @@ final allOptionsImportPackage = [
final importDevPackages = [
"build_runner",
"masamune_builder",
"masamune_lints",
"freezed",
"json_serializable",
];
Expand Down

0 comments on commit c2a9a5b

Please sign in to comment.