I'm having a lot of issues trying to implement a native ios library into a flutter plugin, this is the plugin podspec: <pre class="lang-rb prettyprint-override"><c...
I am stuck at this point where I have multiple plugins that I have implemented for my new flutter App. But I want to place all these plugins in one repo and refer them...
This is main.dart, currently arguments are passed inside on pressed() of button,I request to suggest a way(if any) to pass the parameters from main.dart(of example) to...
I was figuring out how to display list of installed apps along with their names & icons. Code works well till displaying app names. Here is the right, working code...
I am trying to add webpage to my flutter website and getting this error code: Web_view.dart <a href="https://i.stack.imgur.com/hwZQA.png" rel="nofollow noreferr...
I would like to use flutter_unity_widget in order to embed my unity project and use it as a plugin in apps. I followed this link: <a href="https://pub.de...
I have added my CDN into <strong>index.html</strong> file in my flutter web project. I want to access it in my dart files as I want to use the added <strong>SDK</stron...
I'm trying to make a flutter plugin, so I created a plugin by steps provided on <a href="https://flutter.dev/docs/development/packages-and-plugins/developing-packages"...
I;ve had this problem for months.<br> Android Studio 3.2 ( newest version ) <pre><code>Flutter 0.8.2 • channel beta • https://github.com/flutter/flutter.git Frame...
I need to implement Stripe payment gateway in one of my application, is there any plugin or something I can use to add card and charge customers for some service. If a...
In my flutter project, I'm using the AWS Amplify storage plugin to upload files. For that, I have added below dependencies <pre><code>dependencies: flutte...
<pre><code> Stack( children: <Widget>[ Container( padding: EdgeInsets.only(left: 25),...
I am currently working on a project in which I need to implement a graphical framework that has been written for Android and iOS; however, I am writing the application...
<a href="https://i.stack.imgur.com/8Ed4s.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/8Ed4s.jpg" alt="enter image description here"></a> ...
In my mobile app I use the <code>AppCenter.checkForUpdateAsync()</code> (<code>flutter_appcenter_bundle</code> package) method to check for updates and prompt the user...