sf 0.0.4 copy "sf: ^0.0.4" to clipboard
sf: ^0.0.4 copied to clipboard

A Flutter screen fit plugin. This tool will allow your app to perform the same on different resolutions of the screen!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sf

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sf: ^0.0.4

Alternatively, 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:sf/sf.dart';
0
likes
35
pub points
0%
popularity

Publisher

unverified uploader

A Flutter screen fit plugin. This tool will allow your app to perform the same on different resolutions of the screen!

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on sf