jsolra

Results 5 comments of jsolra
trafficstars

Currently testing on Android. In the future, both Android and IOS will be applied.

Can I fix it?

Okay, thank you!

@Milad-Akarie I set it up like this ``` AutoRoute( page: RouteBoardDetail.page, path: '/${RouteBoardDetail.name}/:seq') ``` And I use it like this ` AutoRouter.of(context).replace(RouteBoardDetail(seq: seq));` And I am correcting it because I...