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

Dart & Henson is not actively maintained anymore. It's Gradle plugin does not support configuration caching. We encourage users to switch to other solutions such as https://developer.android.com/guide/navigation. Clarifies: https://github.com/f2prateek/dart/issues/243

This PR only to make henson-plugin compatible with gradle 6.6 above and fix error on gradle configuration cache, the test flow may failed. To generate henson-plugin.jar run ./gradlew henson-plugin:assemble and...

Gradle 6.6.1 (stable version) failed the build when dart and henson plugin applied. Please find my attachment to repro the issue. > Task :app:generateDebugHensonNavigator FAILED FAILURE: Build failed with an...

i use gradle 2.3.0 whith android studio 3.0 - in model `build.gradle` ```groovy compile 'com.f2prateek.dart:dart:2.0.3' kapt 'com.f2prateek.dart:dart-processor:2.0.3' compile 'com.f2prateek.dart:henson:2.0.3' kapt 'com.f2prateek.dart:henson-processor:2.0.3' ``` - in `DartTestActivity.java` ```java @HensonNavigable class DartTestActivity :...

Hi, we are having a strange behaviour on the module that enable DH 3 recently. We are using multi module, let say I have module structure like this: ```Core -->...

ignore androidx when searching binder

Hi @f2prateek @stephanenicolas , It's been some time I haven't used this library and I see there has been breaking changes with the 3rd version. Glad to see it! Especially...

Butterknife recently introduced a [butterknife-reflect](https://github.com/JakeWharton/butterknife/tree/master/butterknife-reflect) artifact, which *is an API-compatible replacement for `butterknife` which uses 100% reflection to fulfill field and method bindings for use during development.* It would be...