An open API service indexing awesome lists of open source software.

https://github.com/kuloud/x_common


https://github.com/kuloud/x_common

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

[![Auto Publish and Release](https://github.com/kuloud/x_common/actions/workflows/auto_publish_and_release.yml/badge.svg)](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