Issue I want to set a splash screen for android 12 in flutter I used flutter_native_splash package but it doesn’t show my icon I added it to the pybspec.yaml file: dependencies: flutter: sdk: flutter # The following adds the Cupertino
Continue readingCategory: Flutter Packages
flutter doesn't show icon image in splash screen android 12
Issue I want to set a splash screen for android 12 in flutter I used flutter_native_splash package but it doesn’t show my icon I added it to the pybspec.yaml file: dependencies: flutter: sdk: flutter # The following adds the Cupertino
Continue readingHow to convert String to Permission in flutter
Issue I use permission_handler package I need to convert string to permission E.g: "location" is string, need to convert Permission.location Solution I think there are two solutions: With the ability to manage names Make enum with all Permission’s values and
Continue readingvideo_thumbnail package does not generate different thumbnails for different time frames
Issue I have a video file and want to generate 10 different thumbnails for the whole video. I use video_thumbnail package and VideoThumbnail.fromFile() constructor. This constructor has an argument called timeMs and is for, as the documentation states: generates the
Continue readingHow to change flutter project name and import names at all?
Issue I tried to use the "rename" package to change my project name, and of course, also imports that have the project name itself, but the package has only changed the project name. For example, my project name was A,
Continue readingUsing supabase_flutter package to add new users using email and password
Issue I am learning to use supabase for my backend and I see that there is a lot of examples of how to add new users using the dart package supabase [docs]. However, I wanted to know how I can
Continue readingHow to create a rich text editor that returns html results in Flutter?
Issue My goal is to create a rich text editor that returns html results. I am using the package flutter_quill. It can only return plain text using _controller.document.toPlainText() and json using _controller.document.toDelta().toJson(). I also tried html_editor_enhanced before. It has some
Continue readingAndroid Studio no longer autocompletes certain imports
Issue After having updated Android Studio to Chipmunk | 2021.2.1 Patch 1, and migrated some of my projects to null safety and done lots of stuff, I suddenly noticed that when I start typing an import name, Android Studio no
Continue readingHow to use some flutter plugin as a dependency to a flutter package and use this package in my flutter app?
Issue I am trying to make a single package for dealing with permissions and data flow for this I have used different plugins and packages as a dependency on this package. But some plugins throw errors of . Does anyone
Continue readingIm looking for a flutter library that will allow me to place two cards on top of eachother
Issue Im looking for a flutter library that will allow me to place two cards on top of eachother and able to click on the one behind to bring it to the front and vice versa, such as the picture:
Continue reading