Repository with sample Flutter Apps
flutter_samples
This project contains some sample applications created with Flutter, mainly clones of designs obtained from dribbble and behance.
Getting Started
-
If you don't have Flutter, you can find information for install it here! Install Flutter ? ?
-
Open your terminal and clone this repository in your computer with this command:
git clone https://github.com/moisessc/flutter_samples.git -
Now go to the cloned repository folder with:
cd flutter_samples -
It's time to get all the dependencies, you can do it typing in your terminal:
flutter pub get -
Make sure your device or emulator is initialized and execute this command:
flutter runand enjoy the samples ?
Flutter clone designs
Delivery App :pizza:
| Principal screen | Details Screen |
|---|---|
| Package in the project | Design |
|---|---|
| delivery_app | Food Delivery service - Mobile App |
Facebook Redesign by Mao Lop :eyes:
Light Mode :sunny:
| Home screen | Profile screen | Settings screen |
|---|---|---|
Dark mode :new_moon:
| Home screen | Profile screen | Settings screen |
|---|---|---|
| Package in the project | Design |
|---|---|
| facebook_ui | Facebook Redesign Dark Mode |