skynexui_responsive_stylesheet 1.6.0
skynexui_responsive_stylesheet: ^1.6.0 copied to clipboard
With this package you have some utils to handle styles in Flutter and React
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.6.0Alternatively, 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';