component_set 0.1.1
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_setThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
component_set: ^0.1.1Alternatively, 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';