Eslam Odeh

Results 6 comments of Eslam Odeh

@joallard It seems rubocop allows nested blocks without newlines by default. I am facing this issue too but couldn't find a solution for it.

I have managed to do it using `Wrap` & `FractionallySizedBox` ```dart class A extends StatelessWidget { const A({super.key}); @override Widget build(BuildContext context) { final List cols = ['a', 'b', 'c'];...

My problem was that the contact request info was missing from `Info.plist` file. Adding ``` NSContactsUsageDescription Allow access to contacts ``` Have solved it for me.

Thanks @MyklClason Is this configurable in this SDK?

Update on this: I had the following gems in my files: ``` gem 'google-ads-googleads', '~> 25.0', '>= 25.0.2' gem 'google_drive' ``` After removing `google_drive`, i was able to load the...

I meant rails console, using: `bundle exec rails console`