AhsanSarwar45 / flutter_boot_receiver

A Flutter plugin for registering Dart callbacks when the Android device boots up.
MIT License
2 stars 2 forks source link

Compatibility with newer version of Gradle, including new Flutter projects #7

Open leaf-node opened 2 months ago

leaf-node commented 2 months ago

When I upgrade my android directory to contain version numbers and settings present in new Flutter projects created by flutter create, I run into an error with a missing namespace for the build.gradle file of this project.

This error came up with another package. I think you just need to add a "namespace" setting here.