
* controller, position and test * Make controllers swappable * WIP * Create a ListWheelScrollPhysics * Created picker and gallery demo and testing now * Works. Ready to document and test. * Document and add tests. Make the scroll controller more generic. * minor cleanup * review * review * fix tests * stop using TransformLayers for now
12 lines
442 B
Dart
12 lines
442 B
Dart
// 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.
|
|
|
|
export 'cupertino_activity_indicator_demo.dart';
|
|
export 'cupertino_buttons_demo.dart';
|
|
export 'cupertino_dialog_demo.dart';
|
|
export 'cupertino_navigation_demo.dart';
|
|
export 'cupertino_picker_demo.dart';
|
|
export 'cupertino_slider_demo.dart';
|
|
export 'cupertino_switch_demo.dart';
|