Last updated:
0 purchases
script1
Script1 language: system library #
This package is the system library for script1 language
Features #
console
array
base
datetime
fs
hash
json
math
regexp
str
type
Getting started #
import 'package:script1/script1.dart';
copied to clipboard
Usage #
A hello example.
import 'package:script1/script1.dart';
void main() {
log('hello');
}
copied to clipboard
Additional information #
For more information, visit https://github.com/script-one/script1.git .
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.