/fitness_ui_flutter

Primary LanguageDartApache License 2.0Apache-2.0

Fitness UI

Prints

Knowledges

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!

How to use

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/mobiletoplevel/fitness_ui_flutter.git

# Go into the repository
$ cd fitness-ui

# Install packages
$ flutter packages get

# Run the app
$ flutter run

Credits