aleksanderwozniak / deer

Minimalist Flutter Todo App, built using BLoC pattern
MIT License
439 stars 105 forks source link

seedValue parameter isn't define in android studio #28

Closed hkelvinc1 closed 5 years ago

hkelvinc1 commented 5 years ago

As the title says.

aleksanderwozniak commented 5 years ago

Could you send here your error logs? Also, do you have any particular seedValue in mind? There are plenty in this project.

lukaspili commented 5 years ago

Probably because RxDart implemented a breaking change in the latest release for BehaviorSubject. seedValue param has been replaced by a named constructor: BehaviorSubject.seeded()

aleksanderwozniak commented 5 years ago

Should be solved with #31