avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Update to AndroidX #15

Closed bbedward closed 5 years ago

bbedward commented 5 years ago

Update to use androidx instead of the deprecated android support library

awazgyawali commented 5 years ago

Amazing, needed the same. When are you planning to merge this @avioli ???

avioli commented 5 years ago

Thanks @bbedward

@awazgyawali - Done. Just don't forget you can use any repo as a temporary switch in your pubspec.yaml link:

dependencies:
  uni_links:
    git: https://github.com/bbedward/uni_links

Or just clone it and use path: instead of git: (which is what I would do)