AKM07 / phone-commerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧡 Phone Commerce

πŸ— Structure

  • controllers β€” Contains project logic and process data that received from repository
  • constant β€” Contains project default value
  • interceptors β€” Contains file used for networking configuration
  • model β€” Contains project data models.
  • pages β€” Contains files used for presentations/UI.
  • repository β€” Contains files that used for request data to API or get data from local database.
  • utils β€” Contains project configurations.
  • main.dart β€” This is the starting point of the application

🏁 Getting Started

  • Clone / Download this project
  • Go to project root and execute the following command in console to get the required dependencies:
flutter pub get

  • Run this project
flutter run

  • Test
flutter test 

🀝 Contribution

Contributions, issues, and feature requests are welcome

🎁 Support

Give a ⭐️ if this project inspired you πŸ˜‰

About


Languages

Language:Dart 97.7%Language:Swift 1.7%Language:Kotlin 0.5%Language:Objective-C 0.2%