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

outdated

⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cros [...]

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.24.1

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/box/flutter/box_base_styles.dart';
import 'package:skynexui_components/components/box/flutter/child_decorator.dart';
import 'package:skynexui_components/components/box/flutter/hexcolor.dart';
import 'package:skynexui_components/components/button/button.dart';
import 'package:skynexui_components/components/griddisplay/griddisplay.dart';
import 'package:skynexui_components/components/image/image.dart';
import 'package:skynexui_components/components/provider/flutter/theme.dart';
import 'package:skynexui_components/components/provider/provider.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/core/theme/colors/theme_color_set.dart';
import 'package:skynexui_components/core/theme/colors/theme_colors.dart';
import 'package:skynexui_components/core/theme/theme.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

⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cross platform styles.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on skynexui_components