{"id":15857130,"url":"https://github.com/hadesptit/flutter_url_shortener","last_synced_at":"2025-08-02T04:39:52.651Z","repository":{"id":56830450,"uuid":"413115964","full_name":"HadesPTIT/flutter_url_shortener","owner":"HadesPTIT","description":"🍁🍁🍁 URL shortener built with Flutter using Bitly API service","archived":false,"fork":false,"pushed_at":"2021-10-18T20:52:08.000Z","size":69,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-27T04:24:15.543Z","etag":null,"topics":["bitly","bitly-v4","flutter","flutter-library","pubdev","url-shortener"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_url_shortener","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HadesPTIT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-03T15:23:27.000Z","updated_at":"2024-04-19T03:11:08.000Z","dependencies_parsed_at":"2022-09-09T17:11:26.212Z","dependency_job_id":null,"html_url":"https://github.com/HadesPTIT/flutter_url_shortener","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadesPTIT%2Fflutter_url_shortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadesPTIT%2Fflutter_url_shortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadesPTIT%2Fflutter_url_shortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadesPTIT%2Fflutter_url_shortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HadesPTIT","download_url":"https://codeload.github.com/HadesPTIT/flutter_url_shortener/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801600,"owners_count":20350105,"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":["bitly","bitly-v4","flutter","flutter-library","pubdev","url-shortener"],"created_at":"2024-10-05T20:20:50.246Z","updated_at":"2025-03-15T22:31:07.230Z","avatar_url":"https://github.com/HadesPTIT.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_url_shortener\n\nA URL shortener built with Flutter using [Bitly API service](https://dev.bitly.com/api-reference)\n\n## Getting Started \n\nFirst, you need to register account and get token from [here](https://bitly.com/)\n\n* Converts a long url to a Bitlink.\n* Converts a long url to a Bitlink and sets additional parameters.\n\n### Example\n\n\u003e Converts a long url to a Bitlink and sets additional parameters.\n\n~~~dart\ntry {\n      FShort.instance\n          .generateShortenURL(longUrl: 'https://www.google.com.vn/')\n          .then((value) {\n        setState(() {\n          _shortenURL = value.link;\n        });\n      });\n    } on BitlyException catch (e) {\n      // TODO\n    } on Exception catch (e) {\n      // TODO\n    }\n~~~\n\n\u003e Converts a long url to a Bitlink.\n\n~~~dart\ntry {\n      FShort.instance\n          .createBitLink(\n              params: BitlyParams(\n        longUrl: \"https://dev.bitly.com\",\n        domain: 'bit.ly',\n        tags: ['ver1.1', 'ver1.2'],\n        deeplinks: [\n          DeeplinkParams(\n            appId: 'com.hades.test',\n            appUriPath: '/store?id=123456',\n            installUrl:\n                'https://play.google.com/store/apps/details?id=com.hades.test\u0026hl=en_US',\n            installType: 'promote_install',\n          ),\n        ],\n      ))\n          .then((value) {\n        setState(() {\n          _customURL = value.link;\n        });\n      });\n    } on BitlyException catch (e) {\n      // TODO\n    } on Exception catch (e) {\n      // TODO\n    }\n~~~","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadesptit%2Fflutter_url_shortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadesptit%2Fflutter_url_shortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadesptit%2Fflutter_url_shortener/lists"}