Skip to content

furkankurt/Flutter-Folder-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter 💙 Büyümeye Açık Yapı

Medium.com'da yazdığım yazıda anlattığım büyümeye açık dosya yapısı örneğini bu projede bulabilirsiniz.

Proje Yapısı

├── main.dart
└── src
    ├── config
    │   ├── constants
    │   │   ├── app_constants.dart
    │   │   ├── asset_constants.dart
    │   │   └── route_constants.dart
    │   ├── navigation
    │   │   ├── navigation_service.dart
    │   │   └── navigator_route_service.dart
    │   └── theme
    │       ├── app_colors.dart
    │       └── custom_theme.dart
    ├── model
    │   └── user_model.dart
    ├── provider
    │   ├── providers.dart
    │   └── sample_provider.dart
    ├── service
    │   └── sample_service.dart
    ├── ui
    │   ├── home_page.dart
    │   └── shared
    │       └── custom_button.dart
    └── utils
        └── extensions
            └── date_extensions.dart

About

Flutter 💙 Büyümeye Açık Yapı

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published