Please enable JavaScript.
Coggle requires JavaScript to display documents.
Flutter App - Coggle Diagram
Flutter App
Folder Structure
Assets
Images
Naming convention/folder structure
Fonts
Extentions
.ttf
Icons
HTML
Libraries
webview_flutter
flutter_html
Used to create license content
i18n
Json files
en.json
fr.json
ar.json
Config
routes
Libraries
fluro
themes
dark_theme
light_theme
Constants
api_path
: store all the API endpoints
assets_path
: add all the assets relative path
app_constants
: add all the app constants
Widgets
Adding custom widgets
Utils
Helpers
text_helper
Mixins
validation_mixin
Services
local_storage_service
UI
Animations
pulse_animation
Core
Auth
Login
Register
Forgot_password
Reset_password
Settings
app_setting
Walk_through
Walk_through_1
Walk_through_2
Walk_through_3
Modules
Dashboard
Bloc
bloc_dashboard
event_dashboard
state_dashboard
Models
models_dashboard
Repositories
repository_dashboard
Screens
dashboard_screen
User_profile
Roadmap
Networking
JSON & Serialization
Rest API
Data Persistence
SQLite
Shared Preferences
State Management
Redux
Stores
Play Store
App Store
Storage
Firebase
Auth
Database
Schemas
Storage
Messaging
Data Persistence
SQLite
UI
XD
Animations
Responsive UI
Dart Programing