f2prateek / dart

Extras binding and intent builders for Android apps.
Apache License 2.0
1.19k stars 88 forks source link

[DART 2] Henson support for List and SparseArray containing objects annotated with @Parcel #72

Closed trungie closed 8 years ago

trungie commented 9 years ago

When passing a List or SparseArray the generated $$IntentBuilder does not recognise the typed class as @Parcel but only has support for classes marked with Parcelable which works against of the strength of the Parcel-Dart2-Henson combination.

iainconnor commented 8 years ago

Believe I got a fix for this at https://github.com/f2prateek/dart/pull/76 if you're interested

stephanenicolas commented 8 years ago

We have enhanced Dart 2. Everyhting is fully supported now. We will document as some types require Parceler to work.