Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex-melnyk/infinite_feed

A TikTok app on the flutter
https://github.com/alex-melnyk/infinite_feed

Last synced: 10 days ago
JSON representation

A TikTok app on the flutter

Awesome Lists containing this project

README

        

# 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:
```sh
flutter pub get
```
- To list of available devices:
```sh
flutter devices
```
- To run application on device:
```sh
flutter run
```
- To run application on a specific device:
```sh
flutter run -d
```