-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Initial Macos support to Battery Plus #2
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
Conversation
67e28fe
to
61290ab
Compare
* Move share_plus in a subdir * Rename share.dart to share_plus.dart * Fix integration_test dependency * Add platform interface
* add ci files and issue templates * project does not have android tests Co-authored-by: Miquel Beltran <miquelbeltran@users.noreply.github.com>
# Conflicts: # .gitignore
61290ab
to
0688a2e
Compare
import 'package:flutter/services.dart'; | ||
import 'package:battery_plus_macos/battery_plus_macos.dart'; | ||
|
||
void main() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the example for the macos plugin should be stored in the battery_plus (main plugin) directory (similarly as is in case of connectivity)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes correct, this example will be removed.
Signed-off-by: Neevash Ramdial <mail@neevash.dev>
Signed-off-by: Neevash Ramdial <mail@neevash.dev>
Signed-off-by: Neevash Ramdial <mail@neevash.dev>
…macos Conflicts: .gitignore packages/battery_plus/pubspec.yaml
I have merged with origin/main, resolved conflicts, and applied various smaller fixes to pass CI tests & analysis.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 💙 🎉
moved from here https://github.com/fluttercommunity/battery_plus/pull/6