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.
- Host: GitHub
- URL: https://github.com/blodely/lyflutterutils
- Owner: blodely
- License: mit
- Created: 2022-06-16T07:34:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T07:56:38.000Z (about 4 years ago)
- Last Synced: 2025-01-26T01:24:31.991Z (over 1 year ago)
- Language: Dart
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)