Flutter App Project Structure

This repo provide the prebuild project struture for the flutter app

Features

  1. For state management Getx package is used.
  2. Localization is added, for updating language jsons acess TranslationMessages.dartfile , In main.dart update locale param of GetMaterialApp.
  3. For registering singletons access locator.dart //uses get_it package for singletons.
  4. Checkout extensionfolder for added extension for different objects.
  5. Checkout helper classes provides different features ex: local_storage,haptic,file_picker etc.
  6. Checkout mixin folder, contains other useful features.
  7. theme_constant.dart contains different classes for color constants , size constants.
  8. constant.dart contains basic constant DT required for app.
  9. image_const.dart this class provide paths for the assets->images & icons
  10. Checkout api folder which provide service for api calls and error management
  11. Checkout socialLogin folder contains prebuilt signing functionality for Twitter,Facebook,Goodle,Apple.
  12. connectivity.dart file provide stream to mange network state //uses connectivity package to access network state
  13. Checkout sqlite folder to mange local database and also contains database migration functionality.
  14. Checkout storage_service.dart the file uses get_storage package to store date in local storage
  15. Checkout component this folder provide common widget which are required in an app.
  16. In screen folder build your screen and controller using Getx.