AbhishekDoshi26 / AbhishekDoshi26/parent-child-checkbox

Giving a key for identification when using multiple ParentChildCheckbox

未关闭
#1 11 条评论 0 个 reaction 已指派 1 人 已被 @DavidWoli 认领 在 GitHub 查看
enhancement PR Welcomed
主要语言
Dart
星标
9
派生
6
PR 合并指标
30 天内没有已合并 PR

描述

Hi, Abhishek Sir,

I am very inspired by you for all your contributions in Flutter. I am also a Flutter Enthusiast.

This issue is that each ParentChildCheckBox should have a key for its identification. Like instead of passing the selected children as a list we can pass the key to get a reference to the particular ParentChildCheckBox.

ParentChildCheckBox(
key:'1',
) ,
ParentChildCheckBox(
key:'2',
).

Something like ParentChildCheckBox.key('1') to refer to the first ParentChildCheckbox().

I hope you understood. Correct me if I am wrong anywhere.
Thank you.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。