Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoothzj/paas_dashboard_flutter
Paas dashboard for SRE.
https://github.com/shoothzj/paas_dashboard_flutter
dart dashboard flutter pulsar
Last synced: about 1 month ago
JSON representation
Paas dashboard for SRE.
- Host: GitHub
- URL: https://github.com/shoothzj/paas_dashboard_flutter
- Owner: shoothzj
- License: apache-2.0
- Created: 2021-07-29T02:05:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T06:01:11.000Z (4 months ago)
- Last Synced: 2024-10-12T21:21:12.777Z (about 1 month ago)
- Topics: dart, dashboard, flutter, pulsar
- Language: Dart
- Homepage:
- Size: 3.4 MB
- Stars: 14
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paas_dashboard_flutter
![line of code](https://tokei.rs/b1/github/paashzj/paas_dashboard_flutter)
Flutter Paas Dashboard# Why do we use flutter
- We don’t want JRE, JDK package is too large
- We are not familiar with C++ and Qt
- We can’t use c sharp because having people develop use mac.
- We are not good at frontend. Electron is not friendly to us.
- Golang isn't proper for GUI# Install
[Install Doc](install.md)# Prepare to develop environment
## macos
```bash
flutter config --enable-macos-desktop
```
## windows
```bash
flutter config --enable-windows-desktop
```
## others about develop
### sqlite data location
- macos ~/Library/Containers/com.github.shoothzj.paasDashboardFlutter/Data# run
## web
if you need to run on web mode, need to turn off the `chrome` security switch, refer to https://stackoverflow.com/questions/65630743/how-to-solve-flutter-web-api-cors-error-only-with-dart-code
```bash
# jump to flutter install location
rm -rf bin/cache/flutter_tools.stamp
```
edit `packages/flutter_tools/lib/src/web/chrome.dart`
add `'--disable-web-security',` behind `'--disable-extensions',`
### attention
the web mode can only use a part of features