doodstream 0.0.0 copy "doodstream: ^0.0.0" to clipboard
doodstream: ^0.0.0 copied to clipboard

Doodstream Library for interact with system Api

Doodstream Client #

Doodstream Client this open source project is free

Demo #

📚ī¸ Docs #

  1. Documentation
  2. Youtube
  3. Telegram Support Group
  4. Contact Developer (check social media or readme profile github)

🔖ī¸ Features #

  1. 📱ī¸ Cross Platform support (Device, Edge Severless functions)
  2. 📜ī¸ Standarization Style Code
  3. ⌨ī¸ Cli (Terminal for help you use this library or create project)
  4. đŸ”Ĩī¸ Api (If you developer bot / userbot you can use this library without interact cli just add library and use 🚀ī¸)
  5. 🧩ī¸ Customizable Extension (if you want add extension so you can more speed up on development)
  6. ✨ī¸ 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 #

  1. Dart
dart pub add doodstream
  • from github
dart pub add doodstream

🚀ī¸ Quick Start #

Example Quickstart script minimal for insight you or make you use this library because very simple

import 'package:doodstream/doodstream.dart';
import 'package:general_lib/extension/dynamic.dart';
void main(List<String> args) async {
  String api_key = "";
  Doodstream doodstreamClient = Doodstream(api_key: api_key);
  Map res = await doodstreamClient.getMe();
  res.printPretty();
}
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

Doodstream Library for interact with system Api

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

general_lib, http, path

More

Packages that depend on doodstream