From 5bf7395af65de7b0acfa32f50c33f59cdc1b5e7a Mon Sep 17 00:00:00 2001 From: gix Date: Sat, 26 Dec 2020 16:02:16 +0800 Subject: [PATCH] Added: flutter_boost & g_faraday --- source.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source.md b/source.md index 5b3ae63..5dc3c27 100644 --- a/source.md +++ b/source.md @@ -35,6 +35,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Navigation](#navigation) - [Template](#templates) - [Plugins](#plugins) +- [Adding To Existing App](#adding-to-existing-app) - [Frameworks](#frameworks) - [Experimental](#experimental) - [Gaming](#gaming) @@ -393,6 +394,11 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Pub packages](https://pub.dev/flutter/packages) - Packages filter in Dart Pub Repository. - [Plugins](https://github.com/flutter/plugins/tree/master/packages) - Official Flutter Team Plugins +## Adding To Existing App + +- [Flutter Boost](https://github.com/alibaba/flutter_boost) - Enables hybrid integration for your existing native apps with minimum efforts +- [Faraday](https://github.com/gfaraday/g_faraday) - A plugin for building hybrid stack apps + ### Device - [WebView](https://github.com/dart-flitter/flutter_webview_plugin) - Render web content by [Hadrien Lejard](https://twitter.com/HadrienLejard)