Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugitlab/flup
markdown presentation writer
https://github.com/sugitlab/flup
Last synced: about 2 months ago
JSON representation
markdown presentation writer
- Host: GitHub
- URL: https://github.com/sugitlab/flup
- Owner: sugitlab
- License: mit
- Created: 2021-12-04T06:53:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T01:20:40.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T08:24:39.884Z (almost 2 years ago)
- Language: Dart
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flup
markdown presentation writer
## Roadmap
### ver.0.x.x Page widget style
- Only dart code. No markdown file.
- Every page needs to be made by Widget.
- Insert markdown format string value into Page Widget
- flutter_markdown package### ver.1.x.x Markdown file renderer
- Just supply the single markdown file path into Slide widget
- Slide widget shows the multiple paged parsed from markdown file
- markdown package### ver.2.x.x Extended markdown file parser
- Flutter code (UI) can be embedded in the page.
### ver.3.x.x Presenter friendly features
- Presenter mode, Audience mode
- Presenter Note
- Laser Pointer
- Speaker Preview (in-camera preview)
- PDF export