Skip to content

Generating serializable models

Valdio Veliu edited this page Mar 29, 2020 · 1 revision

Generating serializable models

  1. Create the model following the example of the json_serializable package.
  2. Run scripts to the project folder.
    flutter pub run build_runner build

If there are conflicts with the build run the following:

    flutter pub run build_runner build --delete-conflicting-outputs
Clone this wiki locally