Version 2.12.0-190.0.dev

Merge commit '7e1d23bb29ccef231370bcf22b1460d5e07daaad' into 'dev'
diff --git a/sdk/lib/ffi/struct.dart b/sdk/lib/ffi/struct.dart
index 0a65119..bf8ded9 100644
--- a/sdk/lib/ffi/struct.dart
+++ b/sdk/lib/ffi/struct.dart
@@ -62,5 +62,6 @@
 /// Extension on [Struct] specialized for its subtypes.
 extension StructAddressOf<T extends Struct> on T {
   /// Returns the address backing the reference.
+  @Deprecated('Hold on to the pointer backing a struct instead.')
   Pointer<T> get addressOf => _addressOf as Pointer<T>;
 }
diff --git a/tools/VERSION b/tools/VERSION
index 3710e8c..6ed6580 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 12
 PATCH 0
-PRERELEASE 189
+PRERELEASE 190
 PRERELEASE_PATCH 0
\ No newline at end of file