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

https://github.com/blodely/lyflutterutils

flutter app dev utils.
https://github.com/blodely/lyflutterutils

Last synced: about 2 months ago
JSON representation

flutter app dev utils.

Awesome Lists containing this project

README

          

Flutter app dev utils by blodely(indie.luo@gmail.com).

## Features

App Dev Utility.

## Getting started

Just run `flutter pub add ly_flutter_utils` at project root.

## Usage

Example: outline a widget for debug purpose,

```dart
DebugBorder(
child: Container(),
)
```

## Additional information

License: MIT,

Author: [Luo Yu](https://open.luoyu.space), email: [luoyu@luoyu.space](mailto:luoyu@luoyu.space)