
* Revert "Fixed output validation. (#14005)" This reverts commit d84398db72807f8910833d5fe44a097be152c74a. * Revert "Update package prep script to do async process execution and emit output as it happens. (#13918)" This reverts commit b7169c1d951aa188c1cdc3b980e257e8a92f8abe.
Example of calling platform services from Flutter
This project demonstrates how to connect a Flutter app to platform specific services.
You can read more about accessing platform and third-party services in Flutter.
iOS
You can use the commands flutter build
and flutter run
from the app's root
directory to build/run the app or you can open ios/Runner.xcworkspace
in Xcode
and build/run the project as usual.
Android
You can use the commands flutter build
and flutter run
from the app's root
directory to build/run the app or to build with Android Studio, open the
android
folder in Android Studio and build the project as usual.