- Add VariableSpec class with magnitude field validation - Add Formula class supporting multiple input/output variables - Support d4rt_code as string or object with code field - Add comprehensive tests for parsing and serialization - Fix broken test import in pruebas_d4rt_test.dart Follows README.md format requirements exactly
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
# INTRODUCTION
|
|
#
|
|
# This is the Flutter and Dart telemetry reporting
|
|
# configuration file.
|
|
#
|
|
# Lines starting with a #" are documentation that
|
|
# the tools maintain automatically.
|
|
#
|
|
# All other lines are configuration lines. They have
|
|
# the form "name=value". If multiple lines contain
|
|
# the same configuration name with different values,
|
|
# the parser will default to a conservative value.
|
|
|
|
# DISABLING TELEMETRY REPORTING
|
|
#
|
|
# To disable telemetry reporting, set "reporting" to
|
|
# the value "0" and to enable, set to "1":
|
|
reporting=1
|
|
|
|
# NOTIFICATIONS
|
|
#
|
|
# Each tool records when it last informed the user about
|
|
# analytics reporting and the privacy policy.
|
|
#
|
|
# The following tools have so far read this file:
|
|
#
|
|
# dart-tools (Dart CLI developer tool)
|
|
# devtools (DevTools debugging and performance tools)
|
|
# flutter-tools (Flutter CLI developer tool)
|
|
#
|
|
# For each one, the file may contain a configuration line
|
|
# where the name is the code in the list above, e.g. "dart-tool",
|
|
# and the value is a date in the form YYYY-MM-DD, a comma, and
|
|
# a number representing the version of the message that was
|
|
# displayed.
|
|
dart-tool=2025-08-21,1
|