curved_list_wheel 1.1.0 copy "curved_list_wheel: ^1.1.0" to clipboard
curved_list_wheel: ^1.1.0 copied to clipboard

A highly customizable Flutter list wheel widget that scrolls items along a curved path, allowing for advanced animations and layouts.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'screens/home_screen.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'CurvedListWheel Example',
      theme: ThemeData(
        useMaterial3: true,
        scaffoldBackgroundColor: const Color(0xFFECF1F2),
      ),
      home: const HomeScreen(),
    );
  }
}
10
likes
150
points
116
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable Flutter list wheel widget that scrolls items along a curved path, allowing for advanced animations and layouts.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on curved_list_wheel