Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 2.05 KB

README.md

File metadata and controls

58 lines (43 loc) · 2.05 KB

N|Solid

Flutter Booksearch App

This is a demo flutter application showing some of the widgets in the flutter-searchbox, searchbase packages to connect and retrive information from an appbase.io cluster.

Screenshots -

Suggestions Author Filter Publication Year Filter
Ratings Filter Selected Filters Result Card

Develop -

Clone this repository using the link above then go to the root directory of the project and create a .env file with the following variables ( change these values according to the index used ) -

INDEX=good-books-ds
CREDENTIALS=a03a1cb71321:75b6603d-9456-4a5a-af6b-a487b309eb61
URL=https://arc-cluster-appbase-demo-6pjy6z.searchbase.io

and then run the following commands -

flutter pub get
flutter run main.dart

Dependencies

This app is currently extended with the following dependencies. Instructions on how to use them in your own application are linked below.
Dependencies READ MORE
flutter_searchbox README
searchbase README
url_launcher README
http README
flutter_dotenv README

License

MIT


Feel free to play arround!!