iPlayground 18
iPlayground is the app for iPlayground conference built with Flutter. The app supports both iOS and Android.
Build and Run
To build the project, you need Flutter and required tools such as Xcode, Android Studio, and so on. Please read Google's instruction to install Flutter.
To run the project, just call flutter run
.
To build the project, just call flutter build ios
or flutter build android
.