flutly 1.1.0+37
flutly: ^1.1.0+37 copied to clipboard
Flutly is a modern and customizable Flutter library that offers a collection of flexible and user-friendly widgets and tools.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutlyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutly: ^1.1.0+37Alternatively, 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:flutly/flutly.dart';