urbanairship / airship-flutter

Flutter integration
Other
17 stars 18 forks source link

Patch release 6.3.2 #172

Closed Apekka closed 1 year ago

Apekka commented 1 year ago

What do these changes do?

Bump the minimal version of intl to >=0.18.0 make it compatible SDK 3.10.0

Why are these changes necessary?

So a customer can use Flutter SDK 3.10.0

How did you verify these changes?

By running the sample app and testing it

andrewescutia commented 1 year ago

Hi, greatly appreciate the update. While this will certainly work for my needs. Wondering if you should leave the version a little more open ended so consumers aren't necessarily required to bump intl to 0.18? On the other hand 0.18 has been out a bit so may not be a concern but thought i'd mention it.

>=0.15.7 <0.19.0

rlepinski commented 1 year ago

@andrewescutia good point, what about just newer than 0.15.7?

rlepinski commented 1 year ago

Will update to >=0.15.7 <1.0.0 then try to remove the dependency in our bigger release