switchscript 0.0.3 copy "switchscript: ^0.0.3" to clipboard
switchscript: ^0.0.3 copied to clipboard

Official Switch Script library syntax for dart.

Switch Script #



Custom badge Custom badge Custom badge Custom badge Custom badge Custom badge

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.

Github-sponsors-Badge Paypal-Badge

Framework #

ID: Project ini Menggunakan beberapa bahasa framework sebagai berikut.

EN: This project uses several framework as follows.

Custom badge

Language Code #

ID: Project ini Menggunakan beberapa bahasa code program sebagai berikut.

EN: This project uses several programming language languages as follows.

Dart-Badge

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

License #

Licence

0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

Official Switch Script library syntax for dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on switchscript