hubble_shop 0.4.2 copy "hubble_shop: ^0.4.2" to clipboard
hubble_shop: ^0.4.2 copied to clipboard

unlisted

Hubble Money - A rewarding platform for your purchases

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hubble_shop

With Flutter:

 $ flutter pub add hubble_shop

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

dependencies:
  hubble_shop: ^0.4.2

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:hubble_shop/data/shop_repo.dart';
import 'package:hubble_shop/data/typedef.dart';
import 'package:hubble_shop/shop.dart';
import 'package:hubble_shop/view/src/brand_detail_page/brand_detail_page.dart';
import 'package:hubble_shop/view/src/brand_detail_page/data/view_data.dart';
import 'package:hubble_shop/view/src/brand_detail_page/data/view_model.dart';
import 'package:hubble_shop/view/src/how_it_works_modal/data/view_data.dart';
import 'package:hubble_shop/view/src/how_it_works_modal/data/view_model.dart';
import 'package:hubble_shop/view/src/how_it_works_modal/fragment/how_it_works_tabs.dart';
import 'package:hubble_shop/view/src/how_it_works_modal/how_it_works_modal.dart';
import 'package:hubble_shop/view/src/how_it_works_modal_v2/data/view_data.dart';
import 'package:hubble_shop/view/src/how_it_works_modal_v2/data/view_model.dart';
import 'package:hubble_shop/view/src/how_it_works_modal_v2/fragment/how_it_works_tabs.dart';
import 'package:hubble_shop/view/src/how_it_works_modal_v2/how_it_works_modal_v2.dart';
import 'package:hubble_shop/view/src/voucher_generation/apply_coupon_code/apply_coupon_code.dart';
import 'package:hubble_shop/view/src/voucher_generation/apply_coupon_code/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/apply_coupon_code/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/checkout_survey_modal/checkout_survey_modal.dart';
import 'package:hubble_shop/view/src/voucher_generation/checkout_survey_modal/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/checkout_survey_modal/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/hubble_assured/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/hubble_assured/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/hubble_assured/hubble_assured.dart';
import 'package:hubble_shop/view/src/voucher_generation/shop_post_payment/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/shop_post_payment/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/shop_post_payment/shop_post_payment.dart';
import 'package:hubble_shop/view/src/voucher_generation/v3_voucher_generation_success/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/v3_voucher_generation_success/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/v3_voucher_generation_success/v3_voucher_generation_success.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/assured_tag.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/callouts_builder.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/coins_info.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/coupon_info.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/denomination_row.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/edit_voucher_amount_modal.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/how_it_works_tabs.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/pre_review_heads_up_modal.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/pre_review_options_modal.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/product_variant_list.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/fragment/trust_markers.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_entry/voucher_generation_entry.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_inprogress/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_inprogress/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_inprogress/voucher_generation_inprogress.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_payment_processing/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_payment_processing/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_payment_processing/voucher_generation_payment_processing.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_success/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_success/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_success/voucher_generation_success.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_summary/data/view_data.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_summary/data/view_model.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_summary/fragment/payment_options_modal.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_summary/fragment/payment_summary_modal.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_summary/fragment/v2_payment_options_modal.dart';
import 'package:hubble_shop/view/src/voucher_generation/voucher_generation_summary/voucher_generation_summary.dart';
import 'package:hubble_shop/view/src/widgets/checkout_cart.dart';
import 'package:hubble_shop/view/src/widgets/voucher_card.dart';
import 'package:hubble_shop/view/src/widgets/voucher_card_v1.dart';
import 'package:hubble_shop/view/src/widgets/voucher_card_v3.dart';