flutter_shortener library

A Library for generating short links.

It provides methods to generate/update short links from multiple providers. To work with Bit.ly links use class "BitLyShortener".

Classes

BitLinkParameters
BitLinkParameters class to create a bitlink. it hold all the data to create a Custom bitlink. Read official documentation to know more about BitLinks.
BitLyLinkData
BitLyLinkData class that hold all the metadata of the link shortened. an instance of the class will be returned after each successful request to bit.ly apis containing all the metadata send by the api
BitLyShortener
class to work with bit.ly links
ShorteStLinkData
shorte.st link data class
ShorteStShortener
shorte.st link shortener class. shorte.st only provide just one api to work with short links.
TinyUrlException
TinyUrlException-- thrown on each unsuccessful request to tinyurl api
TinyUrlLinkData
TinyUrlLinkData class that hold all the metadata of the link shortened. an instance of the class will be returned after each successful request to tinyurl apis containing all the data send by the api
TinyUrlShortener
class to work with TinyUrl links

Exceptions / Errors

BitLyException
BitLyException-- thrown on each unsuccessful request to bit.ly api