2025-08-21 14:14:36 +00:00
|
|
|
name: d4rt_formulas
|
|
|
|
|
description: A command-line application for executing formulas using the d4rt interpreter.
|
|
|
|
|
version: 1.0.0
|
|
|
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
|
|
|
|
|
|
environment:
|
2025-08-27 09:10:22 +00:00
|
|
|
sdk: 3.8.1
|
|
|
|
|
flutter: 3.32.4
|
2025-08-21 14:14:36 +00:00
|
|
|
|
|
|
|
|
# Add regular dependencies here.
|
|
|
|
|
dependencies:
|
2025-08-27 09:10:22 +00:00
|
|
|
|
2025-08-21 14:14:36 +00:00
|
|
|
# path: ^1.8.0
|
|
|
|
|
d4rt:
|
2025-08-27 09:10:22 +00:00
|
|
|
ema
|
2025-08-21 14:14:36 +00:00
|
|
|
dev_dependencies:
|
2025-08-27 09:10:22 +00:00
|
|
|
lints: ^6.0.0
|
2025-08-21 14:14:36 +00:00
|
|
|
test: ^1.24.0
|
2025-08-27 09:10:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# The "flutter_lints" package below contains a set of recommended lints to
|
|
|
|
|
# encourage good coding practices. The lint set provided by the package is
|
|
|
|
|
# activated in the `analysis_options.yaml` file located at the root of your
|
|
|
|
|
# package. See that file for information about deactivating specific lint
|
|
|
|
|
# rules and activating additional ones.
|
|
|
|
|
flutter_lints: ^6.0.0
|