skynexui_responsive_stylesheet 1.5.5 copy "skynexui_responsive_stylesheet: ^1.5.5" to clipboard
skynexui_responsive_stylesheet: ^1.5.5 copied to clipboard

With this package you have some utils to handle styles in Flutter and React

@skynexui/responsive_stylesheet #

Downloads Current Version Flutter Package NPM Package

It's a set of common utility strategies to work with responsive styles with CSS in JS and Flutter

Summary #

  • Dart/Flutter
  • JavaScript/React

JavaScript/React #

parseStyleSheet() #

import { parseStyleSheet } from '@skynexui/responsive_stylesheet';

parseStyleSheet({
  backgroundColor: 'xs'
});
  • Result:
Object {
  "@media (min-width: 0px)": Object {
    "backgroundColor": "red",
  },
  "@media (min-width: 768px)": Object {
    "backgroundColor": "black",
  },
}

Dart/Flutter #

  • ...
6
likes
0
pub points
49%
popularity

Publisher

unverified uploader

With this package you have some utils to handle styles in Flutter and React

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on skynexui_responsive_stylesheet