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

refactor(battery_plus)!: platform implementation refactor into a single package #1169

Merged
merged 29 commits into from Oct 8, 2022
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e40d37c
unfederate battery_plus_linux
miquelbeltran Oct 5, 2022
d41abcc
unfederate battery_plus_macos
miquelbeltran Oct 5, 2022
5fd724f
unfederate battery_plus_web
miquelbeltran Oct 5, 2022
76604bc
unfederate battery_plus_windows
miquelbeltran Oct 5, 2022
1357c3a
Unfederate the platform interface
miquelbeltran Oct 5, 2022
b8a94a9
move all files one dir below
miquelbeltran Oct 5, 2022
8739d55
fix dependency
miquelbeltran Oct 5, 2022
ffc60c7
bump version
miquelbeltran Oct 5, 2022
281a2d6
add missing flutter_web_plugins
miquelbeltran Oct 5, 2022
20b02b7
windows naming fix
miquelbeltran Oct 5, 2022
9ca606a
Fix windows build
miquelbeltran Oct 6, 2022
27e5143
Move battery_plus_web.dart to src folder
miquelbeltran Oct 6, 2022
fee455a
remove pluginClass: none
miquelbeltran Oct 6, 2022
868a15a
moving all files to src
miquelbeltran Oct 6, 2022
32af1d3
export platform interface
miquelbeltran Oct 6, 2022
e936a4d
remove unnecessary import
miquelbeltran Oct 6, 2022
17eb4ed
cleanup
miquelbeltran Oct 6, 2022
47cc155
sort imports
miquelbeltran Oct 6, 2022
0f1dd77
move battery_plus_platform_interface.dart to root
miquelbeltran Oct 6, 2022
d622afd
export enums directly instead of the battery_plus_platform_interface
miquelbeltran Oct 6, 2022
66ef252
rename BatteryPlusWebPlugin
miquelbeltran Oct 6, 2022
92e12f9
renamed BatteryPlusLinux to BatteryPlusLinuxPlugin for consistency
miquelbeltran Oct 6, 2022
d695aaf
move battery_plus into battery_plus
miquelbeltran Oct 6, 2022
5139ab6
re-add battery_plus_platform_interface
miquelbeltran Oct 6, 2022
5d9e504
fix battery_plus dependency to the platform interface
miquelbeltran Oct 6, 2022
0a18675
typo
miquelbeltran Oct 6, 2022
1a69268
format
miquelbeltran Oct 6, 2022
6c51388
remove new line from changelog, let's try melos release process
miquelbeltran Oct 6, 2022
3395fcd
revert forcing package version
miquelbeltran Oct 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,3 +1,7 @@
## 3.0.0

- New plugin architecture

## 2.2.1

- Fix: batteryState always return unknown on API < 26
Expand Down
21 changes: 0 additions & 21 deletions packages/battery_plus/battery_plus/macos/battery_plus.podspec

This file was deleted.

74 changes: 0 additions & 74 deletions packages/battery_plus/battery_plus_linux/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions packages/battery_plus/battery_plus_linux/.metadata

This file was deleted.

48 changes: 0 additions & 48 deletions packages/battery_plus/battery_plus_linux/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions packages/battery_plus/battery_plus_linux/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions packages/battery_plus/battery_plus_linux/README.md

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions packages/battery_plus/battery_plus_linux/pubspec.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions packages/battery_plus/battery_plus_macos/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions packages/battery_plus/battery_plus_macos/.metadata

This file was deleted.

31 changes: 0 additions & 31 deletions packages/battery_plus/battery_plus_macos/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions packages/battery_plus/battery_plus_macos/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions packages/battery_plus/battery_plus_macos/README.md

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions packages/battery_plus/battery_plus_macos/pubspec.yaml

This file was deleted.