diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3fa15e7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ + +## 1.1.0 + +* refactor to clear domain models + +## 1.0.0 + +* basic implementation +* support localization diff --git a/Dockerfile b/Dockerfile index 73815ee..4bfde33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN --mount=type=cache,target=/root/.pub-cache \ rm -rf .dart_tool build && \ flutter pub get && \ flutter gen-l10n && \ + flutter pub run build_runner build --delete-conflicting-outputs && \ flutter build web --release -O4 --wasm # Stage 2: Caddy (Alpine) to serve static files with SPA fallback diff --git a/pubspec.yaml b/pubspec.yaml index d3369b1..6ff8614 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.0+1 +version: 1.1.0+1 environment: sdk: ^3.7.0