Brandon Butler
Brandon Butler
I'm still trying to wrap my head around how plugins work 😅 In any case, I realized that the Swift side can call a "initDatabase" function and pass the directory...
You can see the progress here. https://github.com/Hackmodford/flutter_downloader/tree/hive
Done https://github.com/fluttercommunity/flutter_downloader/pull/709
A database is needed to persist metadata such as ids, destination directories, final filenames, current progress, etc.
Was reading up on how to do this. Rider [supports templates via `dotnet new`](https://www.jetbrains.com/help/rider/Creating_and_Opening_Projects_and_Solutions.html). I'm guessing Rider simply doesn't support all of the features in the template file.
I'm not sure. According to their doc, you can do something like this. ``` { "author": "Your Name", "name": "Async Main Console Application", "description": "A project for creating a command-line...
+1 for iBooks-like UI
I can get it to show up inside one of the views, but rotation is messed up. Also when you dismiss it, it's parent view fills the entire screen :(
I don't know if it's related but in the iPad simulator sometimes the notification is at the bottom of the screen, and sometimes it takes up the entire screen.