Web Applications
See How It Looks
Performance by the Numbers
An excellent example of an optimized Flutter application component we developed is maps, which had specific requirements, such as displaying over 15,000 vehicles with labels on the map (the requirement was to show all of them without grouping).
This required us to implement low-level rendering optimizations, involving pre-decoding icons at application startup and then drawing them directly on the GPU.