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 buy this source in your computer with this command:
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 run
and enjoy the samples ��
flutter download 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 |
Comments are closed.