mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

* Gallery scaffolding * Started RenderSliver * demo and initial hookup * Cleaned up demo more and scaffolding basic sliver->widget communication structure. * works * states and default indicator building works * start adding docs * added an alignment setting optimized the sliver relayout mechanism * tested a default bottom aligned sized indicator * Added a bunch of tests * more fixes and more tests * Finished the tests * Add docs * Add more doc diffing wrt material pull to refresh * Mention nav bar synergy * add more asserts * review 1 * Fix mockito 2 / dart 2 / strong typed tests * review * Remove the vscode config * review
13 lines
480 B
Dart
13 lines
480 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_refresh_demo.dart';
|
|
export 'cupertino_slider_demo.dart';
|
|
export 'cupertino_switch_demo.dart';
|