Skip to content

subair-zufi/Flutter-Affiliate-Marketing-App

Repository files navigation

Flutter Affiliate Marketing App

This app is still incomplete.

Getting Started

  • Configure app for Android and Ios. Web is setup already, but replace config keys
  • Create an admin panel with 'add_product_page.dart' located in libs>screens
  • Add following value inside 'Products' Collection:
    1. String imgLink;
    2. String title;
    3. String description;
    4. int mrp; 5.0int off;
    5. String exp;
    6. String store;
    7. String category;
    8. String destination;
    9. String offerType;
    10. String id;
    11. int time;
  • Run the app with 'flutter run -d chrome' For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

Affiliate Marketing App With Firestore Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published