at_commons 5.1.2 copy "at_commons: ^5.1.2" to clipboard
at_commons: ^5.1.2 copied to clipboard

A library of Dart and Flutter utility classes that are used across other components of the atPlatform.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add at_commons
copied to clipboard

With Flutter:

 $ flutter pub add at_commons
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  at_commons: ^5.1.2
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:at_commons/at_commons.dart';
copied to clipboard
13
likes
130
points
5.53k
downloads

Publisher

verified publisheratsign.org

Weekly Downloads

2024.07.06 - 2025.01.18

A library of Dart and Flutter utility classes that are used across other components of the atPlatform.

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

json_annotation, meta, uuid

More

Packages that depend on at_commons