Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoc081098/search-book-flutter-bloc-pattern-rxdart
❄️[Functional reactive programming (FRP)] :zap: Flutter search book using bloc pattern, rxdart 🌺 Star if it is helpful 🌺
https://github.com/hoc081098/search-book-flutter-bloc-pattern-rxdart
bloc-pattern demo flutter flutter-bloc flutter-bloc-pattern flutter-bloc-pattern-rxdart flutter-bloc-rxdart flutter-book flutter-book-search flutter-demo flutter-examples flutter-material flutter-reactive flutter-rxdart flutter-sample flutter-search flutter-state-management rxdart rxdart-helper
Last synced: 23 days ago
JSON representation
❄️[Functional reactive programming (FRP)] :zap: Flutter search book using bloc pattern, rxdart 🌺 Star if it is helpful 🌺
- Host: GitHub
- URL: https://github.com/hoc081098/search-book-flutter-bloc-pattern-rxdart
- Owner: hoc081098
- License: mit
- Created: 2018-06-25T14:30:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:48:04.000Z (11 months ago)
- Last Synced: 2023-12-15T03:55:35.834Z (11 months ago)
- Topics: bloc-pattern, demo, flutter, flutter-bloc, flutter-bloc-pattern, flutter-bloc-pattern-rxdart, flutter-bloc-rxdart, flutter-book, flutter-book-search, flutter-demo, flutter-examples, flutter-material, flutter-reactive, flutter-rxdart, flutter-sample, flutter-search, flutter-state-management, rxdart, rxdart-helper
- Language: Dart
- Homepage: https://pub.dev/packages/distinct_value_connectable_stream
- Size: 130 MB
- Stars: 51
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# search_book_bloc_pattern_rxdart :iphone:
Search book using goole book api :clap: :clap: :clap:
Using **`BLoC pattern`** with **[`rxdart`](https://github.com/ReactiveX/rxdart)** library :muscle:
Give it a star :star: :) if it is helpful :thumbsup:. Thanks## Trying
Download and install [👍 File apk 👍](./build/app/outputs/apk/release/app-release.apk)
## Demo :camera: :art:
:video_camera: [Video demo](https://youtu.be/FH7LPKVSYyg) :tv:
| Home page | Detail page | Favorites page |
| ------------- | ------------- | -------------|
| | | |
| Home page | Detail page | Favorites page |
| | | |## Develop 👏
Make sure finish [install Flutter](https://flutter.io/get-started/install/) successfully
1. Clone this repo by: `git clone https://github.com/hoc081098/Search-book-api-demo_BLoC_pattern_RxDart.git`
2. Install all the packages by: `flutter packages get`
3. Run command `flutter packages pub run build_runner build` to generate build_value classes (optional because i pushed files *.g.dart)
4. Run app on your simulator or device by: `flutter run`## Getting Started :fire: :fire: :fire: :fire: :fire: :fire: :fire: :fire:
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).