llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

Improve example #3

Closed JamesCullum closed 3 years ago

JamesCullum commented 3 years ago

The package looks nice and the links are nice. However it is not really clear how to catch the intent coming in, as the commands in the README have no surrounding body. Does that mean the final _appLinks = AppLinks( is defined in the main.dart on the outside, in an initState, etc.

Having a full example and more verbose documentation could support in this.