hoc081098 / find_room_flutter_BLoC_pattern_RxDart

👘 [FUNCTIONAL REACTIVE PROGRAMMING].💎 The main purpose of repository is learning. 📘 A FLUTTER app help student find room 🏠 Using BLoC pattern with RxDart library, firebase as backend, .... Star 🌟 if it is helful 💓 . In progress... :zap:
https://pub.dartlang.org/packages/distinct_value_connectable_observable
MIT License
74 stars 18 forks source link

Project not building fix - Update pubspec.yaml #24

Closed Vishnuv2311 closed 1 year ago

Vishnuv2311 commented 1 year ago

Because find_room depends on flutter_localizations from sdk which depends on intl 0.17.0, intl 0.17.0 is required.

hoc081098 commented 1 year ago

Thanks @Vishnuv2311