f2prateek / dart

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

Suppress Warnings in generated classes #145

Open Wavesonics opened 7 years ago

Wavesonics commented 7 years ago

These were mostly a problem with generics

stephanenicolas commented 7 years ago

@Wavesonics can you make the PR green please ?

Wavesonics commented 7 years ago

Fun fact: You can use travis to fully compile and iterate on your code...

Anyway, looks green now.

Wavesonics commented 7 years ago

Any change to get this PR into the next release?

f2prateek commented 7 years ago

@Wavesonics looks like the indentation is a bit off in a few places.

stephanenicolas commented 7 years ago

@Wavesonics can you fix the indentation so that we can merge it ?

dlemures commented 6 years ago

The PR is targeting an older version of Dart. @Wavesonics can you reproduce the issue you are trying to solve with the version 3.0.1?