https://github.com/initdc/my_dart_lib
https://github.com/initdc/my_dart_lib
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/initdc/my_dart_lib
- Owner: initdc
- License: mpl-2.0
- Created: 2026-01-18T17:41:02.000Z (6 months ago)
- Default Branch: dev
- Last Pushed: 2026-01-18T17:41:16.000Z (6 months ago)
- Last Synced: 2026-02-27T19:34:12.618Z (4 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/my_dart_lib
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Put a short description of the package here that helps potential users
know whether this package might be useful for them.
## Features
List what your package can do. Maybe include images, gifs, or videos.
## Getting started
List prerequisites and provide or point to information on how to
start using the package.
## Usage
Include short and useful examples for package users. Add longer examples
to `/example` folder.
```dart
const like = 'sample';
```
## Additional information
Tell users more about the package: where to find more information, how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.