storebounty_themes 0.3.1
storebounty_themes: ^0.3.1 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_themesWith Flutter:
$ flutter pub add storebounty_themesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
storebounty_themes: ^0.3.1Alternatively, 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';