json_to_floor_entity 1.1.2 copy "json_to_floor_entity: ^1.1.2" to clipboard
json_to_floor_entity: ^1.1.2 copied to clipboard

Generate Floor (a flutter plugin provides a neat SQLite abstraction like Room) entities class and DAO class from Json file.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_to_floor_entity

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

dependencies:
  json_to_floor_entity: ^1.1.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:json_to_floor_entity/json_to_floor_entity.dart';
5
likes
70
pub points
56%
popularity

Publisher

unverified uploader

Generate Floor (a flutter plugin provides a neat SQLite abstraction like Room) entities class and DAO class from Json file.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, logging, path

More

Packages that depend on json_to_floor_entity