File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Future<void> init() async {
3333Future <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
3939Future <void > cloneOriginRepository () async {
Original file line number Diff line number Diff line change 11name : design_patterns_dart
22description : Dart examples for all classic GoF design patterns.
3- version : 0.23.13
3+ version : 0.23.14
44homepage : https://refactoring.guru/design-patterns
55repository : https://github.com/RefactoringGuru/design-patterns-dart
66issue_tracker : https://github.com/RefactoringGuru/design-patterns-dart/issue
You can’t perform that action at this time.
0 commit comments