general

general

多功能跨平台Dart和Flutter开发库

General是一款功能丰富的Dart和Flutter开发库,支持跨平台通知、媒体播放、短信、相机和生物识别等多种功能。该库适用于CLI、服务器和移动应用等多种场景,为开发者提供了极大的灵活性,有效加速了跨平台开发进程。

GeneralFlutter跨平台开发工具功能库Github开源项目

General

General is a DART & Flutter library that allows you to access many things instantly

Pub Version

Creator and why this library was created

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)

<!-- global first --> <h3 align="center"> Creator Library <img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="28"> </h3> <!-- Typing SVG by azkadev - https://github.com/azkadev/readme-typing-svg --> <p align="center"> <a href="https://github.com/azkadev"> <img src="https://telegra.ph/file/e90bdeab8390b8c0d9df2.png" alt="Specta" width="312" height="312"> </a> </p> <!-- Social icons section --> <p align="center"> <a href="https://youtube.com/@azkadev">   <img alt="youtube" title="Follow me on Youtube" src="https://img.shields.io/badge/Youtube-%23E4405F.svg?&style=for-the-badge&logo=youtube&logoColor=white"/> </a> <a href="https://t.me/azkadevbot?star=ref_readme_general_library">   <img alt="telegram" title="Follow me on Telegram" src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)"/> </a> <a href="https://youtube.com/@azkadev">   <img alt="Website" title="Follow me on Web" src="https://img.shields.io/badge/Website-%23E4405F.svg?&style=for-the-badge&logo=firefox&logoColor=white"/> </a> </p> <p align="center"> <a href="https://www.youtube.com/@azkadev?sub_confirmation=1"> <img alt="youtube subscribers" title="Subscribe to my YouTube channel" src="https://custom-icon-badges.demolab.com/youtube/channel/subscribers/UC928-F8HenjZD1zNdMY42vA?color=%23E05D44&label=SUBSCRIBE&logo=video&logoColor=white&style=for-the-badge&labelColor=CE4630"/></a> <a href="https://www.youtube.com/@azkadev"> <img alt="youtube views" title="YouTube views" src="https://custom-icon-badges.demolab.com/youtube/channel/views/UC928-F8HenjZD1zNdMY42vA?color=%23E1AD0E&logo=video&logoColor=white&style=for-the-badge&labelColor=C79600"/></a> <a href="https://github.com/azkadev?tab=repositories&sort=stargazers"> <img alt="total stars" title="Total stars on GitHub" src="https://custom-icon-badges.demolab.com/github/stars/azkadev?color=55960c&style=for-the-badge&labelColor=488207&logo=star"/></a> <a href="https://github.com/azkadev?tab=followers"> <img alt="followers" title="Follow me on Github" src="https://custom-icon-badges.demolab.com/github/followers/azkadev?color=236ad3&labelColor=1155ba&style=for-the-badge&logo=person-add&label=Follow&logoColor=white"/></a> </p>

🔗️ Links

Docs / Tutorial / Example

  1. GITHUB DOCS
  2. Youtube
<!-- global finished -->

🌟️ 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
      dart pub add general
    • IMPORT LIBRARY
      import "package:general/core/core.dart";
    • SCRIPT
      // ignore_for_file: non_constant_identifier_names import "package:general/core/core.dart"; void main(List<String> args) async { GeneralLibrary general_library = GeneralLibrary(); general_library.app_background; }
  • Flutter to use in Flutter you need typing

    • CLI
      flutter pub add general
    • IMPORT LIBRARY
      import "package:general/flutter/flutter.dart";
    • SCRIPT
      // ignore_for_file: non_constant_identifier_names import "package:general/flutter/flutter.dart"; void main(List<String> args) async { GeneralFlutter general_library = GeneralFlutter(); general_library.app_background; }

Full Install Flutter

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

// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps import "package:general/core/core.dart"; void main(List<String> 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

NONamaDeskripsiANDROIDIOSLINUXMACOSWINDOWSCLIWEBFUCHSIA
1.APPMengakses Banyak Hal Agar App Kamu semakin kompleks
2.APP BackgroundMinta Ijin background dengan mudah
3.BatteryCheck battery kamu apakah sedang mengisi daya / tidak / level
4.DeviceCheck device kamu apakah jailbreak / root / emulator
5.GamepadGunakan Gamepad Agar Kamu app kamu bisa lebih bagus
6.NotificationKirim Notifikasi Lokal Dengan Mudah
7PlayerPutar Audi & Video Secara Mudah
8.PermisssionMinta Ijin App Secara mudah
9.Sim CardBaca Detail Sim Card
10.SmsBaca, Kirim, Edit contact, Dan Mendapatkan Contact Dengan Mudah
12.Speech To TextHasilkan Text Dari Suara File / Live
13.Text To SpeechHasilkan Suara Dari Text

Contoh

NOScreenshot / DemoDescripctionLINKOpen Source
1Sebuah Applikasi untuk menjalankan berbagai bot / userbot / ai dengan banyak fitur + bisa menjadi assistant pribadi + temanTIDAK
2.Sebuah Applikasi Telegram Pihak 3 Dengan banyak fitur menarikTIDAK
3.Sebuah applikasi dengan banyak fitur yang memungkinkan anda bisa berbisnis / bersenang senang / membeli jasa dengan mudah di 1 app / platformTIDAK
<!-- START GLOBAL CORPORATION --> <h3 align="center"> Global Corporation

