Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve pubspec #17

Merged
merged 3 commits into from
Jun 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: ably_flutter_plugin
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
version: 0.0.1
homepage: https://github.com/ably/ably-flutter-plugin
repository: https://github.com/ably/ably-flutter

environment:
sdk: ">=2.6.0 <3.0.0"
flutter: ">=1.17.0 <2.0.0"

dependencies:
flutter:
Expand All @@ -22,15 +23,11 @@ dev_dependencies:
# Stricter Linting
pedantic: ^1.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The androidPackage and pluginClass identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
androidPackage: io.ably.flutter.plugin
pluginClass: AblyFlutterPlugin
platforms:
android:
package: io.ably.flutter.plugin
pluginClass: AblyFlutterPlugin
ios:
pluginClass: AblyFlutterPlugin