I have a flutter web app , And i don't want to deliver some of widgets (views) to all users
my web app content 4 views it should appear and ship to all users , And my app also contain a 20 - 25 views or routes for the admin dashboard
is any way to lazy load this widgets on demands in the runtime ? to avoid ship all pages to all users