get_code_status

Last updated:

0 purchases

get_code_status Image
get_code_status Images
Add to Cart

Description:

get code status

http_status_code #
Console color display of all http status codes. For those who never remember http codes.
Installation #
pub add get_code_status
copied to clipboard
Usage #
import 'package:get_code_status/get_code_status.dart';

void main() {
var getStatus = GetCodeStatus();
//print colorful code in console.
getStatus.printCodeStatus(500);
//get code status as String
print(getStatus.codeStatusToString(500).notes);
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.