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.
6library flutter_localizations;
7
8export 'src/cupertino_localizations.dart';
9export 'src/l10n/generated_cupertino_localizations.dart';
10export 'src/l10n/generated_material_localizations.dart';
11export 'src/l10n/generated_widgets_localizations.dart';
12export 'src/material_localizations.dart';
13export 'src/widgets_localizations.dart';
14

Provided by KDAB

Privacy Policy
Learn more about Flutter for embedded and desktop on industrialflutter.com