169 похожих чатов

And if you pass the value into it with the

constructor and build it when it changes?

4 ответов

21 просмотр

My idea is that when the onNumberPressed method is triggered, I want to update some state in the PinIndicatorWidget. I know I could use a ValueNotifier globally, but I prefer not to do that. I want the two to remain independent of each other

ᗰᖇ.ᑎ
screenshot My idea is that when the onNumberPressed method is...

I also think using hooks is not working for me in this case. If it were a StatefulWidget, I could easily access it through a GlobalKey and call any method I want.

Israel-Rulez Автор вопроса
ᗰᖇ.ᑎ
screenshot My idea is that when the onNumberPressed method is...

Seems like a complicated way to do a simple thing. PinIndicatorWidget is only for display, stateless and "dumb", use SM in the parent, whatever you want and pass the value and the onSubmit function via constructor

Israel Rulez
Seems like a complicated way to do a simple thing....

Alrighty ... The pinIndicatorWidget has complex animation in it . Thats is why i wanted to 3xtract it to its own . So as you said ill use statenotifier or something to manage that . Oor maybe creating its own Controller . Thanks tho 👍

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Ребят в СИ можно реализовать ООП?
Николай
33
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Карта сайта