at_utils 2.0.4 copy "at_utils: ^2.0.4" to clipboard
at_utils: ^2.0.4 copied to clipboard

A Dart library that contains various utility classes such as atSign, atmetadata, configuration, and logger.

example/main.dart

import 'package:at_utils/at_utils.dart';

void main(List<String> arguments) {
  var logger = AtSignLogger('AtUtilsExample');
  var atSign = '@alice';
  var fixedAtSign = AtUtils.fixAtSign(atSign);
  logger.info(fixedAtSign);
  var formattedAtSign = AtUtils.formatAtSign(atSign);
  logger.finer(formattedAtSign);
  var atSignSha = AtUtils.getShaForAtSign(atSign);
  logger.finest(atSignSha);
}
7
likes
130
points
7.51k
downloads

Publisher

verified publisheratsign.org

Weekly Downloads

A Dart library that contains various utility classes such as atSign, atmetadata, configuration, and logger.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

at_commons, collection, crypto, logging, yaml

More

Packages that depend on at_utils