diff --git a/lib/views/account_view.dart b/lib/views/account_view.dart index 751ce1ef..b62b333d 100644 --- a/lib/views/account_view.dart +++ b/lib/views/account_view.dart @@ -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)); } diff --git a/pubspec.lock b/pubspec.lock index 747cec90..bdca812b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 093104d4..31a1b84f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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' @@ -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