creative_widgets 0.0.1
creative_widgets: ^0.0.1 copied to clipboard
Introducing CreativeWidgets, a comprehensive Flutter library that revolutionizes widget development by providing a collection of innovative and creative widgets. Say goodbye to lengthy code blocks, an [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add creative_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
creative_widgets: ^0.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:creative_widgets/creative_widgets.dart';