Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azkadev/general
GENERAL Library For DART And FLUTTER
https://github.com/azkadev/general
ai app application azkadev dart flutter framework id indo indonesia library ml
Last synced: 3 days ago
JSON representation
GENERAL Library For DART And FLUTTER
- Host: GitHub
- URL: https://github.com/azkadev/general
- Owner: azkadev
- License: other
- Created: 2024-02-16T23:30:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T17:01:44.000Z (3 months ago)
- Last Synced: 2024-10-30T01:38:28.001Z (about 2 months ago)
- Topics: ai, app, application, azkadev, dart, flutter, framework, id, indo, indonesia, library, ml
- Language: C++
- Homepage:
- Size: 3.41 MB
- Stars: 304
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# General
General is a DART & Flutter library that allows you to access many things instantly
[![Pub Version](https://img.shields.io/pub/v/general?label=pub.dev&labelColor=333940&logo=dart)](https://pub.dev/packages/general)
## Creator and why this library was created
[AZKADEV](https://github.com/azkadev) **is the original creator of this library**, **library** This was made so he could **speed up development** on **various platform & cli** all at once easily, because I sometimes make it **bot / userbot / server** which allow **deploy on LOCAL DEVICE / HP** So that **library** This is made so that you can **access features** which is in each **device** such as **(camera, fingerprint, sms, mms)**
Creator Library
---
## 🔗️ Links
#### Docs / Tutorial / Example
1. [GITHUB DOCS](/docs/)
2. [Youtube](https://youtube.com/@azkadev)## 🌟️ Interesting thing
1. Cross Platform Notification
2. Cross Platform Playing / Main Media (Video & Audio)
3. Cross Platform Use Feature SMS / MMS / CONTACTS
4. Cross Platform Camera
5. Cross Platform Security (Fingerprint, Face Id)## How to use
This library is only made for the dart language, I don't have any plans yet, maybe if I have more energy/time/money I will make my own code language to be more efficient
- Dart
to use in darts you need typing
- CLI
```bash
dart pub add general
```
- IMPORT LIBRARY
```dart
import "package:general/core/core.dart";
```
- SCRIPT
```dart
// ignore_for_file: non_constant_identifier_names
import "package:general/core/core.dart";
void main(List args) async {
GeneralLibrary general_library = GeneralLibrary();
general_library.app_background;
}
```- Flutter
to use in Flutter you need typing
- CLI
```bash
flutter pub add general
```
- IMPORT LIBRARY
```dart
import "package:general/flutter/flutter.dart";
```
- SCRIPT
```dart
// ignore_for_file: non_constant_identifier_names
import "package:general/flutter/flutter.dart";
void main(List args) async {
GeneralFlutter general_library = GeneralFlutter();
general_library.app_background;
}
```### Full Install Flutter
```bash
flutter pub add general
```## ⚠️ Penting
- Even though most examples use Flutter / GeneralFlutter as a class, this library can be overwritten / used anywhere (CLI, web, app) so for example, if you create a CLI program but are trying to deploy it in a local app, you can use the one in Flutter.
- Please help this library continue to grow by starring / following my social media accounts / Donating / Sponsoring (this is the most influential)## Example Quickstart
```dart
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps
import "package:general/core/core.dart";void main(List args) async {
GeneralLibrary general_library = GeneralLibrary();
// app background initialized
await general_library.app_background.has_permissions;
await general_library.app_background.initialize(
notificationTitle: "App Name",
notificationMessage: "Applikasi berjalan",
);
await general_library.app_background.enable_background;// text to speech
await general_library.text_to_speech.initialized();
await general_library.text_to_speech.speak(text: "text");
// speech to text
await general_library.speech_to_text.has_permission;
await general_library.speech_to_text.initialized();
await general_library.speech_to_text.realtime_speech_to_text_word(
onResult: (result) {
print("result: ${result}");
},
);
}
```## ❔️ FAQS
- **Q:** Why should you use this library?
- **A:** We do not force you to use this library, but if you use this library it will be easy for you to develop because besides this library it is easy to read and manage, you can customize it as you wish.
- **Q:** Are there any important examples that require using this library?
- **A:** If you create a server / bot program, this is mandatory because you are deploying it in an app, you will have difficulty creating logs, with this library you can access various features in the app, for example your program has an error, you can use the text to speech feature, / example If you want to access the camera remotely, you can customize it yourself, but you need a little advanced coding skills, but you don't need to learn native, just learn Dart in this library.- **Q:** I made an image generator program but currently I don't know how to deploy flutter on a server, can I use this on a cellphone?
- **A:** Of course you can do many things using this library quite simply- **Q:** I want to get SMS messages on my cellphone but they have to be sent every time on Telegram. Is that possible?
- **A:** Yes you can use this library
## 📑️ Features
I can make more features from below, you just need to donate / sponsor on my github| NO | Nama | Deskripsi | ANDROID | IOS | LINUX | MACOS | WINDOWS | CLI | WEB | FUCHSIA |
|-----|----------------|-----------------------------------------------------------------|---------|-----|-------|-------|---------|-----|-----|---------|
| 1. | APP | Mengakses Banyak Hal Agar App Kamu semakin kompleks | | | | | | | | |
| 2. | APP Background | Minta Ijin background dengan mudah | | | | | | | | |
| 3. | Battery | Check battery kamu apakah sedang mengisi daya / tidak / level | | | | | | | | |
| 4. | Device | Check device kamu apakah jailbreak / root / emulator | | | | | | | | |
| 5. | Gamepad | Gunakan Gamepad Agar Kamu app kamu bisa lebih bagus | | | | | | | | |
| 6. | Notification | Kirim Notifikasi Lokal Dengan Mudah | | | | | | | | |
| 7 | Player | Putar Audi & Video Secara Mudah | | | | | | | | |
| 8. | Permisssion | Minta Ijin App Secara mudah | | | | | | | | |
| 9. | Sim Card | Baca Detail Sim Card | | | | | | | | |
| 10. | Sms | Baca, Kirim, Edit contact, Dan Mendapatkan Contact Dengan Mudah | | | | | | | | |
| 12. | Speech To Text | Hasilkan Text Dari Suara File / Live | | | | | | | | |
| 13. | Text To Speech | Hasilkan Suara Dari Text | | | | | | | | |## Contoh
| NO | Screenshot / Demo | Descripction | LINK | Open Source |
|----|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|------|-------------|
| 1 | | Sebuah Applikasi untuk menjalankan berbagai bot / userbot / ai dengan banyak fitur + bisa menjadi assistant pribadi + teman | | TIDAK |
| 2. | | Sebuah Applikasi Telegram Pihak 3 Dengan banyak fitur menarik | | TIDAK |
| 3. | | Sebuah applikasi dengan banyak fitur yang memungkinkan anda bisa berbisnis / bersenang senang / membeli jasa dengan mudah di 1 app / platform | | TIDAK |
Global Corporation![](https://raw.githubusercontent.com/globalcorporation/.github/main/.github/logo/global_corporation.png)
Welcome to Global Corporation profile!
**Global Corporation** Is a **leading company** that takes a leading role in **accelerating** and **maintaining** enterprise security.
With a sharp focus on innovation and technological excellence
**Global Corporation** providing effective proactive solutions to secure company operations and prevent potential adverse risks.
With a committed team of experts, advanced technology, and a holistic approach to corporate security, Global Corporation has become a benchmark for other companies that prioritize security and safety as a top priority in their business.
[![](https://raw.githubusercontent.com/globalcorporation/.github/main/.github/logo/powered.png)](https://www.youtube.com/@Global_Corporation)
## Application / Product / Project Official
Global App![](https://raw.githubusercontent.com/globalcorporation/.github/main/.github/logo/global_corporation.png)
Super Cross-platform application allows you to do social media / chat as well as a place for buying and selling businesses to find work
[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/global_app)
Global Bot App![](https://raw.githubusercontent.com/globalcorporation/.github/main/.github/logo/global_corporation.png)
Super cross-platform application allows you to handle lots of bots / userbots / AI for your assistants, making it easier for you in all your affairs
[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/global_bot_app)### Global Studio Developer
The cross-platform Studio Developer application allows you to code on various platforms
[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/global_bot_app)
Ads Gateway![](https://raw.githubusercontent.com/globalcorporation/.github/main/.github/logo/ads_gateway.png)
**Applikasi** Cross platform advertising allows you to advertise on various platforms easily
[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/coinlox)
Archivon![](https://raw.githubusercontent.com/globalcorporation/.github/main/.github/logo/archivon.png)
**Applikasi** Linux based operating system which will be released
[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/coinlox)
Coinlox![](https://raw.githubusercontent.com/globalcorporation/.github/main/.github/logo/coinlox.png)
**Applikasi** Cross Platform Wallet allows you to store money on the internet safely
[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/coinlox)
### Global Bot Telegram
Super Bot Telegram allows you to manage various chat groups / private / channels as well as a place to buy and sell the products we sell, you can buy this service from
IDR: 25k / bulan
$: 1,5 Dollar[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/global_bot_telegram)
### Global Userbot Telegram
Super Bot Telegram allows you to manage various chat groups / private / channels as well as a place to buy and sell the products we sell, you can buy this service from
IDR: 25k / bulan
$: 1,5 Dollar[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/global_userbot_telegram)
### Global Bot Whatsapp
Super Bot Telegram allows you to manage various chat groups / private / channels as well as a place to buy and sell the products we sell, you can buy this service from
IDR: 25k / bulan
$: 1,5 Dollar[![](https://cdn.dribbble.com/userupload/13133188/file/original-2331747061f15217a2f16cc3d665c5b6.jpg)](https://github.com/globalcorporation/global_bot_whatsapp)
## Social Media
Telegram
1. [Group Developer Global Public](https://t.me/DEVELOPER_GLOBAL_PUBLIC)
## Product / Services
1. **Clone Bot / Userbot**
Hi, do you want to have a bot / userbot with lots of features?.
- **Features**:
- **Repeat Message**
- **Manage Chat Private / Channel / Group**
- **Platform Support**:
- **Telegram**
- **Whatsapp**
- **Twitter**
- **Github**
- **Google**
1. **Products**
- **Black Products**
- **Group / Channel**
- **Nsfw**
- **Payment Gateway**
- **Paid Promote**
- **Pre Release / Beta**
- **Promo Cheap**
- **Source Code Bot / USerbot**
- **Trade**
2. **Services**
- **Developer**
- **Goal**
- **Partner**
- **Promote**
- **Recommendation**
- **Sortcut Cheat Sheet**
- **Terminate**
- **Upgrade**## How To Buy Services Or Products | Cara Beli Jasa Atau Products
- **Via Telegram Bot**
- **Englisth**
If you want to buy, you can use Telegram to automatically process the payment
(if the long process is not a **SCAM!!** it's possible that the **server is down** so the process could take longer. If in doubt, tap the report menu then fill in a complaint)- Open Bot: https://t.me/GLOBAL_CORP_ORG_BOT
- Fill in personal data / subscribe to the channel
- Tap Main menu select services / products
- Select Products / Services
- Make sure there are enough coins
- Fill in the required data- **Indonesia**
Jika kamu ingin membeli bisa lewat telegram automatis pembayaran hingga proses
(jika proses lama itu bukan **SCAM !!** kemungkinan **server down** jadi proses bisa lebih lama jika ragu tap menu report lalu isi keluhan)
- Buka Bot: https://t.me/GLOBAL_CORP_ORG_BOT
- Isi data pribadi / subscribe channel
- Tap Main menu pilih services / products
- Pilih Product / Services
- Pastikan coin mencukupi
- Isi data yang di butuhkan- **Via Telegram USER**
- Buka: https://t.me/general_user
- Ucapin apapun yang kamu butuh jasa dev / apapun
Video Tutorial
[![Watch the video](https://img.youtube.com/vi/TY0Y21C6asM/maxresdefault.jpg)](https://www.youtube.com/watch?v=TY0Y21C6asM)- **Lewat App**
- **English**
If you want to see a product/service with a full demo, you can buy it via the app
- **Indonesia**
jika kamu ingin melihat product / jasa dengan full demo kamu bisa beli lewat app
## 📺 Latest YouTube Videos
[![Userbot LIFE TIME Subsription Telegram Murah Unlimited Akun Ultra FAST | Global Corporation](https://ytcards.demolab.com/?id=LfNt8A2fCLQ&title=Userbot+LIFE+TIME+Subsription+Telegram+Murah+Unlimited+Akun+Ultra+FAST+%7C+Global+Corporation&lang=id×tamp=1712129787&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&max_title_lines=1&width=250&border_radius=5 "Userbot LIFE TIME Subsription Telegram Murah Unlimited Akun Ultra FAST | Global Corporation")](https://www.youtube.com/watch?v=LfNt8A2fCLQ)
[![Tolong 😭 Siapapun beli satu jasa aku ntr aku kasih harga seiklasnya / ada yang mau donasi | GLOBAL](https://ytcards.demolab.com/?id=BFl2AT_pdOw&title=Tolong+%F0%9F%98%AD+Siapapun+beli+satu+jasa+aku+ntr+aku+kasih+harga+seiklasnya+%2F+ada+yang+mau+donasi+%7C+GLOBAL&lang=id×tamp=1710988807&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&max_title_lines=1&width=250&border_radius=5 "Tolong 😭 Siapapun beli satu jasa aku ntr aku kasih harga seiklasnya / ada yang mau donasi | GLOBAL")](https://www.youtube.com/watch?v=BFl2AT_pdOw)
[![Cara beli ai telegram versi bot dan cara pakai| Global Corporation](https://ytcards.demolab.com/?id=7LZhoklvS9A&title=Cara+beli+ai+telegram+versi+bot+dan+cara+pakai%7C+Global+Corporation&lang=id×tamp=1710937415&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&max_title_lines=1&width=250&border_radius=5 "Cara beli ai telegram versi bot dan cara pakai| Global Corporation")](https://www.youtube.com/watch?v=7LZhoklvS9A)
[![Ai Userbot Telegram Demo Cara Pakai Dan Beli | Global Corporation](https://ytcards.demolab.com/?id=4mAZ6EgAhUo&title=Ai+Userbot+Telegram+Demo+Cara+Pakai+Dan+Beli+%7C+Global+Corporation&lang=id×tamp=1710936251&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&max_title_lines=1&width=250&border_radius=5 "Ai Userbot Telegram Demo Cara Pakai Dan Beli | Global Corporation")](https://www.youtube.com/watch?v=4mAZ6EgAhUo)
[![CARA BELI USERBOT TELEGRAM CLOUD | Global Corporation](https://ytcards.demolab.com/?id=uiDJwK9r3Cg&title=CARA+BELI+USERBOT+TELEGRAM+CLOUD++%7C+Global+Corporation&lang=id×tamp=1710900440&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&max_title_lines=1&width=250&border_radius=5 "CARA BELI USERBOT TELEGRAM CLOUD | Global Corporation")](https://www.youtube.com/watch?v=uiDJwK9r3Cg)
[![Cara Top Up Automatis Menggunakan Payment Gateway Di GLOBAL BOT APP](https://ytcards.demolab.com/?id=ADqzS5ORJsU&title=Cara+Top+Up+Automatis+Menggunakan+Payment+Gateway+Di+GLOBAL+BOT+APP&lang=id×tamp=1710721879&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&max_title_lines=1&width=250&border_radius=5 "Cara Top Up Automatis Menggunakan Payment Gateway Di GLOBAL BOT APP")](https://www.youtube.com/watch?v=ADqzS5ORJsU)