Robert Mainzer
Robert Mainzer
Similar to Color.lerp, but it supports more than just two colors. Very useful in my case, so I thought I might as well share it. Edit: Please add ```import 'dart:math'...
The bounce effect works perfectly fine when we set expand to true, how can we achieve the same effect when we do not want the bottom sheet to expand? Any...
Hello, I am experiencing a crash on iOS after running the following code a few times. From the logs it seems like the error come from the core, that’s why...
Hey, I am receiving the following error when working with chromium. ```json { "errorType": "Error", "errorMessage": "require() of ES Module /opt/node_modules/get-stream/source/index.js from /opt/node_modules/extract-zip/index.js not supported.\nInstead change the require of /opt/node_modules/get-stream/source/index.js...
**Is your feature request related to a problem? Please describe.** Not a problem, but GPU utilization would make a good performance boost. **Describe the solution you'd like** OpenCV offers types...
Hey, I just wanted to send in a bug report I received from firebase crashlytics. isarworker: EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000003203b3580 ``` com.apple.main-thread 0 libsystem_kernel.dylib 0x708c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x36e4...
### What package does this bug report belong to? google_maps_flutter ### What target platforms are you seeing this bug on? Android ### Have you already upgraded your packages? Yes ###...
My flutter code: ```dart static final FlutterGooglePlacesSdk googlePlacesSdk = FlutterGooglePlacesSdk('my-api-key'); final FindAutocompletePredictionsResponse response = await googlePlacesSdk.findAutocompletePredictions( 'query-string', countries: ['de'], placeTypeFilter: PlaceTypeFilter.ADDRESS, ); ``` The following exception occurs and the app...