Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Sep 5, 2024
1 parent af9805e commit 6e551e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/application/coin_price.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class _CoinPricesNotifier extends Notifier<CryptoPrice> {
return CryptoPrice();
}

Future<void> starTimer() async {
Future<void> startTimer() async {
if (_timer != null) return;

_logger.info('Start timer');
Expand Down

0 comments on commit 6e551e8

Please sign in to comment.