Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/invertase/zapp.run
Zapp! A free online sandbox environment for building Flutter applications in the browser.
https://github.com/invertase/zapp.run
Last synced: about 19 hours ago
JSON representation
Zapp! A free online sandbox environment for building Flutter applications in the browser.
- Host: GitHub
- URL: https://github.com/invertase/zapp.run
- Owner: invertase
- Created: 2022-06-21T10:32:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T07:16:02.000Z (12 months ago)
- Last Synced: 2024-11-03T19:37:41.609Z (6 days ago)
- Language: Dart
- Homepage: https://zapp.run
- Size: 2.73 MB
- Stars: 318
- Watchers: 13
- Forks: 38
- Open Issues: 92
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zapp!
Welcome to the GitHub repository for Zapp! An online editor allowing you to build Flutter applications in the browser.
[https://zapp.run](https://zapp.run)
The source code for Zapp is currently closed-source, this repository is used for issue reporting, feature requests and a public project roadmap.
> **Note:** Zapp is currently in open beta so please report any issues.
## FAQs
### What is Zapp?
Zapp is an online developer environment for building, running and sharing Flutter projects in the browser.
### Where is the source code for Zapp?
Zapp is currently a closed source project, accessible via [https://zapp.run](https://zapp.run). We may decide to open source it in the future, and will update this repository if we decide to do so.
### What [pub.dev](https://pub.dev) packages are supported?
Zapp builds projects using Flutter Web, therefore only packages which support Flutter Web are supported in Zapp. If a package you are using supports web but isn't working correctly, please file an issue so we're able to investigate.
### What isn't supported?
We're currently working hard to get as many features supported as possible. The top features we do not yet support are:
- Dart lints (via `analysis_options.yaml`) https://github.com/invertase/zapp.run/issues/18
- Semantic token highlighting https://github.com/invertase/zapp.run/issues/19