Skip to content

webdastur/cbs_architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBS Architecture

  1. CBS ma'nosi - Clean Beauty Structure Architecture.
  2. Asosiy (Core) package lar get_it bloc flutter_bloc hive hive_flutter easy_localization

Arxitektura tuzilishi

  • lib
    • data
      • bloc
        • bloc_name
        • ***
        • app_bloc.dart
        • ***
      • config
        • ***
        • const
          • name_const.dart
        • ***
      • db
        • ***
        • models
        • ***
      • localization
        • locale_keys.g.dart
      • services
        • ***_service.dart
        • root_service.dart
        • ***_service.dart
      • utils
        • app_route_util.dart
        • app_logger_util.dart
        • ***_util.dart
    • ui
      • pages
        • name_page
          • widgets
            • name_widget.dart
          • name_page.dart
      • widgets
        • app_widgets.dart
    • app.dart
    • main.dart
  1. Har qanday o'zgarish bo'lsa ya'ni package lar import bo'lsa flutter pub run import_sorter:main
  2. Locales o'zgarsa flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -O ./lib/data/localization --source-dir ./assets/langs Qolganini yozishga vaqt yetmadi. 😁