13 lines
513 B
Dart
13 lines
513 B
Dart
// Copyright 2014 The Flutter Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
/// The Flutter widget preview annotations and data classes.
|
|
///
|
|
/// To use, import `package:flutter/widget_previews.dart`.
|
|
///
|
|
/// See [flutter.dev/to/widget-previews](https://flutter.dev/to/widget-previews)
|
|
/// for more details on getting started with widget previews.
|
|
library widget_previews;
|
|
|
|
export 'src/widget_previews/widget_previews.dart';
|