https://github.com/alex-melnyk/infinite_feed
A TikTok app on the flutter
https://github.com/alex-melnyk/infinite_feed
Last synced: 4 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T19:19:43.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T11:52:28.283Z (4 months ago)
- Language: Dart
- Size: 79.1 KB
- Stars: 4
- Watchers: 1
- 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
```