From 6f3d0a74e348cbea09dfca0f1945d33e6f9cbdf0 Mon Sep 17 00:00:00 2001 From: xiaodong <312569496@qq.com> Date: Sun, 19 May 2019 17:10:47 +0800 Subject: [PATCH] publish pub --- flutter_custom_calendar/pubspec.yaml | 2 +- .../test/flutter_custom_calendar_test.dart | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/flutter_custom_calendar/pubspec.yaml b/flutter_custom_calendar/pubspec.yaml index 5d72d9e..16ae204 100644 --- a/flutter_custom_calendar/pubspec.yaml +++ b/flutter_custom_calendar/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_custom_calendar description: A new Flutter Calendar package. version: 0.0.1 -author: ζž—ζ™“δΈœ +author: xiaodong <450468291@qq.com> homepage: https://github.com/LXD312569496/flutter_custom_calendar environment: diff --git a/flutter_custom_calendar/test/flutter_custom_calendar_test.dart b/flutter_custom_calendar/test/flutter_custom_calendar_test.dart index 2cd4246..7fdb9d0 100644 --- a/flutter_custom_calendar/test/flutter_custom_calendar_test.dart +++ b/flutter_custom_calendar/test/flutter_custom_calendar_test.dart @@ -3,11 +3,5 @@ import 'package:flutter_test/flutter_test.dart'; import 'package:flutter_custom_calendar/flutter_custom_calendar.dart'; void main() { - test('adds one to input values', () { - final calculator = Calculator(); - expect(calculator.addOne(2), 3); - expect(calculator.addOne(-7), -6); - expect(calculator.addOne(0), 1); - expect(() => calculator.addOne(null), throwsNoSuchMethodError); - }); + }