AbhishekDoshi26 / AbhishekDoshi26/parent-child-checkbox
Giving a key for identification when using multiple ParentChildCheckbox
未關閉
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 還沒有評估資料。