storebounty_init 0.3.4-dev copy "storebounty_init: ^0.3.4-dev" to clipboard
storebounty_init: ^0.3.4-dev 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.3.4-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_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';
0
likes
0
pub points
0%
popularity

Publisher

verified publisherstorebounty.com

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

License

unknown (license)

Dependencies

flutter, google_fonts, http, shared_preferences

More

Packages that depend on storebounty_init