Skip to content

Latest commit

 

History

History
110 lines (79 loc) · 2.23 KB

readme.md

File metadata and controls

110 lines (79 loc) · 2.23 KB

Flutter UI Designs

Task Management

Code

How to get started?

Download the project from Repo
git clone https://github.com/AgnelSelvan/Flutter-UI-Template.git
cd task_management
flutter pub get
flutter run

- Crypto Tracker

Code

How to get started?

Download the project from Repo
git clone https://github.com/AgnelSelvan/Flutter-UI-Template.git
cd crypto_tracker
flutter pub get
flutter run

LOGIN UI CONCEPT

Code

How to get started?

Download the project from Repo
git clone https://github.com/AgnelSelvan/Flutter-UI-Template.git
cd login_ui_concepts
flutter pub get
flutter run

Custom Paint Example

Code

How to get started?

Download the project from Repo
git clone https://github.com/AgnelSelvan/Flutter-UI-Template.git
cd custom_painter_example
flutter pub get
flutter run

Shutterstock Example

Code

How to get started?

Download the project from Repo
git clone https://github.com/AgnelSelvan/Flutter-UI-Template.git
cd shutterstock_example
flutter pub get
flutter run

Flutter Mini Github UI Example

Code

How to get started?

Download the project from Repo
git clone https://github.com/AgnelSelvan/Flutter-UI-Template.git
cd flutter_mini_github
flutter pub get
flutter run