Typo fix

stuartmorgan 2019-10-06 19:37:53 -07:00
parent 7712818251
commit 105d2f8e8c

@ -145,7 +145,7 @@ plugin is written, they may fail gracefully, or may throw errors.
## Add-to-App
Currently there is no support for Add-to-App for any desktop platform (either via `flutter create -t module` or by flutter-desktop-embedding example). If you are familiar with doing native development on your platform(s), it is possible to integrate the desktop Flutter libraries in your own app. The is not currently much guidance, so you will be well off the beaten path, but the information below will help get you started.
Currently there is no support for Add-to-App for any desktop platform (either via `flutter create -t module` or by flutter-desktop-embedding example). If you are familiar with doing native development on your platform(s), it is possible to integrate the desktop Flutter libraries in your own app. There is not currently much guidance, so you will be well off the beaten path, but the information below will help get you started.
### Getting the Libraries