Reusable dart code provided as a package for building beautiful cross-platform apps. Give your project a huge kickstart by using this repo as a starting point. .
For official docs follow this link
About The Project • Getting Started • License • Literature
Table of Contents
The aim of this project is to leverage other projects in their needs for
native UI development (Linux/Windows/Web/Android/iOS).
Supports english and german right now.
- By using this repo my personal web blog jonasheinle.de is able to build a beautiful web native responsive app ( see my repo jotrockenmitlocken)
- My Inference Engine uses this package for multi-platform UI support when running AI 😄
Category | Feature | Implement Status |
---|---|---|
Layout | Easy cross-platform layout creation | ✔️ |
Media & Files | Media handling (open, download) | ✔️ |
Image handling | ✔️ | |
Rendering | Markdown rendering | ✔️ |
Responsive table creation | ✔️ | |
UI Elements | Widget decoration | ✔️ |
Social Media Icons | ✔️ | |
Communication | EMail handling | ✔️ |
Legend:
- ✔️ – completed
- 🔶 – in progress
- ❌ – not started
Watch the pubspec.yaml
file.
- Clone the repo
git clone --recurse-submodules [email protected]:Kataglyphis/jotrockenmitlockenrepo.git
If strange things happen try this steps:
flutter clean
flutter pub get
flutter build linux
Upcoming :)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
MIT
Jonas Heinle - @Cataglyphis_
Get in touch: [email protected]
Project Link: https://github.com/Kataglyphis/jotrockenmitlockenrepo
Some very helpful literature, tutorials, etc.