flutter_fast 1.2.3 copy "flutter_fast: ^1.2.3" to clipboard
flutter_fast: ^1.2.3 copied to clipboard

flutter_fast is a versatile CLI tool designed to streamline your Flutter development workflow. It provides a range of functionalities to enhance productivity, including managing Flutter environments, [...]

flutter_fast #

flutter_fast is a powerful command-line interface (CLI) tool designed to streamline your Flutter development workflow. With a range of functionalities for managing Flutter environments and generating code assets, flutter_fast enhances productivity and simplifies common tasks in Flutter projects.

Features #

  • Flutter Environment Check: Verify if Flutter is installed and available on your system.
  • Code Asset Generation: Generate Dart code for assets, features, and libraries with ease.
  • Dynamic PATH Management: Add directories to your system PATH environment variable.
  • User-Friendly Interface: Clear prompts and messages guide you through its functionalities.

Installation #

Add flutter_fast to your Dart project's dependencies in pubspec.yaml:

dependencies:
  flutter_fast: ^1.0.0

Usage #

Generate Code Assets #

Generate assets

flutter_fast -a assets

Generate Feature:

flutter_fast -f feature_name

Generate Library:

flutter_fast -l library_name

Detailed documentation on Medium - https://medium.com/@pavansn.2000/boost-your-flutter-project-setup-with-flutter-fast-5b2c284fbf8a

0
likes
95
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

flutter_fast is a versatile CLI tool designed to streamline your Flutter development workflow. It provides a range of functionalities to enhance productivity, including managing Flutter environments, generating code assets, and handling common development tasks efficiently.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, dcli

More

Packages that depend on flutter_fast