nrajput05
nrajput05
My app uses a lot of protocols to create empty function declarations so that they can be used across the app to enforce same rules. For example I have a...
* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? I want to keep Braintree/ApplePay pod...
### Steps to reproduce **Use this code to create a Gradient Text:** ```dart class GradientText extends StatelessWidget { const GradientText( this.text, { required this.gradient, this.style, }); final String text; final...