File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11/build /
2+ .dart_tool /
23pubspec.lock
34.atom /
45.buildlog /
@@ -21,4 +22,4 @@ example/.buildlog/
2122example /.history
2223example /.svn /
2324example /pubspec.lock
24- example /.vscode /launch.json
25+ example /.vscode /
Original file line number Diff line number Diff line change 1+ # 1.3.3
2+ - Upgrade the latest dependency version
3+ - Upgrade the examples part of the code
4+
15# 1.3.2
26- Fix ZKContainer removeChild bug
37- Fix Assets onProgress bug
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class MyApp extends StatelessWidget {
88 @override
99 Widget build (BuildContext context) {
1010 return MaterialApp (
11- title: 'Zerker Demo' ,
11+ title: 'Zerker Basic Demo' ,
1212 theme: ThemeData (
1313 primarySwatch: Colors .blue,
1414 ),
Original file line number Diff line number Diff line change 88import 'package:flutter/material.dart' ;
99import 'package:flutter_test/flutter_test.dart' ;
1010
11- import 'package:example /main.dart' ;
11+ import '.. /main.dart' ;
1212
1313void main () {
1414 testWidgets ('Counter increments smoke test' , (WidgetTester tester) async {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies:
2424
2525 # The following adds the Cupertino Icons font to your application.
2626 # Use with the CupertinoIcons class for iOS style icons.
27- cupertino_icons : ^0.1.2
27+ # cupertino_icons: ^1. 0.1
2828
2929dev_dependencies :
3030 flutter_test :
You can’t perform that action at this time.
0 commit comments