lohanidamodar / flutter_custom_clippers

Flutter package that provides you custom clippers to help you achieve various custom shapes.
https://pub.dartlang.org/packages/flutter_custom_clippers
GNU General Public License v3.0
323 stars 68 forks source link

Fix syntax formatting for all the custom clippers #8

Closed joshuadeguzman closed 4 years ago

joshuadeguzman commented 4 years ago

Hi @lohanidamodar, awesome library!

Here's just PR for a very minor syntax formatting issue I encountered after opening your flutter plugin.

BTW, are you also open to document the math and the logic used for the clippers here? I'm open for collaboration. Send me a message.

Thank you!

lohanidamodar commented 4 years ago

@joshuadeguzman Thank you for you pull request. I really appreciate your effort. I am always open to any requests that will make this project useful for more people. And I believe, documenting the math and logic used will help lot more developers to understand and create their own clippers and learn flutter one step further.

joshuadeguzman commented 4 years ago

Sure thing. I'll keep in touch. Thank you!