ViacheslavSomin / device_display_brightness

BSD 3-Clause "New" or "Revised" License
9 stars 10 forks source link

build.gradle update #3

Open badshah-badmas opened 9 months ago

badshah-badmas commented 9 months ago

The new Flutter version does not support the current minSdkVersion and gradle version. minSdkVersion and gradle version updated to a supported version.

mortenthansen commented 4 months ago

Can we get this fixed merged?

badshah-badmas commented 4 months ago

Can we get this fixed merged?

You can use the merged version from the forked repo. Add the package to pubspec.yaml as

device_display_brightness: git: url: https://github.com/badshah-badmas/device_display_brightness.git

mortenthansen commented 4 months ago

@badshah-badmas Thanks, yeah this is my backup approach (with my own fork). But I will rather not have my production code depend on git repos.