// Copyright 2019 The FlutterCandies author. All rights reserved. // Use of this source code is governed by an Apache license that can be found // in the LICENSE file. import 'package:flutter/widgets.dart'; import '../l10n/gen/app_localizations.dart'; extension BuildContextExtension on BuildContext { AppLocalizations get l10n => AppLocalizations.of(this)!; }