Relative Content

Tag Archive for flutter-dependencies

I’m unable to load asset in flutter

I have been receiving an error messages that (Unable to load asset: “AssetsManifest.bin.jason”. The asset doesn’t exist or has empty data.)

flutter After windowManager.setResizable(reset) is called, no matter reset is true or false, the window size cannot be changed

windowManager.waitUntilReadyToShow(windowOptions, () async { await windowManager.setTitleBarStyle(TitleBarStyle.hidden, windowButtonVisibility: butenBool); await windowManager.focus(); await windowManager.setResizable(reSize); await windowManager.show(); }); I want to not be able to resize the window when I log in, but I can resize it again when I go to the homepage, but I found that I can’t change the window size as long as I […]