Flutter SnippetsFlutter Snippet extension will allow you code and test your Flutter/Dart projects faster. There are multiple test snippets as well as Widget oriented ones. AcknowledgementThis extension was created in collaboration w/ @korzonkiee DependenciesFlutterDart
| Shortcut | Description |
| ------------------- | ------------------------------------------------------------------- |
| jsonMethods | Creates factory fromJson and toJson to use with JsonSerializable.
| serializableObject | Creates JsonSerializable object class extending Equatable w/ fromJson, toJson and copyWith() method pre-defined. |
| jsonMethodsWithComments | Create factory fromJson and toJson to use with JsonSerializable with comments. |
| docTempl | Creates macro for the document template. |
| macroComment | Creates class comment using macro. |
| mock | Creates Mock for a class. Used in testing w/ Mocktail. |
| whenThenAnswer | Creates
|