get_code_status 1.0.0 copy "get_code_status: ^1.0.0" to clipboard
get_code_status: ^1.0.0 copied to clipboard

a dart package that interprets status codes.

http_status_code #

Console color display of all http status codes.

Installation #

pub add get_code_status

Usage #


import 'package:get_code_status/get_code_status.dart';

void main() {
  var getStatus = GetCodeStatus();
  getStatus.code(300);
}

1
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

a dart package that interprets status codes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on get_code_status