rune_responsive_sizer 0.0.1
rune_responsive_sizer: ^0.0.1 copied to clipboard
Responsive-sizer bridge for the rune package. Registers .w / .h / .sp / .dm property extensions for percent-of-screen sizing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rune_responsive_sizerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rune_responsive_sizer: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rune_responsive_sizer/rune_responsive_sizer.dart';