at_commons 1.0.1+6
at_commons: ^1.0.1+6 copied to clipboard
at_commons library will be used for commonly used components in implementation of the @protocol.

Now for a little internet optimism #
at_commons #
at_commons library will be used for commonly used components in implementation of the @protocol.
Installation: #
To use this library in your app, first add it to your pubspec.yaml
dependencies:
at_commons: ^1.0.1
Add to your project #
pub get
Import in your application code #
import 'package:at_commons/at_commons.dart';
Usage #
Please refer to the Example section