xapptor_business

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

xapptor business

Xapptor Business #

Module for payment processing. #
Let's get started #
1 - Depend on it #
Add it to your package's pubspec.yaml file
dependencies:
xapptor_business: ^0.0.3
copied to clipboard
2 - Install it #
Install packages from the command line
flutter pub get
copied to clipboard
3 - Learn it like a charm #
Admin Analytics
AdminAnalytics(
text_color: Colors.black,
icon_color: Colors.blue,
);
copied to clipboard
Dispenser Details
DispenserDetails(
product: product,
dispenser: dispenser,
dispenser_id: dispenser_id,
allow_edit: true,
update_enabled_in_dispenser: update_enabled_in_dispenser_function,
);
copied to clipboard
Payment Webview
PaymentWebview(
url_base: url,
);
copied to clipboard
Product Catalog
ProductCatalog(
topbar_color: Colors.blue,
language_picker_items_text_color: Colors.cyan,
products: products,
linear_gradients: linear_gradients,
texts: text_list_product_catalog,
background_color: Colors.blue,
title_color: Colors.white,
subtitle_color: Colors.white,
text_color: Colors.white,
button_color: Colors.cyan,
success_url: "https://www.yourdomain.com/home?payment_success=true",
cancel_url: "https://www.yourdomain.com/home?payment_success=false",
);
copied to clipboard
Product Details
ProductDetails(
product: product,
is_editing: true,
text_color: Colors.black,
title_color: Colors.blue,
);
copied to clipboard
Product List
ProductList(
vending_machine_id: vending_machine_id,
allow_edit: false,
has_topbar: false,
for_dispensers: true,
text_color: Colors.blue,
topbar_color: Colors.cyan,
title_color: Color.green,
);
copied to clipboard
Vending Machine Details
VendingMachineDetails(
vending_machine: vending_machine,
text_color: Colors.black,
topbar_color: Colors.blue,
textfield_color: Colors.black,
);
copied to clipboard
4 - Check Abeinstitute Repo for more examples #
Abeinstitute Repo
Abeinstitute

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.