flutly 1.0.0+8 copy "flutly: ^1.0.0+8" to clipboard
flutly: ^1.0.0+8 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 flutly

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

dependencies:
  flutly: ^1.0.0+8

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:flutly/flutly.dart';