The codemelted.dart
module provides the power of Flutter to build Single Page Applications (SPA) with an easy setup to install the SPA as a Progressive Web App (PWA). This module only targets the Flutter web implementing Flutter specific code to take full advantage of the widget toolkit and Flutter native code that can be utilized within the web. Code that has no native Flutter equivalent will be facilitated via the codemelted.cpp
loading the compiled *.wasm
and *.js
outputs and calling those bindings within the codemelted.dart
Flutter module.
LAST UPDATED: 2025-03-02
Hope you enjoy the content. Any support is greatly appreciated. Thank you! 🙇
Table of Contents
TBD
NOTE: Module is in active development and not ready for primetime. Once stable, this section will be filled in.
The above module reflects how the codemelted.dart
module communicates with the supporting codemelted.js
and codemelted.wasm
files. These are a result of the WASM codemelted.cpp
compiled target. It provides the support functionality where no direct Flutter implementation exists. So the codemelted.dart
module imports the module to provide that functionality. The sub-sections below will provide Flutter examples of each of the use case functions.
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
TBD
The following sub-sections cover various aspects the codemelted.dart
module information. It is a single file implementation of the identified use cases.
MIT License
© 2024 Mark Shaffer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The versioning of the module will be captured via GitHub or the modules documentation method. It will utilize semantic versioning X.Y.Z
with the following rules for the numbering scheme this project.
- X: Completion of a given set of use cases (i.e. Async IO, Data, NPU, SDK, or User Interface).
- Y: Use case implemented, documented, tested, and ready for usage by a developer.
- Z: Bug fix or expansion of a use case.