AbdullahChauhan / custom-dropdown

Custom dropdown widget allows to add highly customizable dropdown widget in your projects. Features includes Search on list data, Network search, Multi-selection and many more.
https://pub.dev/packages/animated_custom_dropdown
BSD 3-Clause "New" or "Revised" License
158 stars 73 forks source link

Null Safety #25

Closed syihabuddin2 closed 1 year ago

syihabuddin2 commented 1 year ago

Please adding '!' at line 36 (overlay_builder.dart) Overlay.of(context)!.insert(entry);

JesusHdez960717 commented 1 year ago

Hi @syihabuddin2, this issue is already solved in PR #20. Running even on flutter 3.7.10 and dart 3, so the migration of full null safety is done. Waiting for package owner to merge.