all_widgets 0.0.1 all_widgets: ^0.0.1 copied to clipboard
This package is all in one package which contains mostly custom widget but letter on we will add more widget which you can directly use.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add all_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
all_widgets: ^0.0.1
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:all_widgets/all_widgets.dart';