invertase / flutterfire_cli

A CLI to help with using FlutterFire in your Flutter applications.
Apache License 2.0
164 stars 47 forks source link

chore: updated http dependency range #273

Closed OutdatedGuy closed 2 months ago

OutdatedGuy commented 2 months ago

Description

Updates the http package range to allow >= 1.0.0 <2.0.0. A version range is necessary as current pub_updater depends on http: ^0.13.5.

resolves #255

Will follow-up with 2 more PRs to update pub_updater and then change http version to ^1.2.1.

Type of Change

russellwheatley commented 2 months ago

@OutdatedGuy - thanks for this, I'm running CI. I'll merge provided it is successful ๐Ÿ‘

OutdatedGuy commented 2 months ago

Why are the tests failing @russellwheatley? Anything I need to fix?

russellwheatley commented 2 months ago

Running FFCLI tests requires being a member of Invertase org, but I can run locally. Everything seems fine to me.

russellwheatley commented 2 months ago

@OutdatedGuy - if you want to follow up with further PRs I'll be happy to check them out ๐Ÿ‘