flutterfire_cli icon indicating copy to clipboard operation
flutterfire_cli copied to clipboard

chore: updated http dependency range

Open OutdatedGuy opened this issue 1 year ago โ€ข 0 comments

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

  • [ ] โœจ feat -- New feature (non-breaking change which adds functionality)
  • [ ] ๐Ÿ› ๏ธ fix -- Bug fix (non-breaking change which fixes an issue)
  • [ ] โŒ ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] ๐Ÿงน refactor -- Code refactor
  • [ ] โœ… ci -- Build configuration change
  • [ ] ๐Ÿ“ docs -- Documentation
  • [x] ๐Ÿ—‘๏ธ chore -- Chore

OutdatedGuy avatar Apr 05 '24 11:04 OutdatedGuy