avioli / uni_links

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

uni_links dependency #12

Closed matthewkooshad closed 5 years ago

matthewkooshad commented 5 years ago

why in the example does uni_links get specified under dev_dependencies instead of dependencies? i would think it would be the opposite. just wanting to confirm -- thanks.

avioli commented 5 years ago

You are right @matthewkooshad. It should have been in dependencies, although it worked just fine.

As you know these things are added manually (not by a dependency manager), by hand, thus I just wrote it in the incorrect section.