dotsquares_flutter_starter 1.0.0
dotsquares_flutter_starter: ^1.0.0 copied to clipboard
Flutter Folder Architecture is a pre-built, scalable, and organized folder structure package designed to streamline your Flutter project setup. This package provides a well-defined architecture that f [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dotsquares_flutter_starterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dotsquares_flutter_starter: ^1.0.0Alternatively, 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:dotsquares_flutter_starter/dotsquares_flutter_starter.dart';