at_commons 2.0.4
at_commons: ^2.0.4 copied to clipboard
A library of Dart and Flutter utility classes that are used across other components of the @platform.

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