lulupointu / vrouter

MIT License
202 stars 39 forks source link

Access the current active VRouteElement #205

Closed mohkoma closed 1 year ago

mohkoma commented 1 year ago

Hi,

Thank you for this lovely package, I am straggling trying to find a way to access the current VRouteElement (VWidget), my main goal is be able to access the widget in VWidget programmatically, Is there a way I could do it? maybe thought of scope for example!

VWidget(
    path: '/profile',
    name: 'profile',
    widget: const ProfilePage(),
),

Thank you in advance 🙂