Sebastian Roth
Sebastian Roth
As subject .. to prepare for future work and ensure consistency. Validate the package with `npm run validate`.
Is it possible to remove the native code portion altogether and use Flutters `SystemChrome` methods? Besides, the Kotlin version is out of date again: ``` The Android Gradle plugin supports...
With the native portion of the plugin this small, the Swift/Kotlin maintenance is really overkill. @YoussefKababe If you're interested, I can prepare a Java/ObjC port in the future..
Now, code like this can work: ``` NSDictionary *spriteData = [CAWSpriteReader spritesWithContentOfFile:@"Some/Path/To/sheet.plist"]; ```
As stated in the subject, this updates the Android Gradle Plugin reference and migrates the project to AndroidX. Without these changes, the project currently fails to compile with errors like...
Give my configuration is like this: ``` downloadLicenses { ext.apacheTwo = license('Apache License, Version 2.0', 'http://opensource.org/licenses/Apache-2.0') licenses = [ "com.android.support:support-annotations:${SUPPORT_ANNOTATIONS_VERSION}" : apacheTwo ] } ``` Then it would be great...
Hi: When using savage-beast I ran into trouble due to it's modifications of the user class, if present. We're using Searchlogic to create a backend interface etc and order queries...