refactor: Replace vrouter with gorouter

This commit is contained in:
Krille 2023-08-02 12:08:23 +02:00
commit 739edde729
No known key found for this signature in database
48 changed files with 63 additions and 71 deletions

View file

@ -1,9 +1,9 @@
import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/l10n.dart';
import 'package:go_router/go_router.dart';
import 'package:matrix/matrix.dart';
import 'package:url_launcher/url_launcher_string.dart';
import 'package:vrouter/vrouter.dart';
import 'package:fluffychat/config/app_config.dart';
import 'package:fluffychat/utils/fluffy_share.dart';