{"id":15293153,"url":"https://github.com/rickypid/cowsay","last_synced_at":"2025-05-07T05:11:54.926Z","repository":{"id":61973033,"uuid":"451824519","full_name":"rickypid/cowsay","owner":"rickypid","description":"Simple library to print message in cow balloon, it is possible change figure and max line text length.","archived":false,"fork":false,"pushed_at":"2023-04-10T19:13:57.000Z","size":39,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T05:11:29.335Z","etag":null,"topics":["console","console-log","cowsay","custom","dart","dart-library","dart-package","dartlang","flutter","flutter-package","personalization","print"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rickypid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rickypid","custom":"https://buymeacoffee.com/veweju"}},"created_at":"2022-01-25T10:03:25.000Z","updated_at":"2024-10-23T07:21:21.000Z","dependencies_parsed_at":"2024-12-26T17:37:35.809Z","dependency_job_id":null,"html_url":"https://github.com/rickypid/cowsay","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickypid%2Fcowsay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickypid%2Fcowsay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickypid%2Fcowsay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickypid%2Fcowsay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickypid","download_url":"https://codeload.github.com/rickypid/cowsay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252817649,"owners_count":21808707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["console","console-log","cowsay","custom","dart","dart-library","dart-package","dartlang","flutter","flutter-package","personalization","print"],"created_at":"2024-09-30T16:40:00.868Z","updated_at":"2025-05-07T05:11:54.904Z","avatar_url":"https://github.com/rickypid.png","language":"Dart","funding_links":["https://github.com/sponsors/rickypid","https://buymeacoffee.com/veweju"],"categories":[],"sub_categories":[],"readme":"# Cowsay\n\n[![](https://img.shields.io/static/v1?label=flutter\u0026message=cowsay\u0026color=red??style=for-the-badge\u0026logo=GitHub)](https://github.com/rickypid/cowsay)\n[![Pub Package](https://img.shields.io/pub/v/cowsay.svg?style=flat-square)](https://pub.dartlang.org/packages/cowsay)\n[![Pub Points](https://img.shields.io/pub/points/cowsay)](https://pub.dev/packages/cowsay/score)\n[![Pub Likes](https://img.shields.io/pub/likes/cowsay)](https://pub.dev/packages/cowsay/score)\n\n[![Package Issue](https://img.shields.io/github/issues/rickypid/cowsay)](https://github.com/rickypid/cowsay/issues)\n![Package License](https://img.shields.io/github/license/rickypid/cowsay)\n\n\nSimple library to print message in cow balloon, it is possible change figure and max line text length.\n\n![Image](https://github.com/rickypid/cowsay/blob/master/doc/.media/example.jpg?raw=true)\n\n## Getting started\n\n### Installation\n\n#### From `pubspec.yaml`\n\nAdd the following line to `pubspec.yaml`:\n\n```yaml\ndependencies:\n  cowsay: \u003clast-release\u003e\n\n```\n\nand\n\nWith Dart:\n\n```bash\ndart pub get\n\n```\n\nWith Flutter:\n\n```bash\nflutter pub get\n\n```\n\n#### From cli\n\nrun following command:\n\nWith Dart:\n\n```bash\ndart pub add cowsay\n\n```\n\nWith Flutter:\n\n```bash\nflutter pub add cowsay\n\n```\n\n## Usage\n\n*Complete example [available here](https://github.com/rickypid/cowsay/blob/master/example/cowsay_example.dart).*\n\n```dart\nconst String helloWord = 'Hello word!';\nconst String loremIpsum =\n    'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.';\n\nvoid main() {\n  Cowsay(helloWord); //Print in terminal\n  final String outString = Cowsay.getString(helloWord); //Return message string\n  final String outStringLimited = Cowsay.getString(helloWord,\n      rowLength: 40); //Return message string, with limited message row length\n  final String outStringLimitedFlutter = Cowsay.getString(helloWord,\n      rowLength: 40,\n      figure: FigureType\n          .flutter); //Return message string, with limited message row length and different figure\n}\n\n```\n## 📚 My open source projects\n\n### Flutter\n\n| Package | Verison | Score | Likes | Test | Coverage |\n|--|--|--|--|--|--|\n| [![](https://img.shields.io/static/v1?label=flutter\u0026message=flutter_expandable_table\u0026color=red??style=for-the-badge\u0026logo=GitHub)](https://github.com/rickypid/flutter_expandable_table) | [![Pub Package](https://img.shields.io/pub/v/flutter_expandable_table.svg?style=flat-square)](https://pub.dartlang.org/packages/flutter_expandable_table) | [![Pub Points](https://img.shields.io/pub/points/flutter_expandable_table)](https://pub.dev/packages/flutter_expandable_table/score) | [![Pub Likes](https://img.shields.io/pub/likes/flutter_expandable_table)](https://pub.dev/packages/flutter_expandable_table/score) |  |  |\n| [![](https://img.shields.io/static/v1?label=flutter\u0026message=widget_tree_depth_counter\u0026color=red??style=for-the-badge\u0026logo=GitHub)](https://github.com/rickypid/widget_tree_depth_counter) | [![Pub Package](https://img.shields.io/pub/v/widget_tree_depth_counter.svg?style=flat-square)](https://pub.dartlang.org/packages/widget_tree_depth_counter) | [![Pub Points](https://img.shields.io/pub/points/widget_tree_depth_counter)](https://pub.dev/packages/widget_tree_depth_counter/score) | [![Pub Likes](https://img.shields.io/pub/likes/widget_tree_depth_counter)](https://pub.dev/packages/widget_tree_depth_counter/score) |  |  |\n| [![](https://img.shields.io/static/v1?label=flutter\u0026message=flutter_scroll_shadow\u0026color=red??style=for-the-badge\u0026logo=GitHub)](https://github.com/rickypid/flutter_scroll_shadow) | [![Pub Package](https://img.shields.io/pub/v/flutter_scroll_shadow.svg?style=flat-square)](https://pub.dartlang.org/packages/flutter_scroll_shadow) | [![Pub Points](https://img.shields.io/pub/points/flutter_scroll_shadow)](https://pub.dev/packages/flutter_scroll_shadow/score) | [![Pub Likes](https://img.shields.io/pub/likes/flutter_scroll_shadow)](https://pub.dev/packages/flutter_scroll_shadow/score) |  |  |\n| [![](https://img.shields.io/static/v1?label=flutter\u0026message=flutter_bargraph\u0026color=red??style=for-the-badge\u0026logo=GitHub)](https://github.com/rickypid/flutter_bargraph) | [![Pub Package](https://img.shields.io/pub/v/flutter_bargraph.svg?style=flat-square)](https://pub.dartlang.org/packages/flutter_bargraph) | [![Pub Points](https://img.shields.io/pub/points/flutter_bargraph)](https://pub.dev/packages/flutter_bargraph/score) | [![Pub Likes](https://img.shields.io/pub/likes/flutter_bargraph)](https://pub.dev/packages/flutter_bargraph/score) |  |  |\n\n### Dart\n\n| Package | Verison | Score | Likes | Test | Coverage |\n|--|--|--|--|--|--|\n| [![](https://img.shields.io/static/v1?label=dart\u0026message=cowsay\u0026color=red??style=for-the-badge\u0026logo=GitHub)](https://github.com/rickypid/cowsay) | [![Pub Package](https://img.shields.io/pub/v/cowsay.svg?style=flat-square)](https://pub.dartlang.org/packages/cowsay) | [![Pub Points](https://img.shields.io/pub/points/cowsay)](https://pub.dev/packages/cowsay/score) | [![Pub Likes](https://img.shields.io/pub/likes/cowsay)](https://pub.dev/packages/cowsay/score) | [![Test CI](https://github.com/rickypid/cowsay/actions/workflows/test.yml/badge.svg)](https://github.com/rickypid/cowsay/actions/workflows/test.yml) | [![codecov](https://codecov.io/gh/rickypid/cowsay/branch/master/graph/badge.svg?token=Z65KEB9SAX)](https://codecov.io/gh/rickypid/cowsay) |\n| [![](https://img.shields.io/static/v1?label=dart\u0026message=telegram_link\u0026color=red??style=for-the-badge\u0026logo=GitHub)](https://github.com/rickypid/telegram_link) | [![Pub Package](https://img.shields.io/pub/v/telegram_link.svg?style=flat-square)](https://pub.dartlang.org/packages/telegram_link) | [![Pub Points](https://img.shields.io/pub/points/telegram_link)](https://pub.dev/packages/telegram_link/score) | [![Pub Likes](https://img.shields.io/pub/likes/telegram_link)](https://pub.dev/packages/telegram_link/score) | [![Test CI](https://github.com/rickypid/telegram_link/actions/workflows/test.yml/badge.svg)](https://github.com/rickypid/telegram_link/actions/workflows/test.yml) | [![codecov](https://codecov.io/gh/rickypid/telegram_link/branch/main/graph/badge.svg?token=Z65KEB9SAX)](https://codecov.io/gh/rickypid/telegram_link) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickypid%2Fcowsay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickypid%2Fcowsay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickypid%2Fcowsay/lists"}