AbhishekDoshi26 / AbhishekDoshi26/parent-child-checkbox

Giving a key for identification when using multiple ParentChildCheckbox

Offen
#1 11 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @DavidWoli Auf GitHub ansehen
enhancement PR Welcomed
Vorherrschende Sprache
Dart
Sterne
9
Forks
6
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.