A Dart library to make Rubika bots

Related tags

Templates rubika
Overview

Features

This library developed for making rubika bots in dart language you can get messages messages updates and send messages and...

Getting started

First import the library

import 'package:rubika/rubika.dart' as rubika;

Then make an instance from library

rubika.client Bot = new rubika.client("Your Auth");

Using Rubika methods

now you can use Rubika methods in your app for example

await Bot.sendMessage("Hello Dart", "Target");

Using crypto methods

To decode and encode Data's of Rubika you can use these Static methods

print(rubika.encryption.decode("Data", "Auth"));

and

print(rubika.encryption.encode("Data", "Auth"));

Additional information

This library has not developed completly yet and its developing right now :)
if you have any questions you can contact me in this messangers
Rubika : @TheColonel
Telegram : @KhodeColonel

You might also like...

Learn to make beautiful, native apps for Android & iOS

Learn to make beautiful, native apps for Android & iOS

name title subtitle description speaker flutter Flutter Learn to make beautiful, native apps for Android & iOS Flutter is a cross-platform, mobile dev

Nov 4, 2019

Make localizing hard-coded strings fun!

Make localizing hard-coded strings fun!

Flutter Localizer IntelliJ Plugin IntelliJ Plugin to ease the process of localizing hard coded strings in Flutter projects Installation The plugin is

Feb 25, 2022

A package help you to make api call and handle error faster, also you can check for internet before call api.

http_solver ##not for production use, only for learning purpose. A package help you to make api call and handle error faster, also you can check for i

Jun 18, 2020

Make something epic.

epics A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Sep 2, 2022

An e-hentai/exhentai app make on flutter

An e-hentai/exhentai app make on flutter

FEhViewer English | 简体中文 Introduction An Unofficial e-hentai app make on flutter 🔍 Translations Wanted 🔍 Please submit a pull request if you want to

Jan 4, 2023

A collection of templates to make new Flutter components using the Mason build tool.

Mason Flutter Templates A collection of templates to make new Flutter components using the Mason build tool. Setup in Project To use these templates i

Jun 21, 2022

Create a platform for visually challenged individuals to make use of their smart phones

Create a platform for visually challenged individuals to make use of their smart phones

Lights A project aiming to create a platform for visually challenged individuals

Mar 22, 2022

Flutter-Week-Plans - Make Flutter Weekly plans with workout plans acc. to your choice.

Flutter-Week-Plans - Make Flutter Weekly plans with workout plans acc. to your choice.

Getting Started Flutter-Plans in a Workout Gym App with weekly added favourite plans. Images and Gif are taken randomly from Internet and are not arra

Jan 3, 2022

A collection of Flutter Widgets that make multi screen user experiences easy to build

A collection of Flutter Widgets that make multi screen user experiences easy to build

Multi Screen Layout for Flutter A collection of Widgets that make multi screen user experiences easy to build Supported Devices Surface Duo Surface Du

Dec 1, 2022
Owner
Saleh
Young newbie programmer ;)
Saleh
App HTTP Client is a wrapper around the HTTP library Dio to make network requests and error handling simpler, more predictable, and less verbose.

App HTTP Client App HTTP Client is a wrapper around the HTTP library Dio to make network requests and error handling simpler, more predictable, and le

Joanna May 44 Nov 1, 2022
Addons to supabase dart (and Flutter), to make development easier.

supabase_addons Make great apps with a great backend! Supabase is an open source Firebase alternative. It has support for auth, database and storage u

Bruno D'Luka 20 Dec 3, 2022
A middleware library for Dart's http library.

http_middleware A middleware library for Dart http library. Getting Started http_middleware is a module that lets you build middleware for Dart's http

TED Consulting 38 Oct 23, 2021
This library provides the easiest and powerful Dart/Flutter library for Mastodon API 🎯

The Easiest and Powerful Dart/Flutter Library for Mastodon API ?? 1. Guide ?? 1.1. Features ?? 1.2. Getting Started ⚡ 1.2.1. Install Library 1.2.2. Im

Mastodon.dart 55 Jul 27, 2023
A wrapper around Navigator 2.0 and Router/Pages to make their use a easier.

APS Navigator - App Pagination System This library is just a wrapper around Navigator 2.0 and Router/Pages API that tries to make their use easier: ??

Guilherme Silva 14 Oct 17, 2022
🚗 Apple CarPlay for Flutter Apps. Aims to make it safe to use apps made with Flutter in the car by integrating with CarPlay.

CarPlay with Flutter ?? Flutter Apps now on Apple CarPlay! flutter_carplay aims to make it safe to use iPhone apps made with Flutter in the car by int

Oğuzhan Atalay 156 Dec 26, 2022
Powerful, helpfull, extensible and highly customizable API's that wrap http client to make communication easier with Axelor server with boilerplate code free.

flutter_axelor_sdk Powerful, helpful, extensible and highly customizable API's that wrap http client to make communication easier with Axelor server w

Abd al-Rahman al-Ktefane 5 Dec 25, 2022
A platform to make your social media experience more safe

cyber_watch A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Waleed Umar 0 Feb 25, 2022
Additional alignments to help make your layouts more readable (TopLeft, TopRight, etc)

extra alignments Why should Center get all the love? This package adds additional alignments to help make your layouts more readable. The full set inc

gskinner team 13 Jan 6, 2023
The Simplest way to Authenticate and make Rest API calls in .Net

Simple Auth Every API needs authentication, yet no developer wants to deal with authentication. Simple Auth embeds authentication into the API so you

James Clancey 166 Dec 22, 2022