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

outdated

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

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",
  },
}
5
likes
0
points
186
downloads

Publisher

unverified uploader

Weekly Downloads

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