skynexui_components 1.9.17 copy "skynexui_components: ^1.9.17" to clipboard
skynexui_components: ^1.9.17 copied to clipboard

outdated

A set of components based in CSS specs for make your development easier and closer to React.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add skynexui_components

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

dependencies:
  skynexui_components: ^1.9.17

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:skynexui_components/components.dart';
import 'package:skynexui_components/components/box/box.dart';
import 'package:skynexui_components/components/button/button.dart';
import 'package:skynexui_components/components/image/image.dart';
import 'package:skynexui_components/components/text/text.dart';
import 'package:skynexui_components/components/textfield/textfield.dart';
import 'package:skynexui_components/core/breakpoints/breakpoints.dart';
import 'package:skynexui_components/core/stylesheet/stylesheet.dart';
import 'package:skynexui_components/main.dart';
import 'package:skynexui_components/screens/home.dart';
0
likes
0
pub points
0%
popularity

Publisher

verified publisherskynexui.dev

A set of components based in CSS specs for make your development easier and closer to React.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on skynexui_components