Uh oh!
There was an error while loading. Please reload this page.
refactor(device_info_plus)!: two-package federated architecture - #1228
Conversation
@miquelbeltran could you please check the web build (can easily be reproduced locally when running the example app in the browser)? |
miquelbeltran
commented
Oct 13, 2022
I will take a look! |
miquelbeltran
commented
Oct 13, 2022
@nohli seems that a conditional export did the trick! |
nohli
commented
Oct 13, 2022
Nice, so my dev intuition was right 😄 Thanks for trying and fixing! ❤️ |
Uh oh!
There was an error while loading. Please reload this page.
miquelbeltran
left a comment
There was a problem hiding this comment.
LGTM! just a couple of questions
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vbuberen
commented
Oct 13, 2022
I meant not just one line, but return info that was in |
…unfederate-device-info-plus
nohli
commented
Oct 13, 2022
@miquelbeltran what about this issue? Should we say he can apply the changes to the latest architecture? (If we close it unmerged, does it still count towards hacktoberfest?) |
vbuberen
commented
Oct 13, 2022
It is not.
If he agrees to do so. |
miquelbeltran
commented
Oct 13, 2022
I believe it counts because it has the labels. |
nohli
commented
Oct 13, 2022
If we want the change, we should communicate it in the other PR. Otherwise - if it's not updated - it can't be merged any more due to the new architecture. Btw. could you also give my 5 refactoring PRs the labels? |
miquelbeltran
commented
Oct 14, 2022
I will just fix the merge conflict and go ahead with it, I still like the idea of removing the toMap method eventually |
Description
Refactor
device_info_plusfrom the federated architecture to a platform interface and a package with all platform implementations.Related Issues
#1226
Checklist
CHANGELOG.mdnor thepubspec.yamlfiles.flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
!in the title as explained in Conventional Commits).