Skip to content

Commit 391ed51

Browse files
authored
Merge pull request #53 from RefactoringGuru/replace-html-web-render-to-canvakit
Replace html web render to canvakit.
2 parents 1f2bd10 + 5d75b06 commit 391ed51

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.23.14
2+
- Replace web renderer html to canvakit (deploy_flutter_demo.dart).
3+
14
## 0.23.13
25
- Update demos splash screen logo (Ukraine).
36

bin/deploy_flutter_demos.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Future<void> init() async {
3333
Future<void> buildWebProject() async {
3434
final flutterTargetFile = '${projectDir.path}bin\\main.dart';
3535
print('Build web app: $flutterTargetFile');
36-
await cmd('flutter build web -t $flutterTargetFile --web-renderer html');
36+
await cmd('flutter build web -t $flutterTargetFile');
3737
}
3838

3939
Future<void> cloneOriginRepository() async {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: design_patterns_dart
22
description: Dart examples for all classic GoF design patterns.
3-
version: 0.23.13
3+
version: 0.23.14
44
homepage: https://refactoring.guru/design-patterns
55
repository: https://github.com/RefactoringGuru/design-patterns-dart
66
issue_tracker: https://github.com/RefactoringGuru/design-patterns-dart/issue

0 commit comments

Comments
 (0)