Skip to content

Commit

Permalink
chore: remove l10n_esperanto workaround as it has been fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir committed Dec 13, 2024
1 parent d3bb06a commit f3f2526
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 238 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import 'package:flutter/services.dart' show rootBundle;
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:l10n_esperanto/l10n_esperanto.dart';
import 'package:logging/logging.dart';
import 'package:shared_preference_app_group/shared_preference_app_group.dart';
import 'package:universal_platform/universal_platform.dart';
Expand All @@ -16,7 +17,6 @@ import 'applinks/handler.dart';
import 'constants.dart';
import 'db/database.dart';
import 'native/appbadge.dart';
import 'patched/l10n_esperanto.dart';
import 'providers/background_sync.dart';
import 'providers/router.dart';
import 'providers/settings.dart';
Expand Down
233 changes: 0 additions & 233 deletions lib/patched/l10n_esperanto.dart

This file was deleted.

6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -720,10 +720,10 @@ packages:
dependency: "direct main"
description:
name: l10n_esperanto
sha256: db37016f8752a13257ed6e7ef718db575960ae99c7d4c694fbb45f635a583fa2
sha256: "8bdaf08ac603c6c6255f71ce31aabaea676a722c2936e1a028ef222db6448689"
url: "https://pub.dev"
source: hosted
version: "2.0.11"
version: "2.0.12"
leak_tracker:
dependency: transitive
description:
Expand Down Expand Up @@ -1611,4 +1611,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.6.0-0 <4.0.0"
flutter: ">=3.24.0"
flutter: ">=3.27.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
freezed_annotation: ^2.4.1
go_router: 14.6.2
intl: any
l10n_esperanto: ^2.0.11
l10n_esperanto: 2.0.12
logging: 1.3.0
path_provider: 2.1.5
riverpod_annotation: ^2.3.4
Expand Down

1 comment on commit f3f2526

@casimir
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.