Kristen McWilliam
Kristen McWilliam
Sure: - Application is navigated to settings - We want to have a checkbox/switch to say if the application will autostart or not - With no way to query the...
Sure, my app supports built-in global hotkeys so actions can be invoked quickly and easily. Most users that make use of such hotkeys would want them to be registered and...
Sorry for the delayed response, somehow didn't get the notification. > I think the user should be prompted to grant autostart permission rather than the app having full control over...
I'd think it would be simpler to have a permission request dialog, rather than bringing the user to a location with all the app's permissions. I am especially thinking about...
The example is only for x64, yes. I haven't ever built for aarch64 so I don't have experience there. > Is there a way in the manifest to download a...
Can confirm. Flutter 3.24.0 Windows 10 Minimal reproducable example: ```dart import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; void main() => runApp(const MainApp()); class MainApp extends StatelessWidget { const MainApp({super.key}); @override Widget build(BuildContext context)...
I tried applying this change against master just now, seems to still work to resolve the issue! +1 for merging :tada: 💙
@vinceliuice This is a relatively simple change, even though it touches many spots. Is there something holding it back from being merged?
Having the same issue. Here's my example of a recipe I just pulled in that displays blank: ```markdown --- tags: recipe url: https://forksandfoliage.com/easiest-toum-garlic-dip/ --- Creamy, fluffy, and super garlicky -...
Tested just now on the same link that failed for me before, and it worked correctly. Seems promising - thanks @spikex!