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

Console and standalone platform utilities for Tom applications - platform detection, console output, and HTTP client support.

tom_basics_console #

Console and standalone platform utilities for Tom applications — platform detection, console-formatted output, and HTTP client support.

Features #

  • Platform DetectionTomStandalonePlatformUtils with detection for desktop, mobile, web, and individual OS platforms.
  • Console Output — Markdown-formatted console output via console_markdown.
  • HTTP Client — IO-based HTTP client for standalone Dart applications.
  • Re-exports all of tom_basics for convenience.

Getting Started #

dependencies:
  tom_basics_console: ^1.0.0

Usage #

import 'package:tom_basics_console/tom_basics_console.dart';

final platform = TomStandalonePlatformUtils();
print('Is desktop: ${platform.isDesktop()}');
print('Is macOS: ${platform.isMacOs()}');

// Console-formatted output
platform.out('**Bold** and _italic_ text');

License #

BSD-3-Clause — see LICENSE for details.

0
likes
160
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Console and standalone platform utilities for Tom applications - platform detection, console output, and HTTP client support.

Homepage
Repository (GitHub)
View/report issues

Topics

#console #platform #utilities

License

BSD-3-Clause (license)

Dependencies

console_markdown, http, tom_basics

More

Packages that depend on tom_basics_console