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

feat: Add support to Chip Widget #263

Merged
merged 6 commits into from
Feb 25, 2024

Conversation

iampranabray
Copy link
Contributor

@iampranabray iampranabray commented Feb 24, 2024

  • Created Mirai Chip Parser mirai_chip_parser and mirai_chip both added

  • Added a chip widget example chip_example class added where simple , rounded and colour chip added

Description

Related Issues

Closes #256

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore

- Created Mirai Chip Parser
   mirai_chip_parser and mirai_chip both added

- Added a chip widget example
  chip_example class added where simple , rounded and colour chip added
@divyanshub024 divyanshub024 added this to the v0.7 milestone Feb 24, 2024
@divyanshub024 divyanshub024 changed the title Add support to Chip Widget #256 feat: Add support to Chip Widget Feb 24, 2024
Signed-off-by: Divyanshu Bhargava <divyanshub024@gmail.com>
Copy link
Contributor

@divyanshub024 divyanshub024 left a comment

Choose a reason for hiding this comment

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

Thank you so much for this PR Pranab 🤩

I've some suggestion, please check my comments.

divyanshub024 and others added 3 commits February 25, 2024 20:26
- removed the empty line at mirai_chip and added materialTapTargetSize.
- removed  stateful widget .
- materialTapTargetSize data type changed from string to MaterialTapTargetSize.
- removed materialTapTargetSizeValue get method.
@divyanshub024
Copy link
Contributor

Thank you @iampranabray for your amazing contribution. 🤩
Let's build Mirai together 🙌🏻

@divyanshub024 divyanshub024 merged commit 2b03d51 into Securrency-OSS:main Feb 25, 2024
3 checks passed
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.

feat: Add support to Chip Widget
2 participants