1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-14 11:02:06 +00:00

[Gallery] Use io.flutter as organization instead of placeholder (#286)

* Use io.flutter as org instead of placeholder

* Revert "Use io.flutter as org instead of placeholder"

This reverts commit 67f7999dd7.

* Use io.flutter.demo as organization
This commit is contained in:
Pierre-Louis
2020-01-28 12:15:00 +01:00
committed by GitHub
parent e7f39b1c37
commit 81a8e98c1a
4 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ example, to run the macOS app:
```
cd gallery/
flutter config --enable-macos-desktop
flutter create --org io.flutter .
flutter create .
flutter run -d macos
```