https://github.com/pottekkat/markdown-editor
This is a simple markdown editor that can be embedded into Android, iOS or web Apps developed using Flutter.
https://github.com/pottekkat/markdown-editor
flutter flutter-apps flutter-examples flutter-ui markdown-converter markdown-editor
Last synced: 6 months ago
JSON representation
This is a simple markdown editor that can be embedded into Android, iOS or web Apps developed using Flutter.
- Host: GitHub
- URL: https://github.com/pottekkat/markdown-editor
- Owner: pottekkat
- License: mit
- Created: 2020-03-17T12:01:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T13:01:47.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:25:46.881Z (over 1 year ago)
- Topics: flutter, flutter-apps, flutter-examples, flutter-ui, markdown-converter, markdown-editor
- Language: Dart
- Size: 13.4 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Markdown Editor
This flutter app is a simple, ready to use code snippet for a markdown editor for Android, iOS and web apps.
## Features
* Works on Android, iOS and web.
* Editable code.(Just copy paste the code into your app and you are ready to go)
* Has a text editor and a priview window which is updated real time.## Dependencies
**flutter_markdown 0.3.4** - https://pub.dev/packages/flutter_markdown#-readme-tab-
## Pull Requests
I will be updating the project and adding new features like buttons to assist the Markdown text editor and other UI improvement features. If you would like to contribute, create a pull request and I will be responding within 12 hrs.
### Leave a star ⭐ if you like this project! Happy coding!