mirror of
https://github.com/Iconica-Development/flutter_carousel.git
synced 2025-05-18 20:13:43 +02:00
9 lines
260 B
Dart
9 lines
260 B
Dart
// SPDX-FileCopyrightText: 2022 Iconica
|
|
//
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
/// A Flutter package for creating a carousel widget.
|
|
library carousel;
|
|
|
|
export 'package:carousel/src/carousel.dart';
|
|
export 'package:carousel/src/models/card_transform.dart';
|