flutter_setup_helper 1.0.6 copy "flutter_setup_helper: ^1.0.6" to clipboard
flutter_setup_helper: ^1.0.6 copied to clipboard

A Dart package to streamline the creation of a standardized Flutter project structure. It sets up essential directories and files, helping developers start their projects with a solid foundation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_setup_helper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_setup_helper: ^1.0.6

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_setup_helper/flutter_setup_helper.dart';
1
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package to streamline the creation of a standardized Flutter project structure. It sets up essential directories and files, helping developers start their projects with a solid foundation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args

More

Packages that depend on flutter_setup_helper