This knowledges are basic for flutter developers (maybe all developers...) but was my first 'project' made in flutter so... starting with basic :P
- Flutter structure and mentality to make a new screen;
- Use and create custom components;
- Install and use packages (ex.: progress bar or charts);
- Conditional render based on screen orientation;
I learned to NEVER use tab navigation inside tab navigation, horrible to develop and interact with swipe using this "solution" - NEVER DO THIS!
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/femoraes0/fitness-ui.git
# Go into the repository
$ cd fitness-ui
# Install packages
$ flutter packages get
# Run the app
$ flutter run