Design Structure

Flutter project design structure

Startup Store use BLOC Architecture

BLOC Architecture means you will received Future updates with easy migration. And yes you can easily customize BLOC pattern

Startup Store (Flutter main Setup Folder) -->

  • android
    • android folders*
      • androidFiles.***
    • androidFiles.***
  • ios
    • ios folders*
      • iosFiles.***
    • iosFiles.***
  • lib
    • bloc
      • workingfile1.dart
      • workingfile2.dart
      • workingfile3.dart
    • cubit
      • workingfile1.dart
      • workingfile2.dart
      • workingfile3.dart
    • data
      • workingfile1.dart
      • workingfile2.dart
      • workingfile3.dart
    • ui
      • workingfile1.dart
      • workingfile2.dart
      • workingfile3.dart
  • pubspec.yaml