fast_ui 0.1.2 copy "fast_ui: ^0.1.2" to clipboard
fast_ui: ^0.1.2 copied to clipboard

A collection of Flutter packages aimed to make UI development faster

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_ui

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

dependencies:
  fast_ui: ^0.1.2

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:fast_ui/fast_ui.dart';
20
likes
140
pub points
45%
popularity

Publisher

verified publisherrexios.dev

A collection of Flutter packages aimed to make UI development faster

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

fast_extensions, fast_nav, fast_overlays, fast_rx_flutter, fast_rx_persistence, flutter

More

Packages that depend on fast_ui