GodotDocMobile / Gearence

Read class reference documents of Godot Engine on your mobile devices.
GNU General Public License v3.0
21 stars 2 forks source link

route the app with named route. #11

Closed fengjiongmax closed 1 year ago

fengjiongmax commented 1 year ago

Main screen:/classList Class main screen: /class/[className] Class tabs: /class/[className]/[enum,member,methods...] Items in class tabs: /class/[className]/enum/[enumName]

And by using a named route, tapEventBloc won't be needed, and the weird way of handling taps can be removed.

fengjiongmax commented 1 year ago

https://docs.flutter.dev/cookbook/navigation/navigate-with-arguments Since the named route was no longer recommended, closing this. Maybe find another way in the future.