Vijay
Vijay
Previous Contract in Yaml ```yml definitions: 'SampleObjectCM': type: object required: - executionPlanStepId - supportType supportType: type: string enum: - Foo - Bar ``` New Yaml: ```yml definitions: 'SampleObjectCM': type: object...
I captured some troubleshooting notes while consuming this package [here](https://github.com/vijayvepa/FlutterEncryptionExercise). There is a possible pull request as well. I was not sure about it because I happened to be using...
**Is it possible to implement parallax without the list view?** I am trying to implement the parallax in https://github.com/iminyourhouse-turnaround as an exercise. When I use the `Parallax.inside` or `Parallax.outside` methods,...
Our company uses the following process in contract validation space (currently with Swagger 2.0/asserj-swagger) - Create a contract-first specification in YAML/Swagger 2.0 - Generate code from the contract-first specification (using...
Fixed errors for Dart 2/ Flutter 0.3.1, but only showing white screen on run, and below message: ``` I/flutter ( 3663): ### Size: ui.window.physicalSize=Size(768.0, 1184.0), windowLogicalSize = mediaQueryData.size = Size(384.0,...