| 1 | // Copyright 2014 The Flutter Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | /// Localizations for the Flutter library. |
| 6 | library flutter_localizations; |
| 7 | |
| 8 | export 'src/cupertino_localizations.dart'; |
| 9 | export 'src/l10n/generated_cupertino_localizations.dart'; |
| 10 | export 'src/l10n/generated_material_localizations.dart'; |
| 11 | export 'src/l10n/generated_widgets_localizations.dart'; |
| 12 | export 'src/material_localizations.dart'; |
| 13 | export 'src/widgets_localizations.dart'; |
| 14 | |