Skip to content

Commit

Permalink
fix: import failing to compile on dart 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gbassisp committed Dec 15, 2024
1 parent 8709af0 commit 4414108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/locale_test_implementation.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// TODO(gbassisp): promote this to lib/ once we enable support for locale
import 'package:any_date/any_date.dart';
import 'package:any_date/src/extensions.dart';
import 'package:intl/intl.dart';
import 'package:intl/locale.dart';
import 'package:lean_extensions/dart_essentials.dart';
import 'package:lean_extensions/lean_extensions.dart';

extension LocaleExtensions on Locale {
AnyDate get anyDate => AnyDate(
Expand Down

0 comments on commit 4414108

Please sign in to comment.