Modernising the entire project#225
Conversation
|
Feel free to use this update by adding to your pubspec.yaml |
|
This is a sweet update! I hope the author merges it in |
|
@aloisdeniel: this plugin is awesome, but need some love in terms of accepting PR. PRs that make it compatible with the latest and greatest flutter release and devices seems very helpful. Any timeframe to review this PR? |
Sorry, I don't get this. I can see two packages here: "device_preview" and "device_frame", you mean I should add both? |
Never mind. I got it now. |
|
Thanks for making the updates @bradrushworth. Good work! @aloisdeniel I'd be happy to help in maintaining the project. I understand that it can be difficult for one person to maintain it all consistently. I'm already familiar with the project's codebase and I have two PRs already merged in. |
There's no activity in this project. can you fork it and create a separate project where we can all contribute? seems like this project is dead! :( |
|
@bradrushworth Any idea on this issue? |
|
iPhone14Pro is not working here. Do not waste your time |
This commit updates the SDK constraints and several dependencies in the `pubspec.yaml` files for `device_frame`, `device_preview`, `devtools_device_preview`, and their respective example projects. Specifically, the SDK constraint has been updated from `'>=2.19.6 <3.0.0'` to `'>=3.9.2 <4.0.0'` or a similar higher version across the projects. Dependencies like `freezed_annotation`, `freezed`, and `flutter_lints` have also been upgraded to newer versions.
sdk: '>=2.18.4 <3.0.0'
added new device "Pixel 4" #195
Fix a typo in the documentation #201
Corrects the iPhone 12 screen size and safe area #204
Bump intl to v.0.18.0 #222