Ifeanyichukwu Amajuoyi

Results 44 comments of Ifeanyichukwu Amajuoyi

`import 'package:flutter_paystack/flutter_paystack.dart'; .........../// final GlobalKey scaffoldKey = new GlobalKey(); @override void initState() { PaystackPlugin.initialize(publicKey: publicKey); super.initState(); } String getReference() { String platform; if (Platform.isIOS) { platform = 'iOS'; } else...

@wilburt Please note that I'm using the `"1.0.4+1"` version here, because the latest version is conflicting with the `rave_flutter ` SDK you built too. I need the two payment integration...

> > It may seem irrelevant, but when I referenced the package from github, not pubdev, this problem was solved. > > This didn't work out in my case, I...

Hi @uwla, have you been able to work on this? I can help with that immediately if you have something else at hand. CC @jamaljsr

@pretyflaco is this still open? Can I work on it? @vr-varad are you working on this?

> > Can u help from where I can resolve the error coz I am new to the codename and trying to understand it and I found this issue I...

Hi @jp1ac4, I'll love to work on this issue. But I have a few things to clarify: - Is [this](https://github.com/wizardsardine/liana/pull/921/files#diff-288cb4ba8ecc4e12eab0052b7d2a90df9546cd636f04a3caae2ae2b809a4eea1R235-R247) the optional filter you're referring to that was added in...

Thank you for the response, @jp1ac4. I'll work on it and send in a draft PR for Concept ACK.