infinite_feed
The infinite feed project.
Run project
- 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
- 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>