Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.67 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.67 KB

Fitility

A Flutter application for dance and fitness training. The UI/UX for the application to be followed is here .

The requirements and the installation details are in the Contributing.md

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Following is the structure of the number of files/screens in the app.

main.dart :

returns the splashscreen and the named routes

icons/fitility_icons.dart :

This page has the list of custom icons which are not available in flutter but we'll need it in our application.

screens/login.dart :

Self explanatory, again, a page where a user can login themselves into the app either by email-password combo or by Google Sign in Screenshot: login

screens/onboarding.dart :

This screen will appear when the user installs the app for the very first time. You can also call this one time intro screen. Screenshot: onboarding