MichalNemec
MichalNemec
Hello, if i enable gestures then i cannot drag flutter_map. Sometimes it works, but rather not. Could you please look at it?
create basic keystone and create user. Then do logout it just refreshes the page. Maybe it has something to do with extending user schema logging out correctly safari Version 15.5...
Hello, in custom function i have ``` DownloadManager.download({ url: xxx, path: DOWNLOAD_DIR }, function (error, info) { if (error) { console.log(error); return; } console.log("DONE: " + info.url); }); ``` but...
Hello, i am trying to load two bricky editors on the same page and first has loading and second loaded. Its kinda messy, so i dont know if the second...
Hello, via composer installed this package. When i copy paste "service" below in readme i get Uncaught ReferenceError: google is not defined. Even when i have in view on top...
Hello, Based on the graphql_flutter, there is setting for cache, is it handled automatically or the setting is just missing? ``` // We're using HiveStore for persistence, // so we...
Hello, could these packages be updated in dependencies? graphql_flutter has 5.1.0 with bindings fix and cannot use it. ``` connectivity_plus: ^1.0.1 // there is version 2+ flutter: sdk: flutter get:...
Hello, its possible to upload svg files? im getting errors with filemtime(): thanks
**Describe the bug** Basic settings and i dont see any dialog. **To Reproduce** ``` import 'package:catcher/catcher.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart'; Future main() async { WidgetsFlutterBinding.ensureInitialized(); await initServices(); CatcherOptions debugOptions =...
Hello, I have subscription stream and whenever i init the app and the subscription is on homepage i get error. Whenever i do restart/R reload, its working as intended. its...