cupertino.dart 544 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

/// Flutter widgets implementing the current iOS design language.
///
/// To use, import `package:flutter/cupertino.dart`.
library cupertino;

10
export 'src/cupertino/activity_indicator.dart';
11
export 'src/cupertino/button.dart';
12
export 'src/cupertino/dialog.dart';
13
export 'src/cupertino/slider.dart';
14
export 'src/cupertino/switch.dart';
15
export 'src/cupertino/thumb_painter.dart';