Skip to content

Suzefa/bloc_flutter_app

Repository files navigation

Flutter Bloc State Management App

This app is created with Flutter framework and focus to implement the flutter bloc and with the clean architecture using MVVM approach.

Screenshots

Getting Started

  1. Make sure you have Flutter Latest installed on your computer.

  2. Clone the repository: git clone https://github.com/Suzefa/bloc_flutter_app.git

  3. cretae files manully or you can find files here

    for ios firebase configuration

    • /ios/firebase_app_id_file.json

    • /ios/Runner/GoogleService-Info.plist

    for dart integration with firebase

    • /lib/firebase_options.dart

    for android firebase integration

    • /android/app/google-services.json

  4. Go to the project directory: cd bloc_flutter_app

  5. Install the dependencies: flutter pub get

  6. Run the app on an emulator or device: flutter run

Features

  • App is demo of the e-commerce ap
  • You can select your product to view
  • Add product in your cart

Built With

Authors

  • Ameer Hamza - Design and Implement backends - Suzefa

License

This project is licensed under the MIT License - see the LICENSE.md file for details