This project was developed for educational purposes to help students learn the basic principles of Flutter.
During the lessons, we will cover:
- 📱 Flutter UI basics
- 🎯 Good development practices
- 🌐 API integration using HTTP requests
- 🧪 Basic state management
- Widget structure and layout
- Stateless vs Stateful widgets
- Navigation between screens
- How to make API calls
- Organizing project structure
- Flutter
- Dart
- RESTful APIs
# Clone the repository
git clone https://github.com/Magnothiago/myhero.git
# Navigate to the project folder
cd myhero
# Get dependencies
flutter pub get
# Run the app
flutter run