Baig

Results 6 comments of Baig

In case if someone is facing issue while running pod with @IlyaBoryanScopeTech's solution ``` def nuiparse_overrides pod 'NUIParse', :git => "https://github.com/IlyaBoryanScopeTech/NUIParse.git" end target 'MyProject' do nuiparse_overrides pod 'NUI' # This...

See this answer [issue 6](https://github.com/maximbilan/ios_language_manager/issues/6#issuecomment-298867323)

Fix, update BackgroundLocationService.kt **Change** override fun onRequestPermissionsResult(requestCode: Int, permissions: Array?, grantResults: IntArray?): Boolean **to** override fun onRequestPermissionsResult(requestCode: Int, permissions: Array, grantResults: IntArray): Boolean The issue has been fixed in pull...

@roimulia Sorry didn't got your point. What do you mean?

> Hi how can you remove an item from the list?, currently i use Slidable (https://pub.dev/packages/flutter_slidable) , i remove from firebase the document but it doesnt remove from list view...

This will work ` pod 'MRProgress', :git => 'https://github.com/mrackwitz/MRProgress.git' `