singularity
singularity
- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [x] I have read...
This library will become much more powerful if it adds support for user-defined custom syntaxes (inline syntax). To define these syntaxes, the developer will: 1. specify a list of Regular...
考虑到 1. 新后端不支持获取全部帖子 2. 获取全部帖子对于回复数较多的帖子浪费性能和带宽 应考虑在帖子详情页面加入页码显示和切换(像课程表页面那样可以左右箭头,还可以直接到底) 操作上,应同时支持上下滑动和左右箭头(事实上,左右箭头切换页面可以直接通过`scrollToIndex`实现) 但应尽量避免加载不需要的数据。例如,如果用户希望直接到底,那么中间部分的内容可以不加载。
Exam schedule are displayed at the page where we acquire user's time table, thus they can be added to the user's timetable without the need to access exam schedule page...
As the app scales, we need to simplify production process. Currently we have CI for iOS builds, however this is not enough. Every time we update the engine, Skia Shader...
当前App仍处于Alpha版本,其UI和操作逻辑均有很大的优化空间。现将一些有关UI设计的想法列举如下,请大家评论: ## Dashboard - [x] 平安复旦打卡:如果发现用户还没有打卡,则自动开始4秒倒计时。用户在倒计时结束前可以取消打卡(若取消打卡,则当天不再自动打卡),如果没有取消打卡,则在倒计时结束后自动打卡。如此可节省不必要的操作,优化操作逻辑。 - [x] 钱包余额用大字显示,subtitle显示最近一次消费信息 - [x] 食堂拥挤情况显示summary(哪个食堂最拥挤等) - [x] ~~对主页上的剩余空间,如果没有其他规划,可直接显示复活码。保留一个按钮用于一键设置最大亮度。~~ - [x] 移除不必要的控件(特指Wi-Fi) - [x] 可考虑加入Up Next显示(取TimeTable页中的重要信息显示) - [ ] 可考虑加入显示eLearning系统新公告的功能。鉴于Canvas系统提供token access,并为announcements提供RSS订阅链接,实现难度应该不大 ## Forum -...
Currently, URLs like `http://foo.com)你好` will be interpreted as is. Instead, it should be separated into `http://foo.com` and `)你好` (according to URL conventions). Although parentheses are by definition allowed in URLs,...
## Steps to Reproduce 1. Execute `flutter run` on the code sample 2. Type characters until the first line is almost full 3. Switch to Chinese input method, start composing...
# General ## What bug do you experience? 🐞 In [lib/src/widgets/input/input.dart](https://github.com/flyerhq/flutter_chat_ui/blob/main/lib/src/widgets/input/input.dart), when `SendButtonVisibilityMode` is set to `SendButtonVisibilityMode.editing`, the `_handleTextControllerChange()` function calls `setState()` whenever a character is entered, which breaks Chinese...
**你的功能需求和某个bug有关吗?** `[是/否]`否 **你想要什么样的功能?** 简要、清晰地描述你请求增加的功能。 以Flatpak形式分发Linux二进制可执行文件