Get Started with Reactive Search Flutter
Use our step-by-step guide to learn all about Reactive Search flutter, or check out our docs.
1
Add Dependencies
Add Flutter SearchBox dependencies to your pubspec.yaml
file.
dependencies:
flutter_searchbox: ^1.0.0
searchbase: ^1.0.0
3
Configure SearchBase
For example :
final searchbaseInstance = SearchBase(
'your-index-name',
'your-elasticsearch-url',
'your-appbase-credentials',
appbaseConfig: AppbaseSettings( … ),
);
DEJAVU
4
UI Components
Add UI components for Search, Lists, Ranges, and Results.
Or add in your own UI components.
5
Tutorials
Get a leg up by checking out these tutorials.
6
Start Your Project
You're all set! Start your Flutter project by running:
$ flutter run
Build a live app in 5 easy steps
Go from scratch to creating a data-driven search app with our beginner friendly quick start guide.
Get dedicated support
We offer production support for ReactiveSearch. Work with us to bring your dream project to life.
Need Help?
Resources to get help with Reactive Search.