flutter-plugin Questions

6

i am using geolocator in flutter project to get current location but this error come on it. i added all dependencies in both ios and android files still get this error i dont know why flutter chann...
Woodenhead asked 4/6, 2021 at 9:24

6

Solved

I've create a flutter plugin with: flutter create --template plugin flutter_plugin I've put my aar file inside flutter_plugin/android/src/main/libs folder I've modified flutter_plugin/android/bu...
Scathing asked 21/6, 2018 at 14:28

6

I am creating a PDF document that has a large content. However, I am not able to show the PDF and I get the error "This widget created more than 20 pages. This may be an issue in the widget or th...
Cantal asked 8/5, 2020 at 12:53

9

Solved

I erased in my folder .pub-cache/hosted/pub.dartlang.org/this_plugin What is the command to update the dependencies inside pubsec.yaml? I believe it is flutter packages get The folder under ....
Cuesta asked 28/3, 2019 at 13:46

4

Solved

When I added permission_handler plugin in flutter. This Error Occured: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':permission_handler:compileDebugJavaWi...
Ynez asked 28/10, 2021 at 11:7

14

Solved

Its my first attempt to create a flutter plugin, I created flutter plugin project from android studio and its running fine, when I tried to add platform specific code for android I stuck in some is...
Flawed asked 10/7, 2019 at 7:45

34

Solved

I have a network call to be executed. But before doing that I need to check whether the device have internet connectivity. This is what i have done so far: var connectivityResult = new Connectiv...
Faulty asked 4/4, 2018 at 9:53

4

Solved

I'm trying to create a Flutter Plugin to use a native library. This library I'm trying to use is stored in a private repository and can be used with Swift Dependency Manager. This is causing me a h...
Riband asked 16/9, 2021 at 20:11

11

Solved

I'm trying to make a flutter plugin, so I created a plugin by steps provided on https://flutter.dev/docs/development/packages-and-plugins/developing-packages. I'm getting an error when I try to run...
Coppins asked 27/2, 2019 at 18:26

4

I am using macOS and I am installing flutter. When I run to 'flutter doctor' I take a error like Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.13.5, on...
Extensile asked 22/9, 2023 at 18:51

4

I am creating a Flutter plugin. But when I am trying to add a dependency to iOS part of the plugin I am not finding any proper guideline for this. I declared the dependency in the podspec file of m...
Gambetta asked 3/5, 2019 at 7:46

5

Solved

I am developing a flutter package containing some assets files. I mentioned required assets in pubsepc.yaml as usual like this assets: - assets/abc.xyz and uploaded the package to https://pub.da...
Tapley asked 18/2, 2019 at 5:2

7

Solved

In my app i have stored Facebook url's. I want to open them in facebook app not in browser. I tried using flutter_url_launcher package but it open the link in default browser ... What i want is to ...
Leak asked 24/4, 2019 at 20:56

0

I am encountering a crash in my Flutter app related to a custom Flutter plugin that handles Text-to-Speech functionality on the Android side. Specifically, after the app has been running for approx...
Reportorial asked 13/7, 2023 at 16:46

5

Solved

When I created a flutter plugin, there are two methods in the plugin class by default: override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) and fun registe...
Eberta asked 23/1, 2020 at 22:22

3

Solved

I have a vertically scrolling WebView inside a horizontally scrolling PageView. Something like this: PageView.builder( itemCount: 5, itemBuilder: (context, index) { return WebView( initialUrl:...
Colobus asked 17/7, 2019 at 6:27

4

I'm using flutter "path_provider" plugin. I needed an SQLite operation. My error test class doesn't find "getApplicationDocumentsDirectory" and return null. The application runs...
Passivism asked 15/5, 2019 at 22:58

3

Solved

I am trying to include .a files on the iOS side of the plugin. Below is my file structure. Now when I try to add .a files via vendored_libraries on podspec, pod install is successfully completed....
Hexosan asked 2/6, 2020 at 4:10

2

I would like to implement near real-time OCR on the camera feed of my flutter app. To do this I would like to access the camera data in a speedy manner. As far as I can tell I have two options, and...
Vani asked 28/6, 2018 at 14:17

1

Reading through the Facebook App Events Documentation and general iOS 14 guidelines, it looks like we need to check for ask users for consent for Advertiser tracking any time information is sent to...
Claypool asked 15/1, 2021 at 3:48

10

Solved

I am trying to use the plugin _launchURL(url) async { await launch("www.google.com"); } I have put "www.google.com" just for debugging purposes. The error I get is MissingPluginException : E...
Singlephase asked 22/5, 2018 at 3:18

1

We are building a plugin for flutter that iterable.com here la-haus/iterable-flutter, and we want to test the android implementation of our plugin, we are already able to run tests for the flutter ...
Lowpitched asked 1/10, 2021 at 14:25

0

I'm currently using a FlutterFragment inside an AppCompatActivity. Also, I'm using a pre-warmed up flutter engine and a FlutterPlugin to have a methodChannel from and to native/flutter when needed....
Balcony asked 30/5, 2022 at 12:11

3

Solved

the page i want to access from inside the app :
Campobello asked 25/1, 2021 at 11:49

2

I have been searching for possibilities to use an image as the background of Text widget in Flutter for very long, and I am tired of getting some HTML/CSS solutions on the internet. cut-out text ef...
Joyance asked 1/2, 2022 at 17:24

© 2022 - 2024 — McMap. All rights reserved.