]> gitweb.hamatoma.de Git - flutter_bones.git/commit
Improvements of the model
authorHamatoma <author.hamatoma.de>
Thu, 1 Oct 2020 00:09:28 +0000 (02:09 +0200)
committerHamatoma <author@hamatoma.de>
Thu, 1 Oct 2020 00:10:43 +0000 (02:10 +0200)
commitf61703f6cfd060c1c9e2c2c64032ddb5b4fafd8d
tree357927197a9b9bdc53bc88819a889de1ec669d1a
parent43b43cd2d06f4244a64c44cac0e7c50219121dcd
Improvements of the model
29 files changed:
.gitignore
Coverage.sh [new file with mode: 0755]
dartdoc_options.yaml [new file with mode: 0644]
lib/flutter_bones.dart
lib/src/helper/settings.dart
lib/src/helper/string_helper.dart [new file with mode: 0644]
lib/src/helper/validators.dart
lib/src/model/button_model.dart [new file with mode: 0644]
lib/src/model/checkbox_model.dart [new file with mode: 0644]
lib/src/model/combobox_model.dart [new file with mode: 0644]
lib/src/model/empty_line_model.dart [new file with mode: 0644]
lib/src/model/field_model.dart
lib/src/model/model_base.dart
lib/src/model/model_types.dart
lib/src/model/module/user_model.dart
lib/src/model/module_model.dart
lib/src/model/page_model.dart
lib/src/model/section_model.dart
lib/src/model/text_field_model.dart [new file with mode: 0644]
lib/src/model/text_model.dart [new file with mode: 0644]
lib/src/model/widget_model.dart
lib/src/widget/raised_button_bone.dart [new file with mode: 0644]
lib/src/widget/simple_form.dart [new file with mode: 0644]
lib/src/widget/simpleform.dart [deleted file]
lib/src/widget/view.dart [new file with mode: 0644]
test/helpers/settings_test.dart
test/helpers/string_helper_test.dart [new file with mode: 0644]
test/helpers/validators_test.dart
test/model/model_test.dart [new file with mode: 0644]