We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/f2prateek/dart
We do a lot of communication via inter-Activity Intents with Intent extras. This is error prone and hard to reason about.
The Dart library (no relation to the language) makes it easy to define contracts across activities and reduce boilerplate.
The text was updated successfully, but these errors were encountered:
Are you looking to include this in the library? Or in the sample app?
The latter I'm fine with. But including another library in our library is something I'd prefer to not do (lightly).
On Thu, Sep 22, 2016 at 12:07 PM Sam Stern [email protected] wrote:
https://github.com/f2prateek/dart We do a lot of communication via inter-Activity Intents with Intent extras. This is error prone and hard to reason about. The Dart library (no relation to the language) makes it easy to define contracts across activities and reduce boilerplate. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #320, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3w30cCnNxUoPjlQpV_sz5rAR3o-90Gks5qstH3gaJpZM4KEQH8 .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #320, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3w30cCnNxUoPjlQpV_sz5rAR3o-90Gks5qstH3gaJpZM4KEQH8 .
Sorry, something went wrong.
Was looking to include it in the library.
I no longer plan to do this, helper methods are just as good.
samtstern
No branches or pull requests
https://github.com/f2prateek/dart
We do a lot of communication via inter-Activity Intents with Intent extras. This is error prone and hard to reason about.
The Dart library (no relation to the language) makes it easy to define contracts across activities and reduce boilerplate.
The text was updated successfully, but these errors were encountered: