{"id":17650837,"url":"https://github.com/rickypid/telegram_link","last_synced_at":"2025-03-30T08:22:38.934Z","repository":{"id":61975370,"uuid":"495119783","full_name":"rickypid/telegram_link","owner":"rickypid","description":"simple library for generating telegram links. It is possible to generate links with number or username","archived":false,"fork":false,"pushed_at":"2023-04-10T19:47:48.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T10:24:36.230Z","etag":null,"topics":["custom","dart","dart-library","dart-package","dartlang","flutter","flutter-library","flutter-package","telegram","telegram-url"],"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-05-22T16:49:09.000Z","updated_at":"2024-06-09T03:29:53.000Z","dependencies_parsed_at":"2024-12-11T08:11:59.324Z","dependency_job_id":"83296acb-817a-401a-ad51-993303f32fdd","html_url":"https://github.com/rickypid/telegram_link","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"d4a794dfb60980e22109b53383f39f13b53c9c80"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickypid%2Ftelegram_link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickypid%2Ftelegram_link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickypid%2Ftelegram_link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rickypid%2Ftelegram_link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rickypid","download_url":"https://codeload.github.com/rickypid/telegram_link/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246291987,"owners_count":20753985,"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":["custom","dart","dart-library","dart-package","dartlang","flutter","flutter-library","flutter-package","telegram","telegram-url"],"created_at":"2024-10-23T11:39:33.610Z","updated_at":"2025-03-30T08:22:38.909Z","avatar_url":"https://github.com/rickypid.png","language":"Dart","funding_links":["https://github.com/sponsors/rickypid","https://buymeacoffee.com/veweju"],"categories":[],"sub_categories":[],"readme":"# telegram_link\n\n[![](https://img.shields.io/static/v1?label=flutter\u0026message=telegram_link\u0026color=red??style=for-the-badge\u0026logo=GitHub)](https://github.com/rickypid/telegram_link)\n[![Pub Package](https://img.shields.io/pub/v/telegram_link.svg?style=flat-square)](https://pub.dartlang.org/packages/telegram_link)\n[![Pub Points](https://img.shields.io/pub/points/telegram_link)](https://pub.dev/packages/telegram_link/score)\n[![Pub Likes](https://img.shields.io/pub/likes/telegram_link)](https://pub.dev/packages/telegram_link/score)\n\n[![Package Issue](https://img.shields.io/github/issues/rickypid/telegram_link)](https://github.com/rickypid/telegram_link/issues)\n![Package License](https://img.shields.io/github/license/rickypid/telegram_link)\n\nsimple library for generating telegram links. It is possible to generate links with number or username.\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  telegram_link: \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 telegram_link\n\n```\n\nWith Flutter:\n\n```bash\nflutter pub add telegram_link\n\n```\n\n## Usage\n\n*Complete example [available here](https://github.com/rickypid/telegram_link/blob/master/example/telegram_link_example.dart).*\n\n```dart\nimport 'package:telegram_link/telegram_link.dart';\n\nconst phoneNumber = '+39 12345678';\nconst username = 'test_username';\n\nvoid main() {\n  print(TelegramLink(phoneNumber: phoneNumber).toString());\n  print(TelegramLink(username: username).toString());\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\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%2Ftelegram_link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frickypid%2Ftelegram_link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frickypid%2Ftelegram_link/lists"}