We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
libusb.dart/libusb-1.0/libusb.h
Lines 161 to 178 in 7f7ed5f
results
libusb.dart/lib/libusb_macos.dart
Lines 587 to 602 in 7f7ed5f
which doen't exist in dynamic library
Calling it would throw ArgumentError
ArgumentError
libusb.dart/test/libusb_test.dart
Lines 32 to 34 in b67b2f7
Marked those inline functions @Deprecated('inline') as a workaround
@Deprecated('inline')
The text was updated successfully, but these errors were encountered:
Solved since https://github.com/woodemi/libusb.dart/releases/tag/0.3.23-nullsafety.0
Remain opened until nullable version deprecated
Sorry, something went wrong.
No branches or pull requests
For example:
libusb.dart/libusb-1.0/libusb.h
Lines 161 to 178 in 7f7ed5f
results
libusb.dart/lib/libusb_macos.dart
Lines 587 to 602 in 7f7ed5f
which doen't exist in dynamic library
Calling it would throw
ArgumentError
libusb.dart/test/libusb_test.dart
Lines 32 to 34 in b67b2f7
Marked those inline functions
@Deprecated('inline')
as a workaroundThe text was updated successfully, but these errors were encountered: