Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhujiaming/znote
A markdown notebook app,support pc and mobile,base on flutter.
https://github.com/zhujiaming/znote
dart flutter flutter-app
Last synced: 12 days ago
JSON representation
A markdown notebook app,support pc and mobile,base on flutter.
- Host: GitHub
- URL: https://github.com/zhujiaming/znote
- Owner: zhujiaming
- Created: 2022-07-04T14:02:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T10:24:37.000Z (4 months ago)
- Last Synced: 2024-08-27T12:57:18.675Z (4 months ago)
- Topics: dart, flutter, flutter-app
- Language: Dart
- Homepage:
- Size: 258 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## znote
A simple personal note application, supporting PC and mobile phone, based on Flutter
## Getting Started
```
flutter pub get
``````
flutter packages pub run build_runner build
``````
flutter run
# or
flutter run -d windows
```