Skip to content

Commit

Permalink
feat(http_status_code): replace HttpStatus constants with direct valu…
Browse files Browse the repository at this point in the history
…es for support web

Replaced the usage of HttpStatus constants in http_status_code.dart with their corresponding integer values. This change simplifies the code and removes an unnecessary dependency on 'dart:io'.
  • Loading branch information
tech-andgar committed Feb 17, 2024
1 parent afa3e51 commit 5fe393d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 70 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.2.0] - 2024-02-17

### Fixed - 3.2.0

- Replace HttpStatus constants with direct values for support web

## [3.1.0] - 2024-02-17

### Added - 3.1.0
Expand Down
Loading

0 comments on commit 5fe393d

Please sign in to comment.