getwidget 7.0.1
getwidget: ^7.0.1 copied to clipboard
GetWidget is an open-source Flutter UI Kit with 1,000+ production-ready widgets (buttons, cards, carousels, forms, and more). Maintained since 2017 by the team at getwidget.dev.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add getwidgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
getwidget: ^7.0.1Alternatively, 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:getwidget/getwidget.dart';