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

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: ^0.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: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
125
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_selector