bilions_ui 1.0.19 bilions_ui: ^1.0.19 copied to clipboard
Bilions UI components. Custom made alert, confirm, image preview, toast widgets, text input, date picker, bottom sheet menu. All widget are support with different theme variant such as primary, succes [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bilions_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bilions_ui: ^1.0.19
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:bilions_ui/bilions_ui.dart';