bweird_widgets 0.1.3
bweird_widgets: ^0.1.3 copied to clipboard
A collection of BWeird widgets and components with GetX implemented
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bweird_widgets
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bweird_widgets: ^0.1.3
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:bweird_widgets/bweird_widgets.dart';
copied to clipboard