Skip to content

alex-melnyk/infinite_feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A TikTok app on the flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published