From 051ab9dc1257b279978fd7ecf14f8e466d9066e7 Mon Sep 17 00:00:00 2001 From: "Patryk (PsychoX) Ludwikowski" Date: Wed, 19 Jun 2019 17:41:08 +0200 Subject: [PATCH] Version 0.1.0 --- CHANGELOG.md | 10 ++++++++++ example/pubspec.yaml | 47 +++++--------------------------------------- pubspec.yaml | 10 +++++++--- 3 files changed, 22 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56c7af4..00ee04db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.1.0] - 2019-06-19 + +Pull request #35 by @PsychoXIVI changes a lot: +* Discovering other devices, +* Multiple connections, +* Interesting example application, +* Enabling/Disabling Bluetooth, +* Byte streams, +* Overall improvements and fixes. + ## [0.0.5] - 2019-03-18 * Upgrade for AndroidX support (thanks @akilinomendez) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 646b69d0..ca1c7021 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,5 +1,9 @@ name: flutter_bluetooth_serial_example -description: Demonstrates how to use the flutter_bluetooth_serial plugin. +version: 0.1.0 +description: Demonstrates how to use the `flutter_bluetooth_serial` plugin. +authors: +- Patryk Ludwikowski +homepage: https://github.com/edufolly/flutter_bluetooth_serial/tree/master/example/ dependencies: flutter: @@ -7,8 +11,6 @@ dependencies: scoped_model: ^1.0.1 - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 dev_dependencies: @@ -18,44 +20,5 @@ dev_dependencies: flutter_bluetooth_serial: path: ../ -# For information on the generic Dart part of this file, see the -# following page: https://www.dartlang.org/tools/pub/pubspec - -# The following section is specific to Flutter. flutter: - - # The following line ensures that the Material Icons font is - # included with your application, so that you can use the icons in - # the material Icons class. uses-material-design: true - - # To add assets to your application, add an assets section, like this: - # assets: - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg - - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.io/assets-and-images/#resolution-aware. - - # For details regarding adding assets from package dependencies, see - # https://flutter.io/assets-and-images/#from-packages - - # To add custom fonts to your application, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts from package dependencies, - # see https://flutter.io/custom-fonts/#from-packages diff --git a/pubspec.yaml b/pubspec.yaml index c16de99d..9d53af5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,12 @@ name: flutter_bluetooth_serial -description: A basic Flutter Bluetooth Serial -version: 0.0.5 -author: Eduardo Folly +version: 0.1.0 +description: A basic Flutter Bluetooth Serial library +authors: +- Eduardo Folly +- Patryk Ludwikowski homepage: https://github.com/edufolly/flutter_bluetooth_serial +repository: https://github.com/edufolly/flutter_bluetooth_serial +issue_tracker: https://github.com/edufolly/flutter_bluetooth_serial/issues dependencies: flutter: