project_starter_kit 1.0.0 copy "project_starter_kit: ^1.0.0" to clipboard
project_starter_kit: ^1.0.0 copied to clipboard

A collection of essential Flutter utilities, including theming helpers, a versatile form validator, and useful Dart extensions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add project_starter_kit

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

dependencies:
  project_starter_kit: ^1.0.0

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:project_starter_kit/project_starter_kit.dart';
0
likes
160
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of essential Flutter utilities, including theming helpers, a versatile form validator, and useful Dart extensions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, diacritic, flutter

More

Packages that depend on project_starter_kit