Skip to content

Files

Latest commit

 

History

History
229 lines (143 loc) · 6.84 KB

README.md

File metadata and controls

229 lines (143 loc) · 6.84 KB


CodeMelted DEV | Flutter Module

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

GETTING STARTED

TBD

NOTE: Module is in active development and not ready for primetime. Once stable, this section will be filled in.

FEATURES

USAGE

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.

Async I/O Use Cases

Game

TBD

Task

TBD

Worker

TBD

Data Use Cases

Database

TBD

Data Check

TBD

Disk

TBD

File

TBD

Firebase

TBD

JSON

TBD

String Parse

TBD

Storage

TBD

XML

TBD

NPU Use Cases

Compute

TBD

Math

TBD

Memory

TBD

SDK Use Cases

Events

TBD

Hardware

TBD

Logger

TBD

Network

TBD

Runtime

TBD

Schema

TBD

Share

TBD

User Interface Use Cases

App

TBD

Audio

TBD

Dialog

TBD

Theme

TBD

UI Widget

TBD

MODULE INFORMATION

The following sub-sections cover various aspects the codemelted.dart module information. It is a single file implementation of the identified use cases.

License

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.

Versioning

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.

codemelted.dart Change Log

<iframe style="background-color: white" src="CHANGELOG.md" width="100%" height="350px"></iframe>