From 93a79e2d4be3a7e53aae7e7d8564e5f6da0c1f56 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Wed, 15 Nov 2023 13:42:04 -0500 Subject: [PATCH 1/2] feat: Update plugins section --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index f03e93d..6438fd8 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,6 @@ - [Articles & Tutorials](#articles--tutorials) - [Plugins & Libraries](#plugins--libraries) - - [Official](#official) - - [Community](#community) - [Projects](#projects) - [Open Source](#open-source) - [App Releases](#app-releases) @@ -106,15 +104,7 @@ to get their code to run with any up-to-date version of Flame. ## Plugins & Libraries -### Official - - -- [flame_gamepad](https://github.com/flame-engine/flame_gamepad) - Flutter Gamepad Support. -- [flame_geom](https://github.com/flame-engine/flame_geom) - Complement Flame with APIs for handling shapes and geometric operations. -- [flame_scrolling_sprite](https://github.com/flame-engine/flame_scrolling_sprite) - Easy to use sprites that repeats itself on an area. - -### Community - +- [First-Party Plugins](https://github.com/flame-engine/flame/tree/main/packages) - first-party plugins included in Flame's monorepo. - [bonfire](https://github.com/RafaelBarbosatec/bonfire) - RPG maker. By [rafaelbarbosatec](https://github.com/RafaelBarbosatec) - [flame_texturepacker](https://github.com/Brixto/flame_texturepacker) - Import spritesheets from TexturePacker. By [Brixto](https://github.com/Brixto) - [leap](https://github.com/kurtome/leap) - An opinionated toolkit for creating 2D platformers. By [kurtome](https://github.com/kurtome) From 37329ec4d2b0532eac31abc2c790f691a4a5fcf7 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Wed, 15 Nov 2023 14:31:45 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2d46cc..96ec52a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ ## Plugins & Libraries -- [First-Party Plugins](https://github.com/flame-engine/flame/tree/main/packages) - first-party plugins included in Flame's monorepo. +- [First-Party Plugins](https://github.com/flame-engine/flame/tree/main/packages) - First-party plugins included in Flame's monorepo. - [bonfire](https://github.com/RafaelBarbosatec/bonfire) - RPG maker. By [rafaelbarbosatec](https://github.com/RafaelBarbosatec) - [flame_texturepacker](https://github.com/Brixto/flame_texturepacker) - Import spritesheets from TexturePacker. By [Brixto](https://github.com/Brixto) - [leap](https://github.com/kurtome/leap) - An opinionated toolkit for creating 2D platformers. By [kurtome](https://github.com/kurtome)