flutter / uxr

UXR work for Flutter
BSD 3-Clause "New" or "Revised" License
229 stars 28 forks source link

Add dynamic linking Router sample #19

Closed johnpryan closed 3 years ago

johnpryan commented 3 years ago

This adds a Router sample that displays a list of Wishlist objects, and creates a new Wishlist when the user navigates to /wishlist/:id

cc: @jackkim9

johnpryan commented 3 years ago

@chunhtai ready for another look