И ещё немного про то, что const в dart надо ставить где попало

В статье рассказал про случай из реальной жизни, когда использование const и линтера на него помогли бы мне сэкономить полдня рабочего времени и сохранить нервы

https://habr.com/ru/articles/948074/

#Flutter #dart #dartdefine #const

И ещё немного про то, что const в dart надо ставить где попало

Дисклеймер: я все-таки надеюсь, что вы понимаете, для чего и где следует ставить const в dart. Одним вечером я настраивал сборку приложения с переменными для хранения ключей API. Использовал...

Хабр
"Flutter 3.7 and a new way of defining compile-time variables | by Denis Beketsky | Jan, 2023 | Medium" https://medium.com/@tatsu.ukraine/flutter-3-7-and-a-new-way-of-defining-compile-time-variables-f63db8a4f6e2 #flutter #dartdefine
Flutter 3.7 and a new way of defining compile-time variables

New environment configuration approach with Compile-time variables in Flutter projects for Dart, iOS and Android…

ITNEXT
"Flutter 3.7 and a new way of defining compile-time variables | by Denis Beketsky | Jan, 2023 | Medium" https://medium.com/@tatsu.ukraine/flutter-3-7-and-a-new-way-of-defining-compile-time-variables-f63db8a4f6e2 #flutter #dartdefine
Flutter 3.7 and a new way of defining compile-time variables

New environment configuration approach with Compile-time variables in Flutter projects for Dart, iOS and Android…

ITNEXT
"Why do we need to install a seperate plug-in to add a delay, we we could simply use Future.delayed, like you’ve done at many other points in your example? It’s adding a dependency for the sake of… - Reme Le Hane - Medium" https://medium.com/p/9c6410c2b305 #flutter #dart #dartdefine
Why do we need to install a seperate plug-in to add a delay, we we could simply use Future.delayed,

Medium