Skip to content

Commit 85079c0

Browse files
author
mromero
committed
update to 3.4.73
1 parent 3ab33e2 commit 85079c0

12 files changed

Lines changed: 721 additions & 4 deletions

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.4.73
4+
- Add `ParamData` and `ParameterUpdate`.
5+
- create `param_test` this is a funtion to test `ParamData`,`ParameterUpdate` and `@ParamDataMapConverter()`.
6+
37
## 3.4.72
48
- Add again `volume20` in `AtsLoadingParamsFormInput`
59

lib/layrz_models.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ part 'src/trip.dart';
159159
part 'src/undeclarated_models.dart';
160160
part 'src/weekdays.dart';
161161
part 'src/registered_logs.dart';
162+
part 'src/param_data.dart';
163+
part 'src/parameter_update.dart';
162164

163165
part 'src/block/block.dart';
164166
part 'src/block/enums/condition_type.dart';

0 commit comments

Comments
 (0)