You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
All the methods that expect a Map<String,dynamic> are error prone and are a bad user experience. Not to mention maintaining the library is much more difficult.
Describe the solution you'd like
I would like to see the library make a breaking change in the name of type safety, so that the caller of the method knows exactly the options they have.
Describe alternatives you've considered
Keep using the library as is, but it makes it harder to maintain.
Is your feature request related to a problem? Please describe.
All the methods that expect a Map<String,dynamic> are error prone and are a bad user experience. Not to mention maintaining the library is much more difficult.
Describe the solution you'd like
I would like to see the library make a breaking change in the name of type safety, so that the caller of the method knows exactly the options they have.
Describe alternatives you've considered
Keep using the library as is, but it makes it harder to maintain.
Additional context
Example change
changes to
this improves the readability of the library code
to this
The text was updated successfully, but these errors were encountered: