alann-maulana / flutter_beacon

An hybrid iBeacon scanner and transmitter SDK for Flutter Android and iOS.
Apache License 2.0
117 stars 144 forks source link

Missing files #34

Closed cataCostea closed 4 years ago

cataCostea commented 4 years ago

When adding the plugin in pubspec.yaml it downloads without the authorization_status.dart and bluetooth_status.dart. Now it can be used only as a local plugin or in combination with other plugins that provide the necessary for location and bluetooth permissions. Any fix for the missing files soon?

alann-maulana commented 4 years ago

Hi @cataCostea

I don't know about missing files, but you can check bluetooth_state.dart and authorization_status.dart right at the master branch.

The last published version at pub server is not the latest. You can install it directly from git with

dependencies:
    flutter_beacon:
        git: https://github.com/alann-maulana/flutter_beacon
cataCostea commented 4 years ago

Thank you @alann-maulana

alann-maulana commented 4 years ago

You're welcome @cataCostea

Feel free to open a new issue if you find one 😁closing it now