// 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.// Date Picker public APIexport'calendar_date_picker.dart'showCalendarDatePicker;
// TODO(ianh): Not exporting everything is unusual and we should// probably change to just exporting everything and making sure it's// acceptable as a public API, or, worst case, merging the parts// that really must be public into a single file and make them// actually private.