dart icon indicating copy to clipboard operation
dart copied to clipboard

Extras binding and intent builders for Android apps.

Results 48 dart issues
Sort by recently updated
recently updated
newest added

For the plugin integration test, we should use the navigationmodels as well as the new DH3 structure.

enhancement

We can check that the NavigationModel used by an activity has the right FQN at compile time. That way it makes it easier to avoid those issues.

enhancement

These were mostly a problem with generics

…r class I have read the CI test and the diff is just the order of generated methods in Henson class.

Henson failed to find common package name when we have some classes annotated `@InjectExtra` in different packages. e.g. If we have following classes ``` com.example.activity.MyActivity com.example.fragment.MyFragment ``` henson-processor find `com.example..`...

Dart 2.0.3 couldn't find the ExtraInjector for any of my Activities when I had proguard turned on with `minifyEnabled true` In my `proguard-rules.pro`, I had the rules from the wiki...

When trying to build and upload the archives, it fails as functional test for the plugin cannot find the right artifact. We should upgrade the `releasing.md` to avoid those issues.

Hi, I'm using Android Studio 3.0.1 with Kotlin and I want to integrate Dart + Henson. To do this I started by adding the following to my grade file: >...

We realize that migrating to the wonderful upcoming version 3 is a difficult path. So, we wanna publish a version 2.1 to mitigate these issues. The main issues that we...