f2prateek / dart

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

Dart & ParcelClass #182

Closed ahasbini closed 6 years ago

ahasbini commented 7 years ago

Does Dart automatically pick up @ParcelClass annotated classes?

Trying to figure out a workaround for #181 by implementing a org.parceler.converter.CollectionParcelConverter for java.util.Stack. Checkout johncarl81/parceler#278 for more info on the implementation.