BodenTide
BodenTide
Flutter version is Flutter 3.13.7 better_player version is 0.0.82 device_info_plus version is 9.1.0 When I import better_player and device_info_plus at the same time, a version conflict will occur when executing...
Is there a way to encrypt default.isar? For example, Hive has an Encrypted box method that encrypts the box, and the key needs to be passed when opening the box,...
When I load flutter_file_view in pubspec.yaml, it obviously prompts that the dio package in flutter_file_view is too low. Because flutter_file_view >=2.0.3 depends on dio ^4.0.0 and wolkezoo_app depends on dio...
How can I add pagination sliding animation in epub book? Just like the page turning animation displayed in turn.js
I have a question. When I use `final isolates = IsolateHandler();` to get an Isolate, will a new Isolate be created each time this method is called? Or will there...
Because every version of omnify from path depends on omnify_core from path which depends on archive ^4.0.5, every version of omnify from path requires archive ^4.0.5. And because epubx 4.0.0...
I can disable Firebase on Android using the following code, but I don't see how to disable it on iOS? ` ` Can you help me? ┆Issue is synchronized with...