Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Majid Hajian <mhadaily@gmail.com>
Simon Lightfoot <simon@devangels.london>
J-P Nurmi <jpnurmi@gmail.com>
Miguel Beltran <miquelbeltran@gmail.com>
Miguel Beltran <miquelbeltran@gmail.com>
Neevash Ramdial <mail@neevash.dev>
6 changes: 3 additions & 3 deletions packages/battery_plus/macos/battery_plus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Pod::Spec.new do |s|
s.version = '0.0.1'
s.summary = 'No-op implementation of the macos battery_plus to avoid build issues on macos'
s.description = <<-DESC
No-op implementation of the battery_plus plugin to avoid build issues on macos.
https://github.com/flutter/flutter/issues/46618
DESC
No-op implementation of the battery_plus plugin to avoid build issues on macos.
https://github.com/flutter/flutter/issues/46618
DESC
s.homepage = 'https://github.com/fluttercommunity/plus_plugins/tree/master/packages/battery_plus'
s.license = { :file => '../LICENSE' }
s.author = { 'Flutter Community' => 'authors@fluttercommunity.dev' }
Expand Down
2 changes: 1 addition & 1 deletion packages/battery_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: battery_plus
description: Flutter plugin for accessing information about the battery state(full, charging, discharging) on Android and iOS.
description: Flutter plugin for accessing information about the battery state(full, charging, discharging).
homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus
version: 0.8.0

Expand Down
10 changes: 5 additions & 5 deletions packages/battery_plus_macos/macos/battery_plus_macos.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
Pod::Spec.new do |s|
s.name = 'battery_plus_macos'
s.version = '0.0.1'
s.summary = 'A new flutter plugin project.'
s.summary = 'Flutter Battery Plus'
s.description = <<-DESC
A new flutter plugin project.
A Flutter plugin for accessing information about the battery state(full, charging, discharging).
DESC
s.homepage = 'http://example.com'
s.homepage = 'https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus_macos'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.author = { 'Flutter Community' => 'authors@fluttercommunity.dev' }
s.source = { :path => 'https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus_macos' }
s.source_files = 'Classes/**/*'
s.dependency 'FlutterMacOS'

Expand Down
2 changes: 1 addition & 1 deletion packages/battery_plus_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: battery_plus_macos
description: macOS implementation of the battery_plus plugin
description: An implementation for the macos platform of the Flutter `battery_plus` plugin.
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
version: 0.1.0
Expand Down