sol_types 0.1.1 copy "sol_types: ^0.1.1" to clipboard
sol_types: ^0.1.1 copied to clipboard

Solidity type system for the sol_pkgs compiler. Defines the runtime type lattice, implicit/explicit conversions, and mutability.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sol_types

With Flutter:

 $ flutter pub add sol_types

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sol_types: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sol_types/sol_types.dart';
0
likes
150
points
107
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Solidity type system for the sol_pkgs compiler. Defines the runtime type lattice, implicit/explicit conversions, and mutability.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

sol_support

More

Packages that depend on sol_types