Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter. Learn more β
Json_serializable.dart Alternatives
Similar projects and alternatives to json_serializable.dart
-
-
Shorebird
Shorebird - Patch in minutes not days. Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter.
-
-
-
-
-
riverpod
A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
-
freezed
Code generation for immutable classes that has a simple syntax/API without compromising on the features.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
fpdart
Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
-
-
-
flutter_dynamic_forms
A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
-
-
full_stack_todo_dart
A full-stack to-do app written in Flutter and dart_frog, using a mono repository and driven by melos.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
json_serializable.dart discussion
json_serializable.dart reviews and mentions
- μλλ‘μ΄λ κ°λ°μκ° λΉ λ₯΄κ² μ μ©ν μ μλ Flutter νλ‘μ νΈ κ΅¬μ±
-
I feel like I made a mistake investing professionally into Flutter
If you really want to write it yourself, sure. This code is very easily automatically generated.
https://pub.dev/packages/json_serializable
-
Dart 3.0: Best New Features & Why You Should Care
Serializing and deserializing json is easy thanks to the json_serializable integration. Makes it impossible to make mistakes like you would normally when working with dynamic values and strings.
- The state of cross-platform app development
-
π Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 3
We will now create a new file called build.yaml in the failures directory and add the following code. This will change the behaviour of the json_serializable so that it generates JSON keys in snake_case.
-
π Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 2
Once the package has been created, we will install freezed for JSON serialization and value equality , as this library provides helpful tools for these tasks. We will use json_serializable for JSON serialization. To install freezed and freezed_annotation, open your terminal inside the models package and use the command:
- How do you deal with serialization?
-
Source code generation in Flutter & Dart (Part 1): Reflection and code gen
However, we cannot do this kind of JSON de-serialization in Flutter. Without reflection, we need to consider other approaches for these same tasks. For instance, the package json_serializable uses source code generation for decorating classes with methods to serialize and de-serialize JSON strings.
-
How to create a custom plugin in Flutter with Pigeon
We could work around having to introduce parsing logic by using a package such as json_serializable to parse data to and from JSON to save ourselves some time. However, you'd need to make sure the native platforms are returning the data in the exact format you are expecting, and vice versa. Otherwise the parsing will fail.
-
Some useful packages
json_serializable - Provides Dart Build System builders for handling JSON.
-
A note from our sponsor - Shorebird
shorebird.dev | 12 Aug 2026
Stats
google/json_serializable.dart is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of json_serializable.dart is Dart.
Popular Comparisons
- json_serializable.dart VS freezed
- json_serializable.dart VS quicktype
- json_serializable.dart VS build
- json_serializable.dart VS flutter_dynamic_forms
- json_serializable.dart VS flutter-roadmap
- json_serializable.dart VS built_value.dart
- json_serializable.dart VS build_version
- json_serializable.dart VS mockito
- json_serializable.dart VS Jackson JSON Processor
- json_serializable.dart VS full_stack_todo_dart