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 create and builds the final shell command string.
FlutterCreateWizard
Interactive terminal wizard that guides the user through every flutter create option and executes the resulting command.