Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2 KB

README.md

File metadata and controls

42 lines (28 loc) · 2 KB

Dart Built Value Snippets for VS Code

Version Installs Ratings

Dart Built Value Snippets provides useful snippets for generating boilerplates.

All snippets are based on examples from the built_value package.

Installation

Install through VS Code extensions. Search for Dart Built Value Snippets

Visual Studio Code Market Place: Dart Built Value Snippets

Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install yongzhenlow.dart-built-value-snippets

Snippets

Shortcut Description
bvt Built Value Type
bvts Built Value Type (Serializable)
bvd Built Value Imports & Common Declarations
bve Built Value Enum
bves Built Value Enum (Serializable)
bvg Built Value Generics

Acknowledgements

  • Matej Rešetár for the inspiration. Go check out his awesome content on YouTube and website!
  • David Morgan for the awesome built_value Dart package.
  • fiFoFy for the bves snippet.

Enjoy!

Dart and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.