'Font weights seemingly not supported in Flutter web

I'm trying to use Roboto's many supported weights in a Flutter web app. On iOS, all weights, from w100 to w900 are supported. On web, it seems there's only regular (w100 to w500) or bold (w600 to w900). What's going on? Are there any fonts that support many weights on web?



Solution 1:[1]

use this flutter build web --web-renderer canvaskit for getting the exact result as on mobile

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1