Flutter-packages Questions
Ad
How to call randomly selected number from contact list in flutter?
Import 'package:flutter_phone_direct_caller/flutter_phone_direct_caller.dart'; import 'package:contacts_service/contacts_service.dart';
Flutter Error: No named parameter with the name 'displayLarge'
I am working on an app, i posted last update on git 2 days ago and haven't touched the code since. now, i opened android studio and it was giving
Flutter package's own import target URI does not exist
I have a flutter project that i started as a package in order for it to speak to platform specific native code. i've updated several packages
Published my first Flutter package- video demo's are not showing up in my read me file
Published my first flutter package, i added video demos and they won't show on pub.dev but they do show on github. any ideas why?
undefined $ and Duration parameter type
int score = 0; duration duration = duration(seconds: duration.secondsperday); void calllogs() async { stopwatch stopwatch =
Flutter Error: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord
I needed to import contacts from mobile, and i used
How to Save Token in securely in Flutter app and send token when we make any request
I want to secure the jwt token.i already went through the solution. 1st i cant use sharedpreference because its not
How to stop Asset Audio Player(assets_audio_player package) ,while navigate to next page
In my code i use asset audio player package to play background music. but after i navigate to next page it still continue playing the music. how
How to show description for widget & it's parameters in flutter?
I'm developing a flutter package wherein i want to add docs for widget's parameters like this,
How to add a Flutter plugin that does not support Null Safety
Hay, i want to make a "privacy policy checkbox" that includes a text hyperlink, and i found
Ad
Flutter | auto_size_text inside of Expanded FittedBox
Disclaimer: i am very new to flutter, this is my first solo project that i am creating. all other projects have only been very
How can I setup simple audio player with background and notification support in flutter
I am using flutter sound package to play a single audio from a url
Undefined name streamManifest in youtube_explode_dart package flutter
I am having trouble with documentation of youtube_explode_dart package in flutter. i am trying to build a music streaming app using
error The argument type 'PdfImage' can't be assigned to the parameter type 'ImageProvider'
I am trying to make pdf from screenshot with screenshot and pdf plugins in flutter. when i pass uint8list to pdf creation function i am
How to convert GIF to a mp4 video in Flutter?
How to convert gif to a mp4 video in flutter? with flutter_ffmpeg or any other packages.
Extreme Lag After Loading Palette from Image
I am currently making a wallpaper app in flutter. i am using the
Flutter: Open android module in Android Studio for package
After forking a flutter package from github, and try to edit it, then when i click "open android module in android studio" it opens
How to get all audio file from internal and external storage of a device in flutter
I am trying to make a music player using flutter. for this i need to fetch the audio file from internal and external storage of the device. i know
Can I remove or hide or or rename a flutter Package from Pub.dev?
I am new at flutter, i published a package on pub.dev but due to some issues, i have to remove or rename it from there
Could not find method buildFeatures() for arguments [] on object of type com.android.build.gradle.LibraryExtension
I added the package 'qr_code_scanner: ^0.5.1' into my pubspec.yaml. after restarting my app, the following error appeared:
Ad
I want to add background audio in my splash screen. So tried the below code. But I got some exceptions. ( Flutter )
I want to add background audio in my splash screen. so tried the below code. but i got some exceptions. anyone pls help me to solve this.here i
android_alarm_manager_plus not triggering callback
Followed the example instructions for this plugin successfully but only the first debug session... so i know it can work. now, i get no error but
How to play .m3u8 file on flutter web using video_player plugin?
Just tried video_player plugin with flutter web and .m3u8 file format, but it's not working at all . can someone help me if it works in any
Is it possible to achieve edge lighting notification in flutter?
I am new to flutter and i want to achieve the functionality of lighting the mobile edge whenever i receive notification in my app. is there
can i save widgets by using shared prefrence in flutter apps?
Is there a way to (set and get) color data type or a list of widgets data type by using shared preference package i want to save the color
Using Flutter Downloader plugin, after download app closes
**i use flutter downloader package after complete download some file , my app closes automatically and disconnecte to the android studio.
pod install error: The name of the given podspec 'file_picker' doesn't match the expected one 'gx_file_picker'
I'm getting the following error while doing pod install. [!] the name of the given podspec 'file_picker' doesn't match the expected
Could not resolve image_picker package import | Flutter
Here is my pubspec.yaml dependencies: flutter: sdk: flutter firebase_auth: ^1.0.1 settings_ui: ^0.6.0 custom_switch:
Flutter: Method not found: ButtonTheme.bar
I was working on this project for past 4-5 months and after the flutter 2.0 update it started producing plugin version conflicts between
Is there any way to parse html created with javascript in flutter?
I would like to use metadata_fetch package to get the ogp. the
Flutter error when using audioplayer packages
Im new in flutter and i followed londonappbrewery course, in that course she teach us to use audioplayer packages so im follow her and import it
Ad
Using Google ML-Kit On-Device Text Recognition in Flutter
Is it possible to use google ml-kit on-device text recognition in flutter? all of the tutorials and resources i am finding online are all
Is there a Flutter package to read data from email?
I am planning to build an app that will read parcel delivery notifications from the user's email account. is there a flutter package which
implement Stepper Widget with Flutter Form Builder Package
Anyone using stepper widget with flutter form builder package , i would like to see an example code how to
How to solve 'could not find package integration_test in the Flutter SDK' error
I have an app, it is very simple and i keep getting this error: pub get failed (server unavailable) -- attempting retry 1 in 1
how to generat or create "appcastURL" for upgrader package in flutter?
I want to show dialog for user when new version of app is available on play store or google play, to do that i used
Flutter version solving failed on google_maps_flutter while running "flutter pub get"
I'm getting below message in output while running flutter pub get even though i've downgraded google map package to
Flutter - correct way to use and modify packages?
[disclaimer: i'm not a developer per se, and sentences like "pull request" mean nothing to me, so i'd be grateful for
In the Consumer using the Provider Package how do I set the image to every build in Flutter?
I have wrapped the image field with a getter and setter and called notifylisteners in the setter after updating the underlying field but i can't
Need help to resolve this issue while running flutter code
This is the error i'm facing while running flutter programs: lib/main.dart: warning: interpreting this as package uri,
Flutter Session (Could not get resource)
[solved] i went for an older version as jeugene suggested to solve the
How to access assets in package
the original question comes from flutter issue
Ad
Error: Type 'Geolocator' not found and 'Placemark' isn't a type
I am getting this error: type 'geolocator' not found and 'placemark' isn't a type. whenever i try to do flutter
Can anyone tell the difference of "flutter_bloc" and "bloc" packages in Flutter
I am getting started with bloc in flutter. can anyone tell what is really "flutter_bloc" and "bloc" packages i have these
StreamBuilder<FileSystemEntity>(dirty, state: _StreamBuilderBaseState<FileSystemEntity, AsyncSnapshot<FileSystemEntity>>#25d1b)
I have got an error while working with stream builders. in my code, i used if(snapshot.data != null) { list.add(snapshot.data); } but
Flutter app initialization at Onboard Pages?
I want to take user input after user install and launch the app. i want set parameters like language selection, date etc when he use app for first
Location lat-lng getting wrong when using Yandex Map with flutter_map package
I am using flutter_map with yandex map like below. when i mark a location, getting location lat and lon are wrong. so if i draw a polygon on the
How to reduce the radius of the avatar generated using auro_avatar flutter package?
I have used auro_avatar 0.1.1 for generating avatar from user
Flutter husky package for creating git hooks
I already have a pre-commit hook in my project, but i want to force all people in my project to use it. for that purpose, i want to write a
Can't use camera package
I added camera to the pubspec.yaml file.
Flutter: OTP is being sent again and again although user is registered in Firebase Auth
I'm using flutter_auth package to apply phone auth. normally it sends the otp when a new phone
flutter_plugin_pdf_viewer >=1.0.4 is forbidden
I'm installing 2 packages: rxdart and flutter_plugin_pdf_viewer rxdart: ^0.23.1 flutter_plugin_pdf_viewer: ^1.0.7
How to listen to the Flutter in-app web browser?
I am using the flutter_web_browser package from flutter to open a web browser inside the app. i want to navigate to another page when the browser
Ad
error in importing Http/http.dart package
I updated the dependencies with proper indentation, then flutter pub get and then import it in the code. tried to restart my ide as well. the
How to connect flutter with MongoDB
I have a website build with nuxt js and mongodb. i want to create a mobile app with flutter and i don't know how to connect
google_maps_flutter does not work correctly on Android 11
I am using the google_maps_flutter package and whenever i click the button to launch the google map i encounter this error:
Set background color to transparent but doesn't work. Use EasyLoading package
When i set the background color to transparent in
How to move(with animation) a cell's colored container from one position to another inside generated List from grid view count in flutter?
Here, i have a list. a = [92,93,94,95,81,66,51,36..]; i just want to move my colored cell's container according to the list index with
Can't build a flutter project with PathProvider dependency
Disclaimer: first of all, this is my early attempt to play with flutter. so forgive me if is a noob
Flutter: pub get failed
Flutter project showing me a warning 'packages get' has not been run with suggested solutions, get dependencies
Ad
Blog Categories
Ad