Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk (PsychoX) Ludwikowski committed Jun 19, 2019
1 parent 72b45eb commit 051ab9d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 45 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
47 changes: 5 additions & 42 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
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 <[email protected]>
homepage: https://github.com/edufolly/flutter_bluetooth_serial/tree/master/example/

dependencies:
flutter:
sdk: flutter

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:
Expand All @@ -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
10 changes: 7 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: flutter_bluetooth_serial
description: A basic Flutter Bluetooth Serial
version: 0.0.5
author: Eduardo Folly <[email protected]>
version: 0.1.0
description: A basic Flutter Bluetooth Serial library
authors:
- Eduardo Folly <[email protected]>
- Patryk Ludwikowski <[email protected]>
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:
Expand Down

0 comments on commit 051ab9d

Please sign in to comment.