Skip to content

Commit

Permalink
Fix paths images readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moisessc committed May 8, 2021
1 parent 86daa3b commit b10e62a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ This project contains some sample applications created with Flutter, mainly clon
1. If you don't have Flutter, you can find information for install it here! **[Install Flutter](https://flutter.dev/docs/get-started/install)** πŸ‘ˆ πŸ‘ˆ
2. Open your terminal and clone this repository in your computer with this command: ```git clone https://github.com/moisessc/flutter_samples.git```
3. Now go to the cloned repository folder with: ```cd flutter_samples```
4. At this moment, all the code is in the develop branch, you should position yourself in that branch with the following command: ```git checkout develop ```
5. It's time to get all the dependencies, you can do it typing in your terminal: ```flutter pub get```
6. Make sure your device or emulator is initialized and execute this command: ```flutter run``` and enjoy the samples πŸ™Œ

4. It's time to get all the dependencies, you can do it typing in your terminal: ```flutter pub get```
5. Make sure your device or emulator is initialized and execute this command: ```flutter run``` and enjoy the samples πŸ™Œ

---

Expand All @@ -27,24 +27,24 @@ This project contains some sample applications created with Flutter, mainly clon
### **Delivery App :pizza:**
| **Principal screen** | **Details Screen** |
| --- | --- |
| ![Delivery App](https://i.ibb.co/NK7Xfs3/deliberyapp1.gif) | ![Delivery App Details](https://i.ibb.co/3ssMyDt/deliveryapp2.gif) |
| ![Delivery App](https://i.ibb.co/7pSMcYY/deliberyapp1.gif) | ![Delivery App Details](https://i.ibb.co/LkXw3CZ/deliveryapp2.gif) |

| **Package in the project** | **Design** |
| --- | --- |
| delivery_app | [Food Delivery service - Mobile App](https://dribbble.com/shots/14601764-Food-Delivery-service-Mobile-App) |

---

### **Facebook Redesign by Mao Lop**
### **Facebook Redesign by Mao Lop :eyes:**
### Light Mode :sunny:
| **Home screen** | **Profile screen** | **Settings screen** |
| --- | --- | --- |
|![Home](https://i.ibb.co/GC5Wqbt/home.gif)|![Profile](https://i.ibb.co/BfJ74qv/profile.gif)|![Settings](https://i.ibb.co/3rtK5tt/settings.gif)|
|![Home](https://i.ibb.co/jLPMwv4/home.gif)|![Profile](https://i.ibb.co/J2Tr3w0/profile.gif)|![Settings](https://i.ibb.co/3rtK5tt/settings.gif)|

### Dark mode :new_moon:
| **Home screen** | **Profile screen** | **Settings screen** |
| --- | --- | --- |
|![Home Dark](https://i.ibb.co/6FTDT1f/homedarkmode.gif)|![Profile Dark](https://i.ibb.co/C9kDFzG/profiledarkmode.gif)|![Settings Dark](https://i.ibb.co/b2VJPJ1/settingsdarkmode.gif)|
|![Home Dark](https://i.ibb.co/sJ6bx46/homedarkmode.gif)|![Profile Dark](https://i.ibb.co/tKsT35R/profiledarkmode.gif)|![Settings Dark](https://i.ibb.co/b2VJPJ1/settingsdarkmode.gif)|


| **Package in the project** | **Design** |
Expand Down

0 comments on commit b10e62a

Please sign in to comment.