Set of Flutter widgets built using physics based animations.
Seek Bar | Range Picker |
---|---|
![]() |
![]() |
dependencies:
elastic_widgets: 0.0.1
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,
),
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,
),
Made with ❤️ for Flutter community - Pull requests are welcome ✨
keywords: widget, elastic, slider, seekbar, seek bar, range picker, rangepicker
presenting codes and notes from Elasticsearch 7.0 Cookbook over 100 recipes for fast, scalable, and reliable search for your enterprise, 4th edition book
Refresh Elasticsearch (inspired by Laravel's RefreshDatabase)
The elasticsearch plugin allows you to easily synchronize your database with elasticsearch
Imports raw JSON to Elasticsearch in a multi-thread way
all the code you need for the course
Simple chatbot using Elasticsearch
A simple plugin to allow sending emails through Elastic E-Mail