sql_recase 0.2.0 copy "sql_recase: ^0.2.0" to clipboard
sql_recase: ^0.2.0 copied to clipboard

outdated

Transforms map keys in camelCase or snake_case

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sql_recase

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

dependencies:
  sql_recase: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:sql_recase/sql_recase.dart';
0
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Transforms map keys in camelCase or snake_case

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

recase

More

Packages that depend on sql_recase