Leia este guia em Português
- Dart SDK Version 3.0.0 or greater
- Flutter SDK Version 3.0.0 or greater.
git clone https://github.com/edilsonmatola/habitual-ecommerce-app-getx.git
cd habitual-ecommerce-app-getx/
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)
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
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.