flutter_localizations.dart 481 Bytes
Newer Older
Ian Hickson's avatar
Ian Hickson committed
1
// Copyright 2014 The Flutter Authors. All rights reserved.
2 3 4
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

5
/// Localizations for the Flutter library.
6 7
library flutter_localizations;

8 9
export 'src/cupertino_localizations.dart';
export 'src/l10n/generated_cupertino_localizations.dart';
10
export 'src/l10n/generated_material_localizations.dart';
11 12
export 'src/material_localizations.dart';
export 'src/widgets_localizations.dart';