at_utils 1.0.1+5 at_utils: ^1.0.1+5 copied to clipboard
This is the Utility library for @protocol projects. It contains utility classes for atsign, atmetadata, configuration and logger.
Now for a little internet optimism #
at_utils #
at_utils is the Utility library for @protocol projects. It contains utility classes for atsign, atmetadata, configuration and logger.
Installation: #
To use this library in your app, first add it to your pubspec.yaml
dependencies:
at_utils: ^1.0.0
Add to your project #
pub get
Import in your application code #
import 'package:at_utils/at_utils.dart';
Usage #
Please refer to the Example section