Skip to content

edilsonmatola/habitual-ecommerce-app-getx

Repository files navigation

Leia este guia em Português

Screenshots:

Image 1

Image 2

Image 3

Image 4

System Requirements

  • Dart SDK Version 3.0.0 or greater
  • Flutter SDK Version 3.0.0 or greater.

Installation

1. Clone the repository
git clone https://github.com/edilsonmatola/habitual-ecommerce-app-getx.git
2. Move to the desired folder
cd habitual-ecommerce-app-getx/
3. Create Android, iOS & Web Apps
4. To run the app, simply write the following commands:
flutter pub get
# flutter emulators --launch "emulator_id" (to get Android Simulator)
open -a simulator (to get iOS Simulator)
flutter run
flutter run -d chrome --web-renderer html (to see the best output)

Project Structure

After successful build, your application structure should look like this:

habitual
├── android
├── assets
├── ios
├── lib
├── linux
├── macos
├── test
├── web
├── windows
├── .gitignore
├── analysis_options.yaml
├── CHANGELOG.md
├── CODE_OF_CONDUCT.MD
├── CONTRIBUTING-PT-BR.md
├── CONTRIBUTING.md
├── LICENSE
├── pubspec.yml
├── README-PT-BR.md
├── README.md

Contributing

Contributions to the app are welcome! If you'd like to contribute, please take a moment to review the CONTRIBUTING file. This file outlines the guidelines and processes for contributing to Habitual.

If you have any questions or concerns about the contributing process, please don't hesitate to reach me out here. I'm always happy to help new contributors get up to speed.