mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-20 11:01:05 +02:00
2143de3aa7
Strip doc comments, section dividers, HTML comments, and Flutter template boilerplate that add no informational value. No logic or behavior changes.
9 lines
276 B
Dart
9 lines
276 B
Dart
import 'package:flutter/material.dart';
|
|
import 'package:spotiflac_android/l10n/app_localizations.dart';
|
|
|
|
export 'package:spotiflac_android/l10n/app_localizations.dart';
|
|
|
|
extension AppLocalizationsX on BuildContext {
|
|
AppLocalizations get l10n => AppLocalizations.of(this);
|
|
}
|