zs-dima
zs-dima
Could be nice to add option to auto arrange code according user defined styles and default Flutter/Dart guides. https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#order-other-class-members-in-a-way-that-makes-sense https://www.jetbrains.com/help/idea/code-style-java.html#arrangement_tab
Could be nice to implement adaptive theme changes depend on screen width / etc It could be small/medium/large presets for the ``` maxContentWidth textStyles colors spacing insets borderRadius * *...
Could be nice to implement basic restoration for the navigation and maybe some other simple cases.
decrypt incorrect in case of Web release. the same code decrypt correctly in the debug or encrypt v5.0.1 ```dart final key = Key.fromUtf8("key"); final initializationVector = IV.fromLength(16); final encrypter =...
### Bug Description yidadaa/chatgpt-next-web container can not be started. v2.12.2 wors well ### Steps to Reproduce 1. docker pull yidadaa/chatgpt-next-web 2. docker run -d -p 3000:3000 \ -e OPENAI_API_KEY=sk-xxxx \...
FROM fischerscode/flutter-sudo:stable AS build_web WORKDIR /home COPY . . USER root:root flutter pub get the same fot the 3.13.5 and 3.13.7 versions 7.040 The current Flutter SDK version is 0.0.0-unknown....
Hammerspoon block mouse for JetBrain products. Other alternatives do not have this issue.
It could be nice to add Flutter and Dart project segments: pubspec.yaml file in a project root: https://docs.flutter.dev/tools/pubspec oh-my-posh segment: https://ohmyposh.dev/docs/segments/system/project
It would be nice to update the dependency to web ^1.1.1. ``` Resolving dependencies... Because ws >=1.1.0-dev.1 depends on web ^0.5.1 and app depends on web ^1.1.1, ws >=1.1.0-dev.1 is...