Ezaldeen99 / material_dialogs

A Flutter library aims to help you create animated, simple, and stylish Material Dialogs in your app.
Apache License 2.0
94 stars 48 forks source link

Return any value from `materialDialog` instead of the fixed `String` type parameter #15

Closed James-Aidoo closed 2 years ago

James-Aidoo commented 2 years ago

Dialogs.materialDialog has a type parameter of String which can be inconvenient when you want the future to return values of other types. Could this fixed type parameter be removed or replaced with a generic type T?

Ezaldeen99 commented 2 years ago

merged #16