From c3718fcc28b6a90aec22399691f3c987909de76d Mon Sep 17 00:00:00 2001 From: Patrick Hintermayer Date: Sun, 3 Jul 2022 22:54:20 +0200 Subject: [PATCH 1/2] docs(backend): add Serverpod web framework --- source.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/source.md b/source.md index f19ed8c..9332136 100644 --- a/source.md +++ b/source.md @@ -28,24 +28,24 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - - Instant + + Instant Chat Integration with Stream! BMW - + BMW Connect BlueAquilae Twitter Meteo - - Calendar + + Calendar Meteo @@ -351,7 +351,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutterial](https://github.com/rxlabz/flutterial) - Flutter Material Theme explorer by [Erick Ghaumez](https://twitter.com/rxlabz) - [Pigment](https://github.com/bregydoc/pigment) - Simple but useful package for use colors in flutter - + ### Media - [photo_manager](https://github.com/fluttercandies/flutter_photo_manager) - Provides assets (image/video/audio) abstraction management APIs that can be easily integrated with custom UI widgets by [CaiJingLong](https://github.com/CaiJingLong) and [Alex Li](https://github.com/AlexV525). @@ -417,7 +417,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Clone UI Challenges](https://github.com/javico2609/flutter-challenges) - Collection of useful UIs clones by [Javier González](https://github.com/javico2609) - [FlutterFoodybite](https://github.com/JideGuru/FlutterFoodybite) - Beautiful food app UI template by [JideGuru](https://github.com/JideGuru) - [Flutter Samples](https://github.com/diegoveloper/flutter-samples) - Collection of nice flutter samples by [Diego Velásquez](https://github.com/diegoveloper). -- [ActingWeb First_App](https://github.com/gregertw/actingweb_firstapp) - Starter app with basic elements for a team-developed production-quality app by [Greger Wedel](https://github.com/gregertw) +- [ActingWeb First_App](https://github.com/gregertw/actingweb_firstapp) - Starter app with basic elements for a team-developed production-quality app by [Greger Wedel](https://github.com/gregertw) - [Smart Washing Machine](https://github.com/pawlik92/flutter_whirlpool) - Smart washing machine UI challenge app with Box2D physic engine by [Tomasz Pawlikowski](https://github.com/pawlik92) - [Beautiful Timelines](https://github.com/JHBitencourt/beautiful_timelines) - A set of beautiful timelines by [Julio Bitencourt](https://github.com/JHBitencourt). @@ -534,6 +534,7 @@ Simon Binder](https://github.com/simolus3) - [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000). - [NETCoreSync](https://github.com/aldycool/NETCoreSync) - Centralized database synchronization framework for multiple clients, built on top of [Moor](https://github.com/simolus3/moor) library by [Aldy J](https://github.com/aldycool) - [Parse for Flutter](https://github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter) [394⭐] - Open source backend framework by [ParsePlatform](https://parseplatform.org/). +- [Serverpod](https://github.com/serverpod/serverpod) - A next-generation app and web server, built for the Flutter community. It allows you to write your server-side code in Dart, automatically generate your APIs, and hook up your database with minimal effort ### Animation @@ -556,7 +557,7 @@ Simon Binder](https://github.com/simolus3) ### Web -- [Responsive Framework](https://github.com/Codelessly/ResponsiveFramework) - Automatically adapt UI to different screen sizes. Responsiveness made simple by [Codelessly](https://codelessly.com) +- [Responsive Framework](https://github.com/Codelessly/ResponsiveFramework) - Automatically adapt UI to different screen sizes. Responsiveness made simple by [Codelessly](https://codelessly.com) ## Experimental @@ -566,11 +567,11 @@ This section contains libraries that take an experimental or unorthodox approach ## Engines -### Rendering +### Rendering - [Graphx](https://github.com/roipeker/graphx) - Making drawings and animations extremely simple, inspired by Flash, by [Roi Peker](https://github.com/roipeker). -### Game +### Game - [Flame](https://github.com/flame-engine/flame) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter) - [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt) @@ -589,7 +590,7 @@ This section contains libraries that take an experimental or unorthodox approach #### Game Engine resources -- [Awesome Flame](https://github.com/flame-engine/awesome-flame) - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by [Flame Engine](https://github.com/flame-engine) +- [Awesome Flame](https://github.com/flame-engine/awesome-flame) - Curated list of the best Flame games, projects, libraries, tools, tutorials, articles and more by [Flame Engine](https://github.com/flame-engine) ## Open Source Apps From a0fb9d6ad7de6064dd9f43fe094e48dcaa3a9405 Mon Sep 17 00:00:00 2001 From: Robert Felker <1295961+Solido@users.noreply.github.com> Date: Sun, 10 Jul 2022 17:24:56 +0200 Subject: [PATCH 2/2] Shorten Serverpod Desc --- source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source.md b/source.md index 9332136..07c733f 100644 --- a/source.md +++ b/source.md @@ -533,8 +533,8 @@ Simon Binder](https://github.com/simolus3) - [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000). - [NETCoreSync](https://github.com/aldycool/NETCoreSync) - Centralized database synchronization framework for multiple clients, built on top of [Moor](https://github.com/simolus3/moor) library by [Aldy J](https://github.com/aldycool) -- [Parse for Flutter](https://github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter) [394⭐] - Open source backend framework by [ParsePlatform](https://parseplatform.org/). -- [Serverpod](https://github.com/serverpod/serverpod) - A next-generation app and web server, built for the Flutter community. It allows you to write your server-side code in Dart, automatically generate your APIs, and hook up your database with minimal effort +- [Parse for Flutter](https://github.com/parse-community/Parse-SDK-Flutter/tree/master/packages/flutter) Open source backend framework by [ParsePlatform](https://parseplatform.org/). +- [Serverpod](https://github.com/serverpod/serverpod) - Write your server-side code and API in Dart. ### Animation