crawlinknetworks / dropdown_plus

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.
MIT License
12 stars 43 forks source link

[remove] #25

Closed plavunov closed 1 year ago

plavunov commented 1 year ago

When I try to run the example code, this is what I get:

on this line:

 displayItemFn: (dynamic item) => Text(
        item['name'] ?? '',

Exception has occurred. NoSuchMethodError (NoSuchMethodError: The method '[]' was called on null. Receiver: null Tried calling: )

plavunov commented 1 year ago

Strangely now it is working.