fluttered 2.0.2 copy "fluttered: ^2.0.2" to clipboard
fluttered: ^2.0.2 copied to clipboard

A Flutter package that comes with various widgets and other helpers to reduce boiler plate code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluttered
copied to clipboard

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

dependencies:
  fluttered: ^2.0.2
copied to clipboard

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:fluttered/fluttered.dart';
copied to clipboard
0
likes
40
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.05 - 2025.03.20

A Flutter package that comes with various widgets and other helpers to reduce boiler plate code.

Homepage

License

MIT (license)

Dependencies

connectivity, flutter, provider, shared_preferences

More

Packages that depend on fluttered