flutter_setup_helper 1.1.6 copy "flutter_setup_helper: ^1.1.6" to clipboard
flutter_setup_helper: ^1.1.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 an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_setup_helper

Use it

The package has the following executables:

$ flutter_setup_helper

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_setup_helper

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

dependencies:
  flutter_setup_helper: ^1.1.6

Alternatively, your editor might support flutter 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
120
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.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

args, dio, flutter, get, get_storage, google_fonts, path, shimmer

More

Packages that depend on flutter_setup_helper