shadowfish

Results 6 comments of shadowfish

可以添加对linux服务器的支持吗?我想要用PicGo-Server做和网站融合的操作,但是发现linux安装不了....查了很多资料还是失败放弃了,好像现在的linux安装包不能用于没有图形界面的linux系统

+1,之前可以的,最近motrix真的全是0速度,换qb直接速度拉满...

Hi guys,have you managed to deploy the code push server and implement hot updates ? I have deployed the code push server, but it doesn't work on my android device,...

I've found the root of the problem! It seems the core issue is that the ⁠OPTIONS request used for CORS is also being checked for authentication. However, by default, browsers...

Use ⁠`ChangeNotifierProvider` to prevent the view model from rebuilding. It works for me. ``` GoRouter router() => GoRouter( initialLocation: Routes.settings, debugLogDiagnostics: true, routes: [ ShellRoute( builder: (context, state, child) {...

> @shadowfish07 I tried your solution but what I observe is since the builder runs again the SettingsPage is recreated with a new view model again. Am I missing something?...