Switch Script
Donate
ID: Jika Anda Menyukai karya saya dan ingin memberikan dana untuk saya membeli beberapa snack silahkan donasi seberapapun itu akan saya terima dan terima kasih banyak ya.
EN: If you like my work and want to give me funds to buy some snacks, please donate any amount I will accept and thank you very much.
Framework
ID: Project ini Menggunakan beberapa bahasa framework sebagai berikut.
EN: This project uses several framework as follows.
Language Code
ID: Project ini Menggunakan beberapa bahasa code program sebagai berikut.
EN: This project uses several programming language languages as follows.
Introduction
ID: switchscript adalah library untuk memudahkan dalam devlopment di dart dengan tambahan syntax dan beberapa method yang telah di rubah agar lebih mudah di pakai.
EN: switchscript is a library to make it easier to develop on darts with additional syntax and some methods that have been changed to make it easier to use.
Use This Library
ID: untuk anda yang ingin mencoba menggunakan source code ini, silahkan ikuti step berikut ini :
EN: for those of you who want to try to using this source code, please follow these steps :
Documentations
Install Library
flutter pub add switchscript
Quickstart
import 'package:switchscript/switchscript.dart';
void main() async {
var option = {
"method": "get",
};
var fetch = await UrlFetchApp.fetch(
"https://jsonplaceholder.typicode.com/posts", option);
console.log(fetch.body);
console.log("hallo".toBoolean);
console.log({}.isType);
console.log("hallo gays".encode.Base64);
}
Contribution
The project has a separate contribution file. Please adhere to the steps listed in the separate contributions file
Contact
You can reach me on Telegram