Abdul Kayuem
Abdul Kayuem
Detail Error Information in File .\classes-error.zip Please report this file to http://code.google.com/p/dex2jar/issues/entry if possible.
I upgraded flutter 3.0 Yesterday and got this line: ``` /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/fancy_bottom_navigation-0.3.3/lib/fancy_bottom_navigation.dart:111:7: Error: No named parameter with the name 'overflow'. overflow: Overflow.visible, ^^^^^^^^ ```
What if I want only using icons?
My build.gradle: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() maven { url "https://www.jitpack.io" } } dependencies {...
Hello Dear, We used HubConnection in the Order system in Our Kitchen. But, **We are not getting orders after a certain time**. Sometimes it won't work after 1 hour on...
Dear Sir, Your Library is not working in Below Android 5 Version and Upto Android 9 Not Working ! I Attached the photo of the ERROR! 
Your dependency added in gradle is okay. But, In build.gradle.kts it is not working. The code for build.gradle.kts Should be like this: ` repositories { google() mavenCentral() } dependencies {...