refactor: use list item

This commit is contained in:
Rongjian Zhang
2022-09-24 02:22:17 +08:00
parent 5214a404b1
commit 20b7addf51
9 changed files with 317 additions and 346 deletions

View File

@@ -161,7 +161,7 @@ class ListPayload<T, K> {
}
extension MyHelper on BuildContext {
pushUrl(String url, {bool replace = false}) {
Future<void> pushUrl(String url, {bool replace = false}) async {
// Fimber.d(url);
if (url.startsWith('/')) {
if (replace) {