storebounty_themes 0.1.9-dev storebounty_themes: ^0.1.9-dev copied to clipboard
The storebounty_themes package serves as a valuable tool for effortless visual customization and aids in defining the overall appearance and user experience of any storebounty mobile application. Each [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add storebounty_themes
With Flutter:
$ flutter pub add storebounty_themes
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
storebounty_themes: ^0.1.9-dev
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:storebounty_themes/storebounty_themes.dart';