Skip to content

Commit 4501e91

Browse files
committed
feat: update v1.3.3
feat: update v1.3.3
1 parent 7b4e201 commit 4501e91

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/build/
2+
.dart_tool/
23
pubspec.lock
34
.atom/
45
.buildlog/
@@ -21,4 +22,4 @@ example/.buildlog/
2122
example/.history
2223
example/.svn/
2324
example/pubspec.lock
24-
example/.vscode/launch.json
25+
example/.vscode/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
),

example/test/widget_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import 'package:flutter/material.dart';
99
import 'package:flutter_test/flutter_test.dart';
1010

11-
import 'package:example/main.dart';
11+
import '../main.dart';
1212

1313
void main() {
1414
testWidgets('Counter increments smoke test', (WidgetTester tester) async {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2929
dev_dependencies:
3030
flutter_test:

0 commit comments

Comments
 (0)