/infinite_feed

A TikTok app on the flutter

Primary LanguageDart

infinite_feed

The infinite feed project.

Run project

  1. Using the AndroidStudio
    • Open project in the AndroidStudio
    • Open pubspec.yaml and click Pub get to download dependencies (Optional)
    • Select available Device or Simulator (Emulator for Android)
    • Press the Run button
  2. Using the terminal
    • Open project folder in the terminal
    • To download dependencies (Optional) run:
      flutter pub get
    • To list of available devices:
      flutter devices
    • To run application on device:
      flutter run
    • To run application on a specific device:
      flutter run -d <DEVICE_ID_OR_NAME>