-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added search txns , Play store redirect #36
Conversation
lib/const.dart
Outdated
@@ -8,6 +8,8 @@ class Const { | |||
static const successTitle = "Success!"; | |||
static const git = "https://github.com/nullhandler/vase"; | |||
static const tg = "https://t.me/vase_flutter"; | |||
static const ps = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bruh lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How even
Get.to(NewTransaction(), | ||
arguments: {"edit": true, "transaction": transaction}); | ||
if (isSearch) { | ||
Get.off(() => NewTransaction(), arguments: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same code in if and else
lib/screens/user/settings.dart
Outdated
ListTile( | ||
onTap: () => Utils.openLink(Const.ps), | ||
title: const Text("Play Store"), | ||
trailing: const Icon(Icons.flutter_dash_outlined), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change the icon to something relevant?
No description provided.