rjahn

Results 14 comments of rjahn

Hm, not what I asked. I checked the help but it wasn't clear. -rebuild isn't right because it rebuilds every version... takes long. I just want to rebuild the changed...

OK, I thought you have an option to check the filesize/hash or changed date and rebuild changed versions automatically.

Same problem... It wouldn't be a problem if you remove throwing a RuntimeException in your logger, because the comment shows: We'll use the first one. But the execution stops because...

any updates here?

Is working with 3.5.5 Any information about compatibility in future versions? android sdk 33+ or 34+?

Doesn't work standalone in my environment: ``` Execution failed for task ':mobile_scanner:compileReleaseJavaWithJavac'. > error: invalid source release: 17 ``` Used JDK is: 17.0.2 also set: ``` compileSdkVersion 34 targetSdkVersion 34...

I have a simple script an set JAVA_HOME to the correct path of java 17. My build script shows 17.0.2. The script executes flutter directly. My default JDK is java...

I saw that there's a newer version: https://github.com/Templarian/MaterialDesign-Webfont but there's now cheatsheet.. I use the html to dynamically create my font mappings. Sure, I could use the css and parse...

Could help `pushToken = await Push.instance.token.timeout(const Duration(seconds: 1));`

got same warning with flutter 3.35.1 today