https://github.com/toly1994328/regexpo
the expo for regex , powered by Flutter.
https://github.com/toly1994328/regexpo
flutter project regex state-manager
Last synced: about 1 year ago
JSON representation
the expo for regex , powered by Flutter.
- Host: GitHub
- URL: https://github.com/toly1994328/regexpo
- Owner: toly1994328
- License: gpl-3.0
- Created: 2022-05-31T09:45:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T04:25:19.000Z (over 2 years ago)
- Last Synced: 2024-10-19T06:26:15.824Z (over 1 year ago)
- Topics: flutter, project, regex, state-manager
- Language: Dart
- Homepage:
- Size: 2.17 MB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### RegExpo 项目的表现
下面来看一下 RegExpo 在不同平台的表现,如下是 Macos 桌面端的视图表现。最主要的功能是输入正则表达式时,主内容区域的文字根据匹配效果,进行高亮显示:

应用支持暗黑模式和亮色模式的切换:

---
另外,也会介绍 MacOS 、Windows 中的系统托盘的使用:

---
在 `Web` 在也有相同的界面展示效果和交互功能:web 版应用请运行 [regexpo_web 分支](https://github.com/toly1994328/RegExpo/tree/regexpo_web)

---
同时在视图界面上也适配了移动端,如下以 Android 移动端为例,iOS 中界面表现一致:
| 移动端 - 亮 | 移动端 - 暗 |
| --- | --- |
|  |  |
----
除此之外,还有 `记录` 和 `关联正则` 两大需求。这两者对应的数据存放在 `sqlite` 数据库中,所以支持对数据的 `增删改查` 操作:
