Common File

File locate: lib/Common

  • lib/env.dart: main config variables for the app
  • styles.dart: config theme color for the app
  • Constants.dart: Config wordpress URL, icons, categories...
  • Tools.dart: Common functions

Widgets

  • Files locate in: lib/widgets
  • Common components that could be used many time, this could be a custom button, comment component, icon input...

Models

  • Files locate in: lib/models
  • The common models to integrate with the backend side

Services

  • Files locate in : lib/services
  • The service for WooCommerce, Magento and Opencart

Screens

  • The main routing for the app