- Initial build for flutter sign in button library.
- fix change log
- update example pubspec
- delete image from root
- use image from pinterest
- change full example readme to example folder
- update lisense
- add customizable shape # encountering issues here. currently not responsible
- add customizable width
- update lisense
- delete cupercino icons dependency
- refactor code
- Update MIT license
- Update documentation of the library.
- Delete shape field since Flutter constraint
- Change defalt splash color
- provide user defined splash color in ButtonBuilder Widget
- Fix the bug on email signin button @matthiasbruns
- Add user configured signin text @matthiasbruns
- Add Flutter Badge on Github Readme According to this repo
- Add Google Dark button thanks to @g3rrydanc3
- Add Twitter Button
- Fix mini for Email
- Make text fully customizable thx to @narciero and @LiveLikeCounter
- Add in Shape property
- Fix mini for email button
- Add in padding
- Add in custom font-size to solve overflow
- Add in Signin with Apple
- Fix explicit null initialization
- Implement Google Buttons (w/o mini mode) according to Google guidelines. thx to @tariq86
- Fix mini button padding
- Use new demo image
- Fix readme image
- NOT BACKWARD COMPATIBLE
- change width restriction to pixel unit
- consistent hight of default signin buttons
- change default icon size
- change demo action to snack bar
- expose elevation
- add some new buttons
- fix default font in button builder issue