From ec382fdf1f3a8ef87740153eebbf90d9321500de Mon Sep 17 00:00:00 2001 From: Yaroslav Barkovskiy Date: Wed, 27 Feb 2019 15:21:38 +0300 Subject: [PATCH] Prepare for pub.dartlang.org --- CHANGELOG.md | 4 ++++ LICENSE | 22 +++++++++++++++++++++- example/test/widget_test.dart | 25 ------------------------- pubspec.yaml | 6 +++--- 4 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 example/test/widget_test.dart diff --git a/CHANGELOG.md b/CHANGELOG.md index 0935f3d8..47828e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3+1 + +- Lock YandexRuntime to 3.2 (https://github.com/Unact/yandex_mapkit/issues/3) + ## 0.1.3 - Bump YandexMapkit version to 3.2 for ios and android diff --git a/LICENSE b/LICENSE index ba75c69f..55c3275a 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,21 @@ -TODO: Add your license here. +MIT License + +Copyright (c) 2019 Unact + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/example/test/widget_test.dart b/example/test/widget_test.dart deleted file mode 100644 index b383be50..00000000 --- a/example/test/widget_test.dart +++ /dev/null @@ -1,25 +0,0 @@ -// This is a basic Flutter widget test. -// To perform an interaction with a widget in your test, use the WidgetTester utility that Flutter -// provides. For example, you can send tap and scroll gestures. You can also use WidgetTester to -// find child widgets in the widget tree, read text, and verify that the values of widget properties -// are correct. - -import 'package:flutter/material.dart'; -import 'package:flutter_test/flutter_test.dart'; - -import 'package:yandex_mapkit_example/main.dart'; - -void main() { - testWidgets('Verify Platform version', (WidgetTester tester) async { - // Build our app and trigger a frame. - await tester.pumpWidget(new MyApp()); - - // Verify that platform version is retrieved. - expect( - find.byWidgetPredicate( - (Widget widget) => - widget is Text && widget.data.startsWith('Running on:'), - ), - findsOneWidget); - }); -} diff --git a/pubspec.yaml b/pubspec.yaml index 1a72429a..d8df0fdc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,8 @@ name: yandex_mapkit description: Flutter implementation of Yandex.MapKit -version: 0.1.3 -author: Unact -homepage: +version: 0.1.3+1 +author: Unact +homepage: https://github.com/Unact/yandex_mapkit environment: sdk: ">=2.0.0-dev.68.0 <3.0.0"