ibhavikmakwana / flutter_extension

Apache License 2.0
16 stars 2 forks source link

Goal of this project? #3

Open barriehadfield opened 4 years ago

barriehadfield commented 4 years ago

Hello - what is your intention for this project, will you be adding extensions for all/most of the Flutter API? Is this an ongoing project or an experiment? (I believe this has the power to transform the verboseness of Flutter into a really useful and nice-to-use framework)

ibhavikmakwana commented 4 years ago

Hello, Yes I will be adding more extension that can be useful for day to day development. Also If you have any extension to add. PR are appreciated.

ibhavikmakwana commented 4 years ago

Also It is an ongoing project.

barriehadfield commented 4 years ago

Hi - thank you for the reply and for the project. I have been using extensions in my own Flutter project and thinking how useful they are and looking for one project where they are evolved along with a common usage pattern.

Have you put any thought into any "rules of the game" in terms of naming, convention, etc? If you could write that down in the read me, it would be easy to contribute code along those lines...

ibhavikmakwana commented 4 years ago

Yes sure. We will update Readme along with the Contribution guidelines. Than you for highlighting this point.