f2prateek / dart

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

Add support for support library fragment #109

Closed dlemures closed 8 years ago

dlemures commented 8 years ago

Currently it is not possible to use Dart to inject extras of a android.support.v4.app.Fragment.

dlemures commented 8 years ago

https://github.com/f2prateek/dart/pull/6

yaming116 commented 8 years ago

This will be added in the next version. #111

CCorrado commented 8 years ago

bump running into this problem now. Realized Dart expects an Android.app.fragment.

dlemures commented 8 years ago

The changes to add the shortcut are too big. We can use: Dart.inject(this, getArguments())