// 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; export 'src/cupertino/activity_indicator.dart'; export 'src/cupertino/dialog.dart'; export 'src/cupertino/slider.dart'; export 'src/cupertino/switch.dart'; export 'src/cupertino/thumb_painter.dart';