Skip to content

Commit 9049327

Browse files
committed
Merge branch 'master' into dev/mvp
2 parents 9cd13dd + cc958a0 commit 9049327

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
<img src="https://pockaw.com/assets/images/pockaw-cover-github_readme.webp" alt="Pockaw Cover">
44

5-
![Flutter](https://img.shields.io/badge/Flutter-3.32.5-blue?logo=flutter)
6-
![Dart](https://img.shields.io/badge/Dart-3.8.1-blue?logo=dart)
7-
![Platform](https://img.shields.io/badge/platform-Android%20%7C%20(soon)%20Web,%20%20iOS,%20Windows,%20MacOS-purple)
5+
![Flutter](https://img.shields.io/badge/Flutter-blue?logo=flutter)
6+
![Platform](https://img.shields.io/badge/Android%20(Beta)-purple)
7+
![Platform](https://img.shields.io/badge/Web%20(soon)-purple)
8+
![Platform](https://img.shields.io/badge/iOS%20(soon)-purple)
9+
![Platform](https://img.shields.io/badge/Windows%20(soon)-purple)
10+
![Platform](https://img.shields.io/badge/MacOS%20(soon)-purple)
811
![100%](https://progress-bar.xyz/100/?title=MVP+Launch+(Android)+&progress_color=00b4ab)
912

10-
1113
![Forks](https://img.shields.io/github/forks/layground/pockaw)
1214
![Stars](https://img.shields.io/github/stars/layground/pockaw)
1315
![Activity](https://img.shields.io/github/commit-activity/w/layground/pockaw?style=social)
@@ -183,7 +185,7 @@ Connect with other Pockies, share tips, and contribute to the growth of Pockaw.
183185
* [ ] **Linux** **
184186
>
185187
> * \* Sponsors and/or donations are expected to register to Apple Developer Program.
186-
> * \** Linux will followed after Windows release is stable.
188+
> * \** Linux release will follow after Windows release is stable.
187189
188190
***
189191

lib/features/transaction/presentation/riverpod/transaction_form_state.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,9 @@ TransactionFormState useTransactionFormState({
335335
}
336336
// categoryController.text is handled by another useEffect based on selectedCategory
337337

338-
dateFieldController.text = transaction.date
339-
.toDayMonthYearTime12Hour();
338+
dateFieldController.text = transaction.date.toRelativeDayFormatted(
339+
showTime: true,
340+
);
340341

341342
final imagePath = transaction.imagePath;
342343
if (imagePath != null && imagePath.isNotEmpty) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.0.4+22
19+
version: 0.0.4+24
2020

2121
environment:
2222
sdk: ^3.8.1

0 commit comments

Comments
 (0)