flutter_selector 1.0.0 copy "flutter_selector: ^1.0.0" to clipboard
flutter_selector: ^1.0.0 copied to clipboard

outdated

This is a selector that supports linkage. you can use it very quickly

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_selector

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

dependencies:
  flutter_selector: ^1.0.0

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:flutter_selector/selector.dart';
import 'package:flutter_selector/selector_item.dart';
import 'package:flutter_selector/widget/common_widget.dart';
import 'package:flutter_selector/widget/link/selector_multiple_link_widget.dart';
import 'package:flutter_selector/widget/selector_double_widget.dart';
import 'package:flutter_selector/widget/selector_multiple_choice_widget.dart';
import 'package:flutter_selector/widget/selector_multiple_widget.dart';
import 'package:flutter_selector/widget/selector_single_widget.dart';
4
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

This is a selector that supports linkage. you can use it very quickly

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_selector