Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VSCode Plugin(JsontoDart) #11287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chandru1117
Copy link

VS Code Plugin: J2O - Json to Dart (freezed)

This VS Code plugin simplifies the process of converting JSON data into Dart class models. It offers a variety of options to customize the generated code to suit your project's needs, including:

1.Null Safety: Ensures that your Dart classes are null-safe, making them more robust and compatible with modern Dart standards.
2.Data Type Checking: Automatically checks and assigns appropriate data types for each property.
3.Freezed Annotations: Supports Freezed package annotations for immutable classes, making it easy to generate data classes.
4.FromJson Method: Generates a fromJson method for easy deserialization of JSON data.
5.ToJson Method: Includes a toJson method to serialize Dart objects back into JSON.
6.CopyWith Function: Provides a copyWith function to create modified copies of objects with ease.
7.Optional Properties: Allows properties to be marked as optional, providing flexibility in handling incomplete data.

This plugin is a valuable tool for Flutter and Dart developers looking to streamline their workflow when working with JSON data, saving time and reducing errors.

Copy link

google-cla bot commented Oct 18, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@sfshaza2
Copy link
Contributor

/gcbrun

@flutter-website-bot
Copy link
Collaborator

Visit the preview URL for this PR (updated for commit 9b1d278):

https://flutter-docs-prod--pr11287-add-vscode-plugin-jsontodar-u7t1as6n.web.app

Copy link
Contributor

@sfshaza2 sfshaza2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @chandru1117! I can't land your PR unless you sign the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants