Skip to content

Latest commit

 

History

History
102 lines (62 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

102 lines (62 loc) · 1.71 KB

0.1.0

  • Initial build for flutter sign in button library.

0.1.1

  • fix change log
  • update example pubspec

0.1.2

  • delete image from root
  • use image from pinterest

0.1.3

  • change full example readme to example folder
  • update lisense

0.2.0

  • add customizable shape # encountering issues here. currently not responsible
  • add customizable width
  • update lisense
  • delete cupercino icons dependency
  • refactor code

0.2.1

  • Update MIT license

0.2.2

  • Update documentation of the library.

0.2.3

  • Delete shape field since Flutter constraint
  • Change defalt splash color
  • provide user defined splash color in ButtonBuilder Widget

0.2.4

  • Fix the bug on email signin button @matthiasbruns
  • Add user configured signin text @matthiasbruns

0.2.5

  • Add Flutter Badge on Github Readme According to this repo
  • Add Google Dark button thanks to @g3rrydanc3

0.2.6

  • Add Twitter Button
  • Fix mini for Email

0.2.8

  • Make text fully customizable thx to @narciero and @LiveLikeCounter

0.3.0

  • Add in Shape property
  • Fix mini for email button

0.4.0

  • Add in padding
  • Add in custom font-size to solve overflow
  • Add in Signin with Apple

0.4.1

  • Fix explicit null initialization

0.5.0

  • Implement Google Buttons (w/o mini mode) according to Google guidelines. thx to @tariq86

0.5.1

  • Fix mini button padding
  • Use new demo image

0.5.2

  • Fix readme image

1.0.0

  • 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

1.1.0

  • expose elevation
  • add some new buttons
  • fix default font in button builder issue