From c2a430004990d775dcb75cc0d74e4c04b0fbb1e3 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Thu, 2 Mar 2023 15:11:35 -0800 Subject: [PATCH] docs: add a file with notes about code push (#3) --- NOTES_ON_CODEPUSH.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 NOTES_ON_CODEPUSH.md diff --git a/NOTES_ON_CODEPUSH.md b/NOTES_ON_CODEPUSH.md new file mode 100644 index 00000000..67638680 --- /dev/null +++ b/NOTES_ON_CODEPUSH.md @@ -0,0 +1,11 @@ +# Codepush Notes + +Just place to keep running notes about our development of codepush for Flutter. + +# Other known codepush 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