Results 30 comments of Hashem

if I set masksToBounds= YES then corner radius will be ignored. would you send a shot?

I read the link, but they have not mentioned the technical reason behind implicit return type. do you know? there is another issue in `analysis_options.yaml`: `missing_required_param: warning` but it should...

Thanks for clarifications. should I create a PR for 'missing_return: error'?

You have to use `MaterialWithModalsPageRoute` to see the cupertino modal animation. ```dart class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( primarySwatch:...

@Urkman In fact I don't know, it seems it's complicated than it should be. waiting for answer from @jamesblasco

Should be updated to Swift 5: `open func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool`

in `CarbonTabScrollView.m` file, line 80 add this code: ``` objective-c CGFloat selfWidth = CGRectGetWidth(self.bounds); if ( [_carbonSegmentedControl getWidth]

@rk28286 I suggest don't add space between tab, instead increase the with of tabs. because when user tap between "tab gaps", nothing will happen. and this is not the user...

set scrollView `keyboardDismissMode = .interactive`

Same issue: I have multi file upload form, where some docs are optional, but the code generator can't handle optional parameters: method parameters, documentBack is optional. Generated code: