shirne
shirne
## 🐛 Bug Report ``` NUGET.EXE not found. CMake Error at flutter/ephemeral/.plugin_symlinks/flutter_tts/windows/CMakeLists.txt:9 (message): Please install this executable, and run CMake again. ``` ### Expected behavior ### Reproduction steps flutter run...
目前Template的include语法中传参的时候,可以传递变量,但是是在解析模板的阶段直接将变量值替换过去的,这样做的结果就相当于变量当常量用了。 是否可以将解析语法优化一下,支持动态变量和函数( 主要考虑支持 lang )的传递 Template.php Line 574 ( parseInclude ) ``` if (0 === strpos($v, '$')) { $v = $this->get(substr($v, 1)); } ``` 将以上代码修改为 ``` if (0 === strpos($v,...
## Description Lock flame version to 1.1.1 because class ParentIsA conflicts in 1.2.0 ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [x]...
before  after 
 I modified the color output, the text of the error block is forced to be white 
作者你好,方便的话请更新一下版本。
- [x] Import riverpod & hive - [x] User login - [ ] Token management