doodstream_client

Creator: coderz1093

Last updated:

0 purchases

doodstream_client Image
doodstream_client Images

Languages

Categories

Add to Cart

Description:

doodstream client

Doodstream Client #
Doodstream Client this open source project is free
Demo #
📚ī¸ Docs #

Documentation
Youtube
Telegram Support Group
Contact Developer (check social media or readme profile github)

🔖ī¸ Features #

✅ 📱ī¸ Cross Platform support (Device, Edge Severless functions)
✅ 📜ī¸ Standarization Style Code
✅ ⌨ī¸ Cli (Terminal for help you use this library or create project)
✅ đŸ”Ĩī¸ Api (If you developer bot / userbot you can use this library without interact cli just add library and use 🚀ī¸)
✅ 🧩ī¸ Customizable Extension (if you want add extension so you can more speed up on development)
✅ ✨ī¸ Pretty Information (user friendly for newbie)

❔ī¸ Fun Fact #
This library 100% use on every my create project (App, Server, Bot, Userbot)
📈ī¸ Proggres #

2024-06-03
Starting Release Stable With core Features

đŸ“Ĩī¸ Install Library #

Dart

dart pub add doodstream_client
copied to clipboard

from github

dart pub add doodstream_client
copied to clipboard
🚀ī¸ Quick Start #
Example Quickstart script minimal for insight you or make you use this library because very simple
import 'package:doodstream_client/doodstream_client.dart';
import 'package:general_lib/extension/dynamic.dart';
void main(List<String> args) async {
String api_key = "";
DoodstreamClient doodstreamClient = DoodstreamClient(api_key: api_key);
Map res = await doodstreamClient.getMe();
res.printPretty();
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.