Skip to content

Commit

Permalink
Upgrade version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Jul 7, 2024
1 parent 32c69d9 commit 7844d96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/views/account_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class AccountView extends StatelessWidget {

String beautifyDate(BuildContext context, String date) {
return DateFormat(
"EEEE dd MMM yyyy",
'EEEE dd MMM yyyy',
Localizations.localeOf(context).languageCode,
).format(DateTime.parse(date));
}
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_native_splash
sha256: edf39bcf4d74aca1eb2c1e43c3e445fd9f494013df7f0da752fefe72020eedc0
sha256: aa06fec78de2190f3db4319dd60fdc8d12b2626e93ef9828633928c2dcaea840
url: "https://pub.dev"
source: hosted
version: "2.4.0"
version: "2.4.1"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: application
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.0.9+1
version: 0.0.10+1

environment:
sdk: '>=3.4.0 <4.0.0'
Expand Down Expand Up @@ -35,7 +35,7 @@ dev_dependencies:
dart_code_linter: ^1.1.3
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
flutter_native_splash: ^2.4.0
flutter_native_splash: ^2.4.1
freezed: ^2.5.2
json_serializable: ^6.8.0

Expand Down

0 comments on commit 7844d96

Please sign in to comment.