</h3> <h3 align="center"> Welcome to Global Corporation profile!  <img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="28"> </h3> <!-- Social icons section --> <p align="center"> <a href="https://www.instagram.com/global__corporation/"><img width="32px" alt="Instagram" title="Telegram" src="https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png"/></a> &#8287;&#8287;&#8287;&#8287;&#8287; <a href="https://t.me/GLOBAL_CORPORATION_ORG"><img width="32px" alt="Twitter" title="Telegram" src="https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg"/></a> &#8287;&#8287;&#8287;&#8287;&#8287; <a href="https://twitter.com/global_corp_org"><img width="32px" alt="Twitter" title="Twitter" src="https://upload.wikimedia.org/wikipedia/commons/6/6f/Logo_of_Twitter.svg"/></a> &#8287;&#8287;&#8287;&#8287;&#8287; <a href="https://www.youtube.com/@global_Corporation"><img width="32px" alt="Youtube" title="Youtube" src="https://upload.wikimedia.org/wikipedia/commons/e/ef/Youtube_logo.png"/></a> &#8287;&#8287;&#8287;&#8287;&#8287; </p>

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.

Application / Product / Project Official

<h3 align="center"> Global App

</h3>

Super Cross-platform application allows you to do social media / chat as well as a place for buying and selling businesses to find work

<h3 align="center"> Global Bot App

</h3>

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

Global Studio Developer

The cross-platform Studio Developer application allows you to code on various platforms

<h3 align="center"> Ads Gateway

</h3>

Applikasi Cross platform advertising allows you to advertise on various platforms easily

<h3 align="center"> Archivon

</h3>

Applikasi Linux based operating system which will be released

<h3 align="center"> Coinlox

</h3>

Applikasi Cross Platform Wallet allows you to store money on the internet safely

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

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

编辑推荐精选

音述AI

音述AI

全球首个AI音乐社区

音述AI是全球首个AI音乐社区,致力让每个人都能用音乐表达自我。音述AI提供零门槛AI创作工具,独创GETI法则帮助用户精准定义音乐风格,AI润色功能支持自动优化作品质感。音述AI支持交流讨论、二次创作与价值变现。针对中文用户的语言习惯与文化背景进行专门优化,支持国风融合、C-pop等本土音乐标签,让技术更好地承载人文表达。

QoderWork

QoderWork

阿里Qoder团队推出的桌面端AI智能体

QoderWork 是阿里推出的本地优先桌面 AI 智能体,适配 macOS14+/Windows10+,以自然语言交互实现文件管理、数据分析、AI 视觉生成、浏览器自动化等办公任务,自主拆解执行复杂工作流,数据本地运行零上传,技能市场可无限扩展,是高效的 Agentic 生产力办公助手。

lynote.ai

lynote.ai

一站式搞定所有学习需求

不再被海量信息淹没,开始真正理解知识。Lynote 可摘要 YouTube 视频、PDF、文章等内容。即时创建笔记,检测 AI 内容并下载资料,将您的学习效率提升 10 倍。

AniShort

AniShort

为AI短剧协作而生

专为AI短剧协作而生的AniShort正式发布,深度重构AI短剧全流程生产模式,整合创意策划、制作执行、实时协作、在线审片、资产复用等全链路功能,独创无限画布、双轨并行工业化工作流与Ani智能体助手,集成多款主流AI大模型,破解素材零散、版本混乱、沟通低效等行业痛点,助力3人团队效率提升800%,打造标准化、可追溯的AI短剧量产体系,是AI短剧团队协同创作、提升制作效率的核心工具。

seedancetwo2.0

seedancetwo2.0

能听懂你表达的视频模型

Seedance two是基于seedance2.0的中国大模型,支持图像、视频、音频、文本四种模态输入,表达方式更丰富,生成也更可控。

nano-banana纳米香蕉中文站

nano-banana纳米香蕉中文站

国内直接访问,限时3折

输入简单文字,生成想要的图片,纳米香蕉中文站基于 Google 模型的 AI 图片生成网站,支持文字生图、图生图。官网价格限时3折活动

扣子-AI办公

扣子-AI办公

职场AI,就用扣子

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

堆友

堆友

多风格AI绘画神器

堆友平台由阿里巴巴设计团队创建,作为一款AI驱动的设计工具,专为设计师提供一站式增长服务。功能覆盖海量3D素材、AI绘画、实时渲染以及专业抠图,显著提升设计品质和效率。平台不仅提供工具,还是一个促进创意交流和个人发展的空间,界面友好,适合所有级别的设计师和创意工作者。

图像生成AI工具AI反应堆AI工具箱AI绘画GOAI艺术字堆友相机AI图像热门
码上飞

码上飞

零代码AI应用开发平台

零代码AI应用开发平台,用户只需一句话简单描述需求,AI能自动生成小程序、APP或H5网页应用,无需编写代码。

Vora

Vora

免费创建高清无水印Sora视频

Vora是一个免费创建高清无水印Sora视频的AI工具

下拉加载更多