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

Fileprivate to private #56

Closed michalsrutek closed 1 year ago

michalsrutek commented 1 year ago

Use a stricter access control, as the properties and function do no need to be fileprivate - private will do just fine.

llfbandit commented 1 year ago

Thanks for the contribution!