flutter_createx library
An interactive terminal wizard for flutter create.
Browse and configure all flutter create flags visually using an
arrow-key driven UI, then review the generated command and execute
it with a single confirmation.
import 'package:flutter_createx/flutter_createx.dart';
void main() async {
await FlutterCreateWizard().run();
}
Classes
- Awesome
- Checks if you are awesome. Spoiler: you are.
- FlutterCreateConfig
-
Holds every flag that can be passed to
flutter createand builds the final shell command string. - FlutterCreateWizard
-
Interactive terminal wizard that guides the user through every
flutter createoption and executes the resulting command.