storebounty_init 0.2.4 storebounty_init: ^0.2.4 copied to clipboard
The storebounty_init package provides convenient functions that allow you to retrieve various types of data at different points in your application flow.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add storebounty_init
With Flutter:
$ flutter pub add storebounty_init
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
storebounty_init: ^0.2.4
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_init/api/api_helper.dart';
import 'package:storebounty_init/api/httpclient.dart';
import 'package:storebounty_init/common/exception/storebountyexception.dart';
import 'package:storebounty_init/common/singletonclass/sharedpreferences.dart';
import 'package:storebounty_init/model/relatedmodel.dart';
import 'package:storebounty_init/model/storedetailsmodel.dart';
import 'package:storebounty_init/storebountyinit.dart';