-
Notifications
You must be signed in to change notification settings - Fork 68
--[no-]analytics
is deprecated. Use --suppress-analytics
to disable analytics for one run instead.
#149
New issue
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
Comments
That was for v. 3.0.0 I believe.
|
When are you using the flag? I believe you can also suppress analytics by setting some env variable (Maybe |
native/pkgs/native_assets_builder/test/build_runner/helpers.dart Lines 16 to 27 in fd21f5b
It's probably fine to bump it to |
…246) * Add pubspec.lock from JNI example to git. This file should be checked in. * Remove ffi patch and instead depend on the internals of a pinned package:ffi version (closes #149) * Add new tests on GlobalJniEnv * Rename findJniClass -> findJClass * Locking around method/field lookups. (closes #85) * Rename asJString and asDartString to toJStringPtr and toDartString for uniform naming * Rename JniClass -> JClass * Compare bindings normally and fallback to ignoring spaces
…246) * Add pubspec.lock from JNI example to git. This file should be checked in. * Remove ffi patch and instead depend on the internals of a pinned package:ffi version (closes #149) * Add new tests on GlobalJniEnv * Rename findJniClass -> findJClass * Locking around method/field lookups. (closes #85) * Rename asJString and asDartString to toJStringPtr and toDartString for uniform naming * Rename JniClass -> JClass * Compare bindings normally and fallback to ignoring spaces
@jonasfj @sigurdm Do I need to check what version of Dart we're running before deciding which of the two flags to use? Or did
--suppress-analytics
get added a while back already?The text was updated successfully, but these errors were encountered: