Baseflow / flutter-permission-plugins

This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
https://baseflow.com
MIT License
52 stars 33 forks source link

FIX: multi Dex issues, :app:transformClassesWithDexForDebug #4

Closed j3g closed 5 years ago

j3g commented 5 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix. It adds more specific declarations of using AndroidX. This removes errors when included in other projects.

:arrow_heading_down: What is the current behavior?

Some multi-dex errors in Android when including the plugin

:new: What is the new behavior (if this is a feature change)?

:boom: Does this PR introduce a breaking change?

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

https://github.com/BaseflowIT/flutter-permission-handlers/issues/3

:thinking: Checklist before submitting