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

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
125
points
257
downloads

Publisher

verified publisherivandigitalsolutions.com

Weekly Downloads

ui related stuff and logical data manager

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, states_rebuilder

More

Packages that depend on ids_material_sdk