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

【ServiceStatus】 is conflict in 2.0.4+1 #27

Closed JeasonLaung closed 4 years ago

JeasonLaung commented 4 years ago

🐛 Bug Report

The name 'ServiceStatus' is defined in the libraries 'package:location_permissions/src/permission_enums.dart (via package:location_permissions/location_permissions.dart)' and 'package:permission_handler/src/permission_enums.dart'. Try using 'as prefix' for one of the import directives, or hiding the name from all but one of the imports.dart image

we should hide one of them to avoid this problem