Skip to content
 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen Corner Radius

Plugin provides corner radius value of current device screen. Works for iOS and Android.

Pub Likes Pub Version License: MIT

Buy Me A Coffee

Usage

  1. Import the package:
import 'package:screen_corner_radius/screen_corner_radius.dart';
  1. Use the method:
final BorderRadius screenRadius = await ScreenCornerRadius.get();

The return value is BorderRadius, which can be used immediately in the widget layout. If the radius could not be determined, the return value will be BorderRadius.zero.

Acknowledgments

The problem was mostly that such a plugin had not been released to Pub yet. A huge thanks to users @kylebshr and @rehmatsg for the ScreenCorners resources and the device_corner_radius package to put together the logic for iOS and Android platforms.

Additional information

For more details see example project. And feel free to open an issue if you find any bugs or errors or suggestions.

About

Plugin provides corner radius value of current device screen. Works for iOS and Android.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages