ui_extended 1.0.5 copy "ui_extended: ^1.0.5" to clipboard
ui_extended: ^1.0.5 copied to clipboard

A project with some ui components used across different projects. So far just included AppBar with search and Listview. Both working for mobile and web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ui_extended

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

dependencies:
  ui_extended: ^1.0.5

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_extended/ui_extended.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A project with some ui components used across different projects. So far just included AppBar with search and Listview. Both working for mobile and web.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on ui_extended