You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following warning is shown when compiling with a recent version of Flutter.
../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/allocation.dart:47:33: Info: Support for using non-constant type arguments 'T' in this FFI API is deprecated and will be removed in the next stable version of Dart. Rewrite the code to ensure that type arguments are compile time constants referring to a valid native type.
final int totalSize = count * sizeOf<T>();
^
This may break compilation in upcoming versions.
The text was updated successfully, but these errors were encountered:
The following warning is shown when compiling with a recent version of Flutter.
This may break compilation in upcoming versions.
The text was updated successfully, but these errors were encountered: