A port of Rails' ActiveSupport inflection library to Dart.
More...
A port of the Rails/ActiveSupport inflector library to Dart.
A simple usage example:
import 'package:inflection/inflection.dart' as infl; main() { print(infl.convertToSnakeCase("CamelCaseName")); }
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
Packages that depend on inflection
Back