sai_custom_widgets 0.0.1 sai_custom_widgets: ^0.0.1 copied to clipboard
A collection of customizable and reusable Flutter widgets to simplify UI development. This package includes widgets for layout gaps, state management with GetX, and more to help developers build respo [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sai_custom_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sai_custom_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:sai_custom_widgets/sai_custom_widgets.dart';