
This example shows how to build a basic app using a custom Xcode project. Future patches will bring the functionality up to par with hello_android.
9 lines
211 B
YAML
9 lines
211 B
YAML
name: hello_services
|
|
dependencies:
|
|
flutter:
|
|
path: ../../packages/flutter
|
|
dev_dependencies:
|
|
test: any # flutter_test provides the version constraints
|
|
flutter_test:
|
|
path: ../../packages/flutter_test
|