Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Customization Features #25

Merged
merged 4 commits into from Sep 21, 2020
Merged

Added Customization Features #25

merged 4 commits into from Sep 21, 2020

Conversation

SurajLad
Copy link
Contributor

@SurajLad SurajLad commented Sep 9, 2020

Hello,
I have Added various UI Related Improvements/Features in your existing plugin, Updated ReadMe File Containing Details Of All New things Added Like, :

  • Added More Features Like Title/Hint as Widget, Chip Customizations(color/label)
  • Dialog Customizations - Dialog textStyle
    Find More details on readMe.md

@RohanSakhale
Copy link

@cetorres can you please review this, these are good features and provides various ways of customisation for existing library

@cetorres
Copy link
Owner

I'll review it, thanks.

@@ -53,7 +66,8 @@ class _MultiSelectDialogState<V> extends State<MultiSelectDialog<V>> {
@override
Widget build(BuildContext context) {
return AlertDialog(
title: Text(widget.title),
title: widget.title,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having this referenced from outside gives more control for customization as and when required

@cetorres cetorres merged commit 335411a into cetorres:master Sep 21, 2020
@cetorres
Copy link
Owner

Hi @SurajLad,
I merged your code and published the new version of the package to Pub.Dev.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants