storebounty_checkout 0.0.9 storebounty_checkout: ^0.0.9 copied to clipboard
storebounty_checkout is a package specifically designed to facilitate the checkout process for all applications within the StoreBounty ecosystem. It serves as a centralized solution for handling payme [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add storebounty_checkout
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
storebounty_checkout: ^0.0.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_checkout/common/constants/checkoutthemes.dart';
import 'package:storebounty_checkout/common/constants/constant.dart';
import 'package:storebounty_checkout/common/extentions.dart';
import 'package:storebounty_checkout/model/addressmodel.dart';
import 'package:storebounty_checkout/model/customermodel.dart';
import 'package:storebounty_checkout/model/locationdatamodel.dart';
import 'package:storebounty_checkout/model/ordercreatedmodel.dart';
import 'package:storebounty_checkout/model/paymentmodel.dart';
import 'package:storebounty_checkout/storebounty_checkout_v1.dart';
import 'package:storebounty_checkout/widget/alert/alertclass.dart';
import 'package:storebounty_checkout/widget/custombutton.dart';
import 'package:storebounty_checkout/widget/customdropdown.dart';
import 'package:storebounty_checkout/widget/customdropdown2.dart';
import 'package:storebounty_checkout/widget/custominputtextfield.dart';
import 'package:storebounty_checkout/widget/exploreappbar.dart';
import 'package:storebounty_checkout/widget/styles/colors.dart';
import 'package:storebounty_checkout/widget/styles/textstles.dart';