component_set 0.1.1 copy "component_set: ^0.1.1" to clipboard
component_set: ^0.1.1 copied to clipboard

Shared Flutter UI building blocks (pagination, data tables) for apps using http_method code generation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add component_set

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

dependencies:
  component_set: ^0.1.1

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:component_set/component.dart';
import 'package:component_set/component_window.dart';
import 'package:component_set/paging/paginated_view.dart';
import 'package:component_set/paging/pagination_bar.dart';
import 'package:component_set/paging/pagination_controller.dart';
import 'package:component_set/simple/simple_widget.dart';
import 'package:component_set/simple/update.dart';
import 'package:component_set/table_content_widget.dart';
import 'package:component_set/window/alert.dart';
import 'package:component_set/window/positionable_widget.dart';
import 'package:component_set/window/window_manager.dart';
1
likes
140
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Shared Flutter UI building blocks (pagination, data tables) for apps using http_method code generation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on component_set