traversal_slider 1.0.2 copy "traversal_slider: ^1.0.2" to clipboard
traversal_slider: ^1.0.2 copied to clipboard

The traversal_slider package is a Flutter widget that allows for the smooth and animated traversal of widgets in a circular rotation.

example/lib/main.dart

import 'package:example/homepage.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 HomePage());
  }
}
9
likes
160
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

The traversal_slider package is a Flutter widget that allows for the smooth and animated traversal of widgets in a circular rotation.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on traversal_slider