Skip to content

Commit

Permalink
Merge branch 'develop' into ui/card-timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thePeras authored Nov 6, 2024
2 parents 9b8eb6e + d8a057e commit 0d8b0af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/uni_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To use the translation import `'package:uni/generated/l10n.dart'` and use `S.of(
For this project, we separate the code into *model, *view* and *controller*.
By making sure view-only components are clear from the rest of the code, we can assure safe reuse of widgets as well as separated testing and development.

![MVC Scheme](../readme-src/MVC.png "MVC Scheme")
![MVC Scheme](../../readme-src/MVC.png "MVC Scheme")

### Model
The *model* represents the entities that are used in the app, including the session, the classes, the exams. They should be generated from the controller's methods and passed to the view. The model should not contain logic, but only the data that is needed to display the information.
Expand Down
2 changes: 1 addition & 1 deletion packages/uni_app/app_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0-beta.34+337
1.10.0-beta.35+338
2 changes: 1 addition & 1 deletion packages/uni_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: "none" # We do not publish to pub.dev
# To change it manually, override the value in app_version.txt.
# The app version code is automatically also bumped by CI.
# Do not change it manually.
version: 1.10.0-beta.34+337
version: 1.10.0-beta.35+338

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 0d8b0af

Please sign in to comment.