Brianoh
Brianoh
I have attached a zip file that contains an app to reproduce this problem. There appears to be a problem with Get.defaultDialog when called from a secondary screen (ie. not...
I think that the reporting on constants may be incorrect. GoReporter states that uppercase is incorrect, however that is not the case for constants. viz: GoReporter: "don't use ALL_CAPS in...
Hi, Thanks for posting the app. I tested using 2 Android phones with some success. However, only every 2nd message got through to other phone. Any idea why this would...
../../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_floatwing-0.2.0/lib/src/provider.dart:143:30: Warning: Operand of null-aware operation '?.' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart' ('../../../flutter/packages/flutter/lib/src/scheduler/binding.dart'). SchedulerBinding.instance?.addPostFrameCallback(postFrameCallback);  Screen shows a scrollable windows, but appears to not...
D8: Cannot fit requested classes in a single dex file (# methods: 71610 > 65536) FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForRelease'....
When compiling my app which uses this package, the following error results: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':keyboard_visibility:verifyReleaseResources'. > A...
examples
Hi, Any chance of some up-to-date examples, or can you point me to some up-to-date examples? The main thing currently that I need to do is a SELECT with NEXT...