storebounty_init 0.3.9 copy "storebounty_init: ^0.3.9" to clipboard
storebounty_init: ^0.3.9 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 Flutter:

 $ flutter pub add storebounty_init

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  storebounty_init: ^0.3.9

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: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/singleproductmodel.dart';
import 'package:storebounty_init/model/storedetailsmodel.dart';
import 'package:storebounty_init/storebountyinit.dart';
0
likes
115
points
38
downloads

Publisher

verified publisherstorebounty.com

Weekly Downloads

The storebounty_init package provides convenient functions that allow you to retrieve various types of data at different points in your application flow.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, google_fonts, http, shared_preferences

More

Packages that depend on storebounty_init