aleynaeser / flutter-ui-design-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter UI Design Examples ๐ŸŽˆ

This repository contains the flutter ui designs I designed while learning.

Doctor Appointment App UI

Packages in use:

  • flutter_map: ^0.14.0

Articles Home Page View UI


User Profile Page UI With Profile Picture


User Profile Page2 UI With Light/Dark Mode

Packages in use:

  • shared_preferences: ^2.0.13
  • provider: ^6.0.2

Food Order UI

Packages in use:

  • carousel_slider:
  • flutter_svg:

Splashscreen

Packages in use:


Settings Screen UI

Packages in use:

  • flutter_settings_screens

Mask Widget Usage

Packages in use:

  • widget_mask: ^1.0.0
  • smooth_page_indicator: ^1.0.0+2

To use this app follow below instructions :

Clone this app using below syntax:

git clone https://github.com/Aleynaesr/flutter-ui-design-examples.git

  • After cloning install packages using below syntax:

flutter pub get

  • Above command will install all the necessary packages.

  • Run the app on your mobile emulator using below command:

flutter run

Thank you happy coding ๐ŸŽˆ

About

License:MIT License


Languages

Language:Dart 97.0%Language:Swift 2.1%Language:Kotlin 0.7%Language:Objective-C 0.2%