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

⚛️ 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.6

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on skynexui_components