From 6e551e88d6b88647a080afe9a7de49b06da04321 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Thu, 5 Sep 2024 15:10:08 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- lib/src/application/coin_price.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faa4618..6138380 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project provides widgets to facilitate the creation of Archethic DApps ## Arb file management Please, fill `/lib/src/l10n/intl_en.arb` file to externalize texts. -Best practice: prefix each key with `edappfm_` to avoid doublons with DApp projects +Best practice: prefix each key with `aedappfm_` to avoid doublons with DApp projects ### To generate the arb file, you should: - Generate with Flutter_Gen (command: `flutter gen-l10n`) the `AppLocalizations` and `AppLocalizationsEn` classes in the hidden folder `.dart_tool/flutter_gen/gen_l10n`. (see `/l10n.yaml` conf) diff --git a/lib/src/application/coin_price.dart b/lib/src/application/coin_price.dart index 62ab6f0..01b22c2 100644 --- a/lib/src/application/coin_price.dart +++ b/lib/src/application/coin_price.dart @@ -26,7 +26,7 @@ class _CoinPricesNotifier extends Notifier { return CryptoPrice(); } - Future starTimer() async { + Future startTimer() async { if (_timer != null) return; _logger.info('Start timer');