ui_bits 0.0.35 copy "ui_bits: ^0.0.35" to clipboard
ui_bits: ^0.0.35 copied to clipboard

A UI components(bits) library

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ui_bits

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

dependencies:
  ui_bits: ^0.0.35

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:ui_bits/ui_bits.dart';