-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-native-interopUsed for native interop related issues, including FFI.Used for native interop related issues, including FFI.library-ffitype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
The Dart SDK tracking issue for:
Flutter has a way to specify the OS API version and supported architectures (the native build files), and supported OSes (pubspec). We don't have the same for Dart.
Being able to do so would help with both the native assets work as well with packages using dart:ffi
without native assets that have version, architecture or OS constraints.
- We could surface the info on pub.dev (Surface supported architectures per OS pub-dev#8010)
- We could check before
dart run
,dart compile
,dart build
that the constraints are satisfied.
Metadata
Metadata
Assignees
Labels
area-native-interopUsed for native interop related issues, including FFI.Used for native interop related issues, including FFI.library-ffitype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug