Closed Nexushunter closed 5 years ago
Hi ! Thank you for your pull request, I will check this soon and merge it ;)
No problem and keep up the good work. Love the package!
On Thu., Jul. 11, 2019, 04:38 Jean-Charles Moussé, notifications@github.com wrote:
Hi ! Thank you for your pull request, I will check this soon and merge it ;)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Pyozer/flutter_material_color_picker/pull/9?email_source=notifications&email_token=AHBNTIMVV5GB6HZZBV2MH7TP63WR3A5CNFSM4IAYZ7FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZV67AI#issuecomment-510390145, or mute the thread https://github.com/notifications/unsubscribe-auth/AHBNTIJM7KJFW4NSLSEMM23P63WR3ANCNFSM4IAYZ7FA .
After recheck this package, it seem that adding padding on shades is not good, because it's already manage by Grid and the main and shade colors have not same size anymore 😢
I add possibility to provide the space between colors, and fixed missing space value in number of colors per line calculation.
You can update to 1.0.2
😉
Sounds good.
On Thu., Jul. 18, 2019, 21:03 Jean-Charles Moussé, notifications@github.com wrote:
After recheck this package, it seem that adding padding on shades is not good, because it's already manage by Grid and the main and shade colors have not same size anymore 😢
I add possibility to provide the space between colors, and fixed missing space value in number of colors per line calculation. You can update to 1.0.2 😉
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Pyozer/flutter_material_color_picker/pull/9?email_source=notifications&email_token=AHBNTIMRNLSA3CKIDV5QA5DQAEHFJA5CNFSM4IAYZ7FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2KIFPQ#issuecomment-513049278, or mute the thread https://github.com/notifications/unsubscribe-auth/AHBNTIJF2VJ5JYVA6R756ALQAEHFJANCNFSM4IAYZ7FA .
Changes
Changed the padding within the shades widget.
Reason
Noticed that the colours were pushed together on a smaller display
Usage
My File Manager Project