flutter examples
main repository containing all the example apps demonstrating features/functionality/integrations in flutter application development
pull requests
i welcome and encourage all pull requests. it usually will take me within 24-48 hours to respond to any issue or request. here are some basic rules to follow to ensure timely addition of your request:
- match coding style (braces, spacing, etc.) this is best achieved using
reformat code
feature of android studiocmd
+option
+l
on mac andctrl
+alt
+l
on linux + windows . - if its a feature, bugfix, or anything please only change code to what you specify.
- please keep pr titles easy to read and descriptive of changes, this will make them easier to merge 🙂
- pull requests must be made against
develop
branch. any other branch (unless specified by the maintainers) will get rejected. - check for existing issues first, before filing an issue.
- make sure you follow the set standard as all other projects in this repo do
- have fun!
Comments are closed.