https://github.com/kuloud/x_common
https://github.com/kuloud/x_common
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuloud/x_common
- Owner: kuloud
- License: apache-2.0
- Created: 2024-07-20T00:42:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T08:00:21.000Z (almost 2 years ago)
- Last Synced: 2026-02-24T05:00:41.145Z (4 months ago)
- Language: Dart
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/kuloud/x_common/actions/workflows/auto_publish_and_release.yml)
A collection of commonly used flutter tool classes
## Features
- logger
## Getting started
This project is a starting point for a Dart
[package](https://flutter.dev/developing-packages/),
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## Usage
### logger
```dart
import 'package:x_common/utils/logger.dart';
logger.d("Logger is working!");
```
## Additional information
A collection of common flutter tool classes, archived from common projects to subtree maintenance