hoshika_flkit 0.2.0
hoshika_flkit: ^0.2.0 copied to clipboard
A CLI tool to generate Flutter projects.
FLKit Example #
Create a Flutter app with the starter template:
flkit create sample_app --template=starter
Create the same app non-interactively:
flkit create sample_app \
--template=starter \
--bundle-id=com.example.app \
--platforms=mobile
After generation:
cd sample_app
dart run slang
dart run build_runner build --delete-conflicting-outputs
flutter run