We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a86e06 commit 5798233Copy full SHA for 5798233
lib/view/_product/_widgets/list-tile/friend_card.dart
@@ -1,7 +1,7 @@
1
import 'package:easy_localization/easy_localization.dart';
2
import 'package:flutter/material.dart';
3
-import 'package:fluttermvvmtemplate/core/init/lang/locale_keys.g.dart';
4
-import 'package:fluttermvvmtemplate/view/home/social/model/social_user_model.dart';
+import '../../../../core/init/lang/locale_keys.g.dart';
+import '../../../home/social/model/social_user_model.dart';
5
import 'package:kartal/kartal.dart';
6
7
class FriendCard extends StatelessWidget {
0 commit comments