skynexui_responsive_stylesheet 1.7.7
skynexui_responsive_stylesheet: ^1.7.7 copied to clipboard
You don't need to be worried just because you have to support multiple screens
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add skynexui_responsive_stylesheetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
skynexui_responsive_stylesheet: ^1.7.7Alternatively, 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:skynexui_responsive_stylesheet/skynexui_responsive_stylesheet.dart';