bemall_promotion 1.0.0+1
bemall_promotion: ^1.0.0+1 copied to clipboard
SDK para integração com a plataforma BeMall.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bemall_promotionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bemall_promotion: ^1.0.0+1Alternatively, 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:bemall_promotion/bemall_sdk.dart';
import 'package:bemall_promotion/components/webview/webview_cookie_manager.dart';
import 'package:bemall_promotion/components/webview/webview_debug_button.dart';
import 'package:bemall_promotion/components/webview/webview_permissions_handler.dart';
import 'package:bemall_promotion/components/webview/webview_scanner_integration.dart';
import 'package:bemall_promotion/service/auth_service.dart';
import 'package:bemall_promotion/service/camera_service.dart';
import 'package:bemall_promotion/service/cupom_fiscal_service.dart';
import 'package:bemall_promotion/util/helpers.dart';