Skip to content

fluidic/symbol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symbol

A set of Symbol utilities for Dart.

Usage

A simple usage example:

import 'package:symbol/symbol.dart';

main() {
  Symbol s = makeSymbol(prefix: 'foo');
  print(s); // prints 'foo0'
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A set of Symbol utilities for Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages