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

outdated

A UI components(bits) library

ui_bits #

Flutter

A UI components(bits) library

Getting Started #

Register Theme: #

    var themeFactory = ThemeFactory();

    return MaterialApp(
      title: 'Catalog',
      theme: themeFactory.makeBlueTheme(),
      home: themeFactory.makeHome(
        child: Catalog(title: 'Flutter Components Catalog'),
      ),
    );
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A UI components(bits) library

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on ui_bits