animated_slider 1.0.1 copy "animated_slider: ^1.0.1" to clipboard
animated_slider: ^1.0.1 copied to clipboard

It is a like a toggle but It is a slider that you can define callbacks to left and right.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:example/views/home.view.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Slider Example',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: HomeView(title: 'Flutter Slider Example',),
    );
  }
}
4
likes
20
pub points
0%
popularity

Publisher

unverified uploader

It is a like a toggle but It is a slider that you can define callbacks to left and right.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_slider