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
copied to clipboard

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
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:fast_ui/fast_ui.dart';
copied to clipboard
20
likes
160
points
145
downloads

Publisher

verified publisherrexios.dev

Weekly Downloads

2024.09.25 - 2025.04.09

A collection of Flutter packages aimed to make UI development faster

Repository (GitHub)

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