screen_corners

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

screen corners

Screen Corners #
The easiest way to get your screen's border radius #
NOTE: ONLY WORKING ON IOS CURRNETLY! #

How to #
Add this to your main.dart
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await ScreenCorners.initScreenCorners();
runApp(const ScreenCornersApp());
}
copied to clipboard
and then voila
SomeWidget(
borderRadius: ScreenCorners.corner.value
)
copied to clipboard
Fin #
No idea if I can explain it any better than that
www.alekangelov.com

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.