Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 876 Bytes

dev.md

File metadata and controls

22 lines (20 loc) · 876 Bytes

By Vandyck:

  1. Click on vs code build platform (Beside Go Live button)
  2. Select Emulator (cold boot)
  3. Wait until phone boot done, run flutter run in terminal

Paths within Directory:

  1. Images (Static/Images/)
  2. Components (lib/components/)
  3. Styling (config/style/)

Reference Links:

  1. Flutter official documentations https://docs.flutter.dev/cookbook/forms/validation https://docs.flutter.dev/cookbook/gestures/handling-taps https://docs.flutter.dev/cookbook/navigation/named-routes https://docs.flutter.dev/development/ui/layout
  2. Flutter Samples (https://flutter.github.io/samples/#)
  3. Others
    Onboarding page (https://pub.dev/packages/flutter_onboarding_slider)
    Flutter components (https://docs.flutterflow.io/customizing-your-app/custom-components)
    Side Menu (https://pub.dev/packages/easy_sidemenu)