pappes_utility

Last updated:

0 purchases

pappes_utility Image
pappes_utility Images
Add to Cart

Description:

pappes utility

pappes_utility #
A library for Pappes. Others may find it useful.
Usage #
A simple usage example:
import 'package:pappes_utility/pappes_utility.dart';

main() {
Map values = {'a': 1, 'b': 'abc"def'};
final csv = mapToCSV(values); // will return "1","abc""def"

RamCache.remember('MyKey', x);
print(RamCache.recall('MyKey'));
RamCache.forget('MyKey');
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.