Set of Flutter widgets built using physics based animations.

Overview

Elastic Widgets

Set of Flutter widgets built using physics based animations.

Widgets

Seek Bar Range Picker
seekbar gif enter image description here

Installation

Add this to your package's pubspec.yaml file
dependencies:
 elastic_widgets: 0.0.1

Usage

Seek bar:

ElasticSeekBar(
    valueListener: (value) {
      print("slider value: $value");
    },
    size: Size(300, 100),
    stretchRange: 50.0,
    minValue: 0,
    maxValue: 100,
    circleRadius: 12,
    thinLineStrokeWidth: 3,
    thickLineStrokeWidth: 4,
    thickLineColor: Colors.blue,
    thinLineColor: Colors.blueGrey,
    bounceDuration: Duration(seconds: 1),
    stiffness: 300,
    dampingRatio: 5,
),

Range picker:

ElasticRangePicker(
    valueListener: (firstValue, secondValue) {
      print("range picker first value: $firstValue");
      print("range picker second value: $secondValue");
    },
    size: Size(300, 100),
    stretchRange: 50.0,
    minValue: 0,
    maxValue: 100,
    circleRadius: 12,
    thinLineStrokeWidth: 3,
    thickLineStrokeWidth: 4,
    thickLineColor: Colors.orange,
    thinLineColor: Colors.blueGrey,
    bounceDuration: Duration(seconds: 1),
    stiffness: 300,
    dampingRatio: 5,
),

Planned widgets

  • Radio button
  • Checkbox
  • Dialog
  • Button

Made with ❀️ for Flutter community - Pull requests are welcome ✨

keywords: widget, elastic, slider, seekbar, seek bar, range picker, rangepicker

You might also like...

An all-in-one Fllutter package for state management, reactive objects, animations, effects, timed widgets etc.

An all-in-one Fllutter package for state management, reactive objects, animations, effects, timed widgets etc.

Frideos An all-in-one package for state management, streams and BLoC pattern, animations and timed widgets, effects. Contents 1. State management Gett

Dec 23, 2022

Advanced widgets, animations and more.

advanced_ui A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Aug 11, 2022

Arisprovider - A mixture between dependency injection (DI) and state management, built with widgets for widgets

A mixture between dependency injection (DI) and state management, built with wid

Jan 9, 2022

A flutter brain game built using only pure flutter animations.

A flutter brain game built using only pure flutter animations.

Flutter Brain Game πŸ‘ πŸ‘ πŸ”₯ This project designed using figma and built using flutter. Demo URL https://khalid-alsaleh-dev.github.io/BrainGame/#/ πŸ’» R

Jun 17, 2022

Pokedex app built with Flutter (with lots of animations) using Clean Architecture.

Pokedex app built with Flutter (with lots of animations) using Clean Architecture.

Flutter Pokedex Pokedex app built with Flutter App preview Video demo Installation Add Flutter to your machine Open this project folder with Terminal/

Dec 29, 2022

A set of real world timelines to showcase the use of timeline_tile package, built with Flutter.

A set of real world timelines to showcase the use of timeline_tile package, built with Flutter.

beatiful_timelines Beautiful timelines built with Flutter and timeline_tile. Current examples: Timeline Showcase Football Timeline Activity Timeline S

Dec 21, 2022

RISC-V Instruction Set Simulator (Built for education).

RISC-V Instruction Set Simulator (Built for education).

Vulcan RISC-V Instruction Set Simulator Built For Education. Features RV32I Extension. RV32M Extension. RV32A Extension. RV32F Extension. Visualizatio

Dec 23, 2022

A customizable carousel slider widget in Flutter which supports inifinte scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.

A customizable carousel slider widget in Flutter which supports inifinte scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.

flutter_carousel_widget A customizable carousel slider widget in Flutter. Features Infinite Scroll Custom Child Widget Auto Play Horizontal and Vertic

Nov 26, 2022

This application was created using the Dart language and it is an application that contains a set of different questions and at the end shows you the number of correct answers you have answered , made by flutter

exams_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Dec 28, 2021
Comments
  • Migrated to null safety and fixed warnings

    Migrated to null safety and fixed warnings

    Hey! This is an amazing package. I've migrated it completely to null safety and updated everything needed to fix those warnings thrown during compilation.

    opened by shaan-mephobic 0
Owner
Alireza Abiri
Flutter Developer
Alireza Abiri
A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX

flutter_tex Contents About Demo Video Screenshots How to use? Android iOS Web Examples Quick Example TeXView Document TeXView Markdown TeXView Quiz Te

Shahzad Akram 220 Dec 21, 2022
Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets

Flutter Platform Widgets This project is an attempt to see if it is possible to create widgets that are platform aware. Currently in order to render t

null 1.3k Jan 4, 2023
Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets

Flutter Platform Widgets This project is an attempt to see if it is possible to create widgets that are platform aware. Currently in order to render t

null 1.3k Jan 4, 2023
A customizable carousel slider for Flutter. Supports infinite sliding, custom indicators, and custom animations with many pre-built indicators and animations.

Flutter Carousel Slider A customizable carousel slider for flutter Screenshots Installing dependencies: flutter_carousel_slider: ^1.0.8 Demo Demo a

Udara Wanasinghe 23 Nov 6, 2022
A set of Flutter widgets that makes grouping Checkboxes and Radio Buttons much easier!

grouped_buttons A set of Flutter widgets that makes grouping Checkboxes and Radio Buttons much easier! Installing Add the following to your pubspec.ya

Akshath Jain 102 Dec 28, 2022
Arna Framework - A unique set of widgets for building applications with Flutter.

Arna Arna Framework - A unique set of widgets for building applications with Flutter. This Framework is in active development. Any contribution, idea,

Mahan 86 Dec 11, 2022
A set of widgets to help with the implementation of the Provider architecture as shown by FilledStacks

Provider Architecture - Deprecated on 21 April 2020 Notice V2 of this package is renamed to Stacked Stacked is the name of the architecture that was o

Dane Mackier 84 Dec 16, 2021
Get or set persistent storage value based on MMKV framework.

mmkv_flutter Plugin that allow Flutter to read value from persistent storage or save value to persistent storage based on MMKV framework Getting Start

OpenFlutter 101 Jan 17, 2022
A simple set of terminal-based arcade games written in pure Dart.

dartcade A simple set of terminal-based arcade games written in pure Dart. Purpose I was developing some simple 2D UI libraries (such as package:gridd

Matan Lurey 7 Dec 7, 2022
This repo is for anything that can be reusable in flutter like custom widgets πŸŸ₯, animations 🌟and more

Ease This packa is for anything that can be reusable in flutter like custom widgets ?? , animations ?? and more. Features 1-custom text widget to ease

Abdelrahman Mostafa Elmarakby 91 Dec 3, 2022