supabase / postgrest-dart

Dart client for PostgREST
https://supabase.com
MIT License
136 stars 38 forks source link

🎁 Refactor options param (map type) into named parameters #10

Closed duythien0912 closed 4 years ago

duythien0912 commented 4 years ago

What kind of change does this PR introduce?

Refactor options param (map type) into named parameters

What is the current behavior?

6

What is the new behavior?

Refactoring options Map param into named parameters

Additional context

I already change the code from options Map param into named parameters. code

But I do not change the dart docs comment yet.

Can anyone help me with that part?

phamhieu commented 4 years ago

Wow, nice work @duythien0912

Thanks you