snap_ui 1.0.0-beta
snap_ui: ^1.0.0-beta copied to clipboard
A modern, customizable Flutter component library with beautiful UI elements and smooth animations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add snap_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:
snap_ui: ^1.0.0-beta
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:snap_ui/snap_ui.dart';
copied to clipboard