Hesham Elnemr

Results 21 issues of Hesham Elnemr

Error:Failed to resolve: com.github.ozodrukh:CircularReveal:1.1.1 I have tired many solution

``` class DrawerSideMenu extends GetView { const DrawerSideMenu({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Text(controller.title) // shows error : The getter 'title' isn't defined for the...

when run app from xcode it says : No such module 'background_locator' import UIKit import Flutter import GoogleMaps import background_locator func registerPlugins(registry: FlutterPluginRegistry) -> () { if (!registry.hasPlugin("BackgroundLocatorPlugin")) { GeneratedPluginRegistrant.register(with:...

Hi In web app every thing is ok but the position not moving automatically , i have to hit reload button every time to get latest location ,

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior _No response_ ### Expected Behavior _No response_ ### Steps To Reproduce...

enhancement

Hi , my apple pay button works great and return the token but i just need these values from onApplePayResult : transactionId, ephemeralPublicKey, publicKeyHash, data, signature, version, transactionIdentifier, network, displayName,...

I have tested it on ios emulator 12 pro max VERBOSE-2:ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method init on channel com.github.chinloyal/pusher_client) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7) #1 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:332:12) #2 PusherClient._init...

waiting for response

can u please update the converter to the latest dart version?

Hi , i'm ask how to create new RoundedLoadingButtonController() dynamically , so i have list from api and i want each item has it's uniq RoundedLoadingButtonController for controller and pass...