cubos_widgets 1.3.0 copy "cubos_widgets: ^1.3.0" to clipboard
cubos_widgets: ^1.3.0 copied to clipboard

PlatformAndroidiOS
outdated

Flutter package containing the most used Widgets in Cubos Tecnologia's projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cubos_widgets

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

dependencies:
  cubos_widgets: ^1.3.0

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:cubos_widgets/always_disabled_focus_node.dart';
import 'package:cubos_widgets/horizontal_spacing.dart';
import 'package:cubos_widgets/html_widget.dart';
import 'package:cubos_widgets/responsive_text_scale_factor.dart';
import 'package:cubos_widgets/vertical_spacing.dart';
1
likes
110
pub points
28%
popularity

Publisher

unverified uploader

Flutter package containing the most used Widgets in Cubos Tecnologia's projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_html, url_launcher

More

Packages that depend on cubos_widgets