Skip to content

roonyx-tech/flutter-example

Repository files navigation

EShop

EShop is an application that helps you calculate the numbers of items in your shopping cart.

Technologies

BLoC

flutter_bloc - For using BLoC pattern

drift - Local database

get_it - DI

flutter_svg - For using SVG images

shared_prefernces - For saving local settings

google_fonts - For using different fonts

Installation

  1. Clone the project
  2. Open the project through Android Studio or VS code (Install dart SDK and Flutter in advance)
  3. Open terminal and run the command flutter pub run build_runner build --delete-conflicting-outputs
  4. Select on which device to run on
  5. Run

License

MIT