lindle 1.0.1 copy "lindle: ^1.0.1" to clipboard
lindle: ^1.0.1 copied to clipboard

Flutter library for Lindle API

Lindle Flutter #

Lindle is your ultimate solution for managing and organizing your web links with ease. This versatile Chrome extension empowers you to save, categorize, and access your online resources like never before.

Buy Me A Coffee Google Play Chrome Store

API Documentation #

The API Documentation for Lindle.

Installation #

flutter pub add lindle
copied to clipboard

Getting Started #

Get your Lindle API key from Chrome Extension.
[Chrome Extension]

const apiKey = "Your key here...";
const lindle = Lindle(apiKey:apiKey);
copied to clipboard
lindle.getLinks().then((links) => {
    console.log(links);
});
copied to clipboard

Get Folders #

lindle.getFolders().then((folders) => {
    console.log(folders);
});
copied to clipboard

Get Synced Bookmarks #

lindle.getSyncedBookmarks().then((data) => {
    console.log(data.folders);
    console.log(data.links);
});
copied to clipboard
1
likes
130
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

Flutter library for Lindle API

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, http

More

Packages that depend on lindle