Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alex-melnyk/infinite_feed
- Owner: alex-melnyk
- Created: 2022-08-10T19:19:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T19:19:43.000Z (about 2 years ago)
- Last Synced: 2024-08-01T12:19:46.905Z (3 months ago)
- Language: Dart
- Size: 79.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```