Skip to content

khanhuitse05/flutter-demo-gsneaker

Repository files navigation

G-Sneaker

  • Watch the video -> Resources/screen-recording.mp4

Screenshot

Prerequisites

  • Flutter 3.10.x
  • Android Studio - latest version
  • MacOS & XCode (for build & debug iOS)

How to Use

Step 1: Download or clone this repo by using the link below:

https://github.com/j1mmyto9/flutter-demo-gsneaker.git

Step 2: Install Flutter

  • Install the platform-specific SDK here

Step 3: Setup flutter and run locally Go to project root and execute the following command in console to get the required dependencies:

flutter pub get

Connect your physical device or open simulator. then run your app

flutter run

Code Conventions

  • analysis_options.yaml

  • About code analytics flutter

    In Flutter, Modularization will be done at a file level. While building widgets, we have to make sure they stay independent and re-usable as maximum. Ideally, widgets should be easily extractable into an independent project.

Dependencies

State Management