Skip to content

DorraY/BoringApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was developped on a Ubuntu 20.04 LTS system using Flutter 3.7.8 channel stable and Dart 2.19.5

Environment setup

  • For installing Flutter on a Unix like system please refer to the following link

  • For installing Flutter on a macOS system please refer to the following link

Cloning the project

Running the project on Android

  • cd into the project directory
  • Attach an Android smartphone by USB and make sure it has developer options and USB debugging authorized.
  • Run adb devices to get the id of the smartphone
  • Run flutter run -d phoneId

You can also turn use an Android emulator.

  • Open Android Studio Device Manager and turn on the desired emulator.
  • Get emulator ID with adb devices
  • Run flutter run -d emulatorID

Running the project on iOS

You would need a macOS computer containing Flutter and xcode.

  • cd into the project directory
  • Attach an iPhone by USB and please refer to the following link to allow the application to install on your phone.
  • Run adb devices to get the id of the iPhone
  • Run flutter run -d iPhoneID

You could also use a iOs emulator.

  • To get a list of the available emulators xcrun simctl list witht their UDIDs
  • Turn on the desired emulator xcrun simctl boot UDID
  • Run flutter run -d UDID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages