From 6e9aab2ce7ede48b38472b7cfe9c8b53b5a98e5c Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 26 Jun 2026 01:40:25 +0800 Subject: [PATCH] Point updater docs at GitHub Flutter fork --- library/src/c_api/mod.rs | 2 +- shorebird_code_push/CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/src/c_api/mod.rs b/library/src/c_api/mod.rs index 8fe08d6..687675a 100644 --- a/library/src/c_api/mod.rs +++ b/library/src/c_api/mod.rs @@ -15,7 +15,7 @@ // buckets. They are not `extern "C"`, so cbindgen never emits them. // // Engine-side usage lives at `engine/src/flutter/shell/common/shorebird/updater.cc` -// in the open Flutter fork: . +// in the open Flutter fork: . use std::ffi::{CStr, CString}; use std::os::raw::c_char; diff --git a/shorebird_code_push/CONTRIBUTING.md b/shorebird_code_push/CONTRIBUTING.md index c38d48c..b4e7bc4 100644 --- a/shorebird_code_push/CONTRIBUTING.md +++ b/shorebird_code_push/CONTRIBUTING.md @@ -23,4 +23,4 @@ For an Updater function to be visible to the Dart code, it must: `dart run ffigen`. ffigen reads only `updater_dart.h`, so engine-only symbols are not bound. 1. Android specific: be listed in - https://github.com/shorebirdtech/flutter/blob/shorebird/dev/engine/src/flutter/shell/platform/android/android_exports.lst + https://github.com/tony-cloud/flutter/blob/tonycloud/dev/engine/src/flutter/shell/platform/android/android_exports.lst