-
Notifications
You must be signed in to change notification settings - Fork 254
Description
I use two versions of reFlutter (0.8.0 and 0.8.4) and on both versions I get a dump.dart file of a different format.
expectation:
{ "classes": [ { "module": "dart:core", "name": "Object", "full_declaration": "Class: Object ", "functions": [ { "name": "_objectHashCode@0150898", "signature": " static. (dynamic) => int ", "offset": 1143284, "relative_base": "_kDartIsolateSnapshotInstructions" }, { "name": "get:_identityHashCode@0150898", "signature": ". String: null ", "offset": 4122296, "relative_base": "_kDartIsolateSnapshotInstructions" }, ] }
reality:
{"method_name":"<optimized out>","offset":"0x00000000000048fc","library_url":"127162","class_name":"void"}{"method_name":"microsecondsSinceEpoch","offset":"0x00000000000048fc","library_url":"dart:core","class_name":"DateTime"}{"method_name":"compareTo","offset":"0x0000000000000060","library_url":"dart:core","class_name":"DateTime"}
Dart SDK version: 3.5.0 (stable) (Tue Jul 30 02:17:59 2024 -0700) on "windows_x64"
What's going on here? :(