Design Structure

Flutter project design structure

Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.

GetProfile (Flutter main Setup Folder) -->

  • android
    • android folders*
      • androidFiles.***
    • androidFiles.***
  • ios
    • ios folders*
      • iosFiles.***
    • iosFiles.***
  • lib
    • ads
      • workingfile1.dart
      • workingfile2.dart
      • workingfile3.dart
    • api
      • workingfile1.dart
      • workingfile2.dart
      • workingfile3.dart
    • cubit
      • workingfile1.dart
      • workingfile2.dart
      • workingfile3.dart
    • screens
      • workingfile1.dart
      • workingfile2.dart
      • workingfile3.dart
    • main.dart
  • pubspec.yaml