Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 3.32 KB

README.md

File metadata and controls

59 lines (37 loc) · 3.32 KB

RFC: New Serialization Protocol for Dart

This repository contains the RFC and reference implementation for a new serialization protocol for Dart.

👉 Read the RFC: RFC: New Serialization Protocol for Dart

💬 Discuss & Give Feedback Github Issue / Flutter Forum Post


Codebase Overview


How to contribute?

If you would like to contribute, there are several ways to do so.

First, just read the RFC and give feedback by commenting on the issue or the forum post.

A ⭐️ is also very appreciated, and you can help by spreading the word about this proposal.

Finally, you can contribute code for the following things:

  • Test Cases: Have a special case or unique problem you need to solve? Contribute a test case and we can make sure it is supported by the protocol.
  • Formats: Add a new data format implementation or improve the existing ones.

Important

Before contributing, please open an issue first so others can see what is being worked, discuss ideas, and combine efforts.