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

A set of functions used to transform map keys in camelCase or snake_case. Please take a look at dart_mssql package for a usage example

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.2

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
30
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A set of functions used to transform map keys in camelCase or snake_case. Please take a look at dart_mssql package for a usage example

Homepage
Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

recase

More

Packages that depend on sql_recase