ResoCoder / flutter-ddd-firebase-course

https://resocoder.com/flutter-firebase-ddd-course
GNU General Public License v3.0
470 stars 161 forks source link

Error getting notes #20

Closed jamontes79 closed 3 years ago

jamontes79 commented 3 years ago

I'm getting an error in the watchAll method because the mapping is not working.

It's seems to be something related with the kt_dart package.

The exception is "type 'DartList' is not a subtype of type 'KtList'" when I call to the method: toImmutableList()

I used the latest version (0.8.0) and the same like this repository: ^0.7.0+1

Any idea about the error?

Thanks in advance.

jamontes79 commented 3 years ago

It's solved... forcing mapping to Note