packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

please upgrade to device_info_plus 8.0.0

Open renanyoy opened this issue 1 year ago • 12 comments

pdfx still using old device_info_plus 4.0.0

renanyoy avatar Oct 27 '22 15:10 renanyoy

It still uses 4.0.0.

2shrestha22 avatar Nov 02 '22 04:11 2shrestha22

I replaced by pdf render cause of that, and had 20 addons which hava upgraded directly, they were blocked since months with pdfx..

renanyoy avatar Nov 02 '22 04:11 renanyoy

Is anyone maintaining this project?

hedbladucf avatar Dec 06 '22 14:12 hedbladucf

still using old device_info_plus

Gvozdik-Darya avatar Dec 19 '22 12:12 Gvozdik-Darya

My pull request for the update of the device_info_plus package to version 8.0.0 was accepted. So hopefully we will get an updated version soon.

wibtu avatar Jan 10 '23 16:01 wibtu

Any news? Is there an ETA for this update?

hschk avatar Jan 17 '23 11:01 hschk

Can any of the maintainers please update the pub package to the latest version fixing this issue ? cc/ @SergeShkurko

I had to download the whole repo to use the latest changes

michaelsoliman1 avatar Jan 29 '23 04:01 michaelsoliman1

Yeah, it's already been changed in https://github.com/ScerIO/packages.flutter/pull/377 so a new release would be much appreciated. 👍

mreinfurt avatar Jan 30 '23 11:01 mreinfurt

this project is difficult to fork. How can I fork 2.3.0, and update device_info_plus? I have no idea if the main branch is safe to use. clean up the code and use branches or something.

sgehrman avatar Feb 09 '23 05:02 sgehrman

Is this still going to happen... it's been months

AncientPixel avatar Mar 10 '23 16:03 AncientPixel

Because there is no visible progress and Serge seems to be dissapeared and not responding to mails or messages. Is there anybody willing to fork this repository and publish a new version on pub.dev?

wibtu avatar Mar 13 '23 12:03 wibtu

I'm not willing to fork it, but I got things working for me by adding this to pubspec.yaml

dependency_overrides:
  device_info_plus:
    version: ^8.0.0

austinstoker avatar Mar 21 '23 23:03 austinstoker