Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null safety support #32

Open
shouichi opened this issue Mar 5, 2021 · 9 comments
Open

Null safety support #32

shouichi opened this issue Mar 5, 2021 · 9 comments

Comments

@shouichi
Copy link

shouichi commented Mar 5, 2021

Null safety is stable now in flutter. Any plan to migrate flutter_screen to null safety?

@erickhaendel
Copy link

Use https://pub.dev/packages/flutter_screen_wake

@tim-smart
Copy link

Use https://pub.dev/packages/flutter_screen_wake

This only supports Android?

@erickhaendel
Copy link

Use https://pub.dev/packages/flutter_screen_wake

This only supports Android?

at the moment yes, I believe that next week I will be updating

@PerLycke
Copy link

@erickhaendel in the link you posted, it says 'for Android and iOS'. So that is a false statement right? And 'next week' didn't work out either right? So it's not really a valid replacement, right?

@PerLycke
Copy link

https://pub.dev/packages/wakelock seems to be the proper replacement

@BastienFerbu
Copy link

BastienFerbu commented Mar 29, 2021

@PerLycke your package as well is not really a proper replacement cause I dont't think you can change the brightness with it (or I didn't find how)

@tion126
Copy link

tion126 commented Apr 25, 2021

@PerLycke your package as well is not really a proper replacement cause I dont't think you can change the brightness with it (or I didn't find how)
https://pub.flutter-io.cn/packages/brightness_volume

@daniloapr
Copy link

daniloapr commented Jul 14, 2021

As this package seams to not be mantained anymore, I forked it and added null-safety support for using in my project.

  screen:
    git:
      url: https://github.com/daniloapr/flutter_screen.git
      ref: master

Feel free to use it, but test it before sending to production!

@scris
Copy link

scris commented Sep 24, 2021

This seems to be a good alternative https://github.com/SVD13/device_display_brightness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants