circular_carousel_slider 0.0.2 copy "circular_carousel_slider: ^0.0.2" to clipboard
circular_carousel_slider: ^0.0.2 copied to clipboard

A circular carousel slider is a widget that displays content in a circular motion, allowing for continuous scrolling through the items.

example/lib/main.dart

import 'package:example/example.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const Example(),
    );
  }
}
4
likes
150
points
33
downloads

Publisher

verified publisherdamrad.pl

Weekly Downloads

A circular carousel slider is a widget that displays content in a circular motion, allowing for continuous scrolling through the items.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on circular_carousel_slider