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

outdated

ui related stuff and logical data manager

IDS Material Library

Pub.dev Badge Effective Dart Badge MIT License Badge Flutter Platform Badge

##IDS Material SDK

IDS Material SDK callbacks :

  • IDSMultiSelectDropDown;

Usage #

@override
Widget build(BuildContext context) =>
    IDSMultiSelectDropDown(
      limit: 3,
      onChanged: (List<String> x) {
        setState(() {
          selectedJobRole = x;
        });
      },
      options: jobRole ?? [],
      selectedValues: selectedJobRole,
      onLimitMessage: (limit) {
        APPHelper.showToast("You can only select 3 items");
      },
      whenEmpty: 'Select Job Role',
    );
26
likes
0
points
257
downloads

Publisher

verified publisherivandigitalsolutions.com

Weekly Downloads

ui related stuff and logical data manager

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, states_rebuilder

More

Packages that depend on ids_material_sdk