sol_types 0.1.1
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_typesWith Flutter:
$ flutter pub add sol_typesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sol_types: ^0.1.1Alternatively, 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';