Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.