Files
Luan Nico 5e8ecf5450 docs: Update all README files for the bridge packages to be consistent and not broken (#2402)
While taking a stroll through our pub.dev publishers, I noticed that all
our bridge packages were sorely inconsistent w.r.t their README files.

While some were just special in their own way, a lot of them were just
broken, incorrect, outdated, or otherwise unsuitable. I found:

* broken GitHub badges
* links to the old, non-monorepo versions of the packages
* hardcoded old versions of packages
* lacking bare minimum of details
* references to flame v1/pre v1

But the main thing bugging me was the inconsistency. So, instead of
pursuing fixing each individual mistake, I thought it would be much more
valuable and professional to keep them under a standard template.

This is my proposal, based on the current monorepo main README (which is
shared with the main `flame` package):


![image](https://user-images.githubusercontent.com/882703/224600122-23bc01b0-8df0-4a14-908e-5625808bea49.png)

It includes:

* the flame logo if we have it for a package we own (can be replaced by
a more-specific logo, like for the flame_forge2d package)
* brief 1/2-liner describing what this bridges to, including at least
one link to the relevant library (GitHub preferred) and ending with "to
Flame games" where Flame links to the monorepo main
* badges:
* * pub version _of that package_ (not `flame`)
* * build of the monorepo (not old repos)
* * discord (all the same)
* * melos (all the same)
* a horizontal line
* package name written as `flame_x` in a 1-header (`# flame_x`)
* rest of the description
* other subsections as 2-headers
2023-03-13 09:46:28 -04:00
..
2021-09-16 13:24:45 +02:00
2021-09-16 13:24:45 +02:00

flame

A set of useful helpers and utilities for testing your [Flame](https://github.com/flame-engine/flame) games.


flame_test

This package contains classes that helps with testing applications using the Flame Engine.
It is also used for testing parts of Flame itself.