flutter_screen
flutter_screen copied to clipboard
Refactored and null-safe version of the code
This PR contains:
- Added null safety to the code by using ? and ! operators.
- Changed the return type of setBrightness and keepOn from Future to Future
for better readability.
@clovisnicolas @ened @matejm @Ivolutio