From 7a6832d186300d6cdc1fac536aa4768ebbc69342 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Fri, 3 Mar 2023 12:18:24 -0800 Subject: [PATCH] Update NOTES_ON_CODEPUSH.md Add a note soliciting patches to add to our list of OTA/codepush solutions. --- NOTES_ON_CODEPUSH.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/NOTES_ON_CODEPUSH.md b/NOTES_ON_CODEPUSH.md index 67638680..3226ca64 100644 --- a/NOTES_ON_CODEPUSH.md +++ b/NOTES_ON_CODEPUSH.md @@ -2,10 +2,15 @@ Just place to keep running notes about our development of codepush for Flutter. -# Other known codepush implementations +# Other known over-the-air update implementations * https://github.com/microsoft/code-push * https://github.com/Tencent/tinker * https://github.com/expo/expo/tree/main/packages/expo-updates * https://github.com/hydro-sdk/hydro-sdk -* https://pub.dev/packages/rfw \ No newline at end of file +* https://pub.dev/packages/rfw +* https://github.com/google/omaha +* http://code.google.com/p/update-engine/ +* https://sparkle-project.org/ + +Did we forget some? Patches welcome!