Skip to content

Commit

Permalink
chore: Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Oct 16, 2024
1 parent e84c416 commit bc8ea7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import 'package:intl/intl.dart' as intl;
import 'localizations-ae-dapp-framework_en.dart';
import 'localizations-ae-dapp-framework_fr.dart';

// ignore_for_file: type=lint

/// Callers can lookup localized strings with an instance of AppLocalizations
/// returned by `AppLocalizations.of(context)`.
///
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'localizations-ae-dapp-framework.dart';

// ignore_for_file: type=lint

/// The translations for English (`en`).
class AppLocalizationsEn extends AppLocalizations {
AppLocalizationsEn([String locale = 'en']) : super(locale);
Expand Down
1 change: 1 addition & 0 deletions lib/src/application/ucids_tokens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Future<Map<String, int>> _ucidsTokens(
};
}

// TODO(reddwarf03): Return null instead of invalidValue
@Riverpod(keepAlive: true)
Future<int> _ucid(
_UcidRef ref, {
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -580,18 +580,18 @@ packages:
dependency: transitive
description:
name: material_color_utilities
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
url: "https://pub.dev"
source: hosted
version: "0.11.1"
version: "0.8.0"
meta:
dependency: transitive
description:
name: meta
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.15.0"
version: "1.12.0"
mime:
dependency: transitive
description:
Expand Down

0 comments on commit bc8ea7b

Please sign in to comment.