Adjust data structure and layout

There are a lot of changes compared to the previous version, many features are mixed together and not easy to commit individually.

Added a new control panel
Added advertisements
Moved packets out of assets

Adjusted the data structure, so that it will be easier to add multi-container functionality in the future.
This commit is contained in:
Caten
2023-09-12 15:07:53 +08:00
parent 76420edd8a
commit 95d6f662de
25 changed files with 830 additions and 156 deletions

View File

@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.2+1
version: 1.0.4+1
environment:
sdk: '>=3.1.0 <4.0.0'
@@ -39,6 +39,8 @@ dependencies:
retry: ^3.1.2
url_launcher: ^6.1.12
shared_preferences: ^2.2.1
intl: ^0.18.1
unity_ads_plugin: ^0.3.8
# The following adds the Cupertino Icons font to your application.