0

I am learning Angular, and I have discovered pipes, which not only seem very useful but should also be much more RAM-efficient than functions for data transformation. Is there an equivalent of Angular pipes in Flutter? Or is there something more efficient than functions when I have to do data transformation?

0

Browse other questions tagged or ask your own question.