Category "dart"

Is it possible to convert CSS code to dart code

There is a website called framer[www.framer.com] which lets you to create layouts and UIs and the site will generate the CSS code for the layout which you creat

Unicode Normalization not appropriate for ASCII-8BIT

13: from /usr/local/bin/pod:23:in `<main>' 12: from /usr/local/bin/pod:23:in `load' 11: from /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.0.beta.2/bin/pod

Check or listen continuously to internet connection/Network Connectivity in dart, flutter app

I have been searching for long to know the best approach to listen to internet connection in flutter/dart app. I think this approach is better for now and it ca

How can i specify channel for only two person to have video call using agora

i have read a lot of agora docs but couldn't find my need . when i need to have new agora account so i will get token and appid and channel name now i noticed w

how to create time slots in flutter/dart

I'm trying to create a list of time slots for building an appointment-related app. For example, build-time slots from 8 AM TO 10 PM with a 30-minute gap between

use getx in flutter datatable's datasource instead of stateful widget

I tried to change rowCount dynamically using Getx in flutter's Datatable DataSource, but it didn't change when I surrounded it with obx. If I check with ever ()

refresh data on home page using future builder on button click - flutter

i have an app with two screens, home and update page. The home page displays a list of items and the update page updates the items. I am having difficulties re

Flutter run takes too much time after editing MainActivity.kt

I was running some flutter project from github but the runnig taking too much time and showing some cryptic things in console like, lib\main.dart:1 √ Bui

Because project requires SDK version >=2.14.0 <3.0.0, version solving failed even though Dart SDK version is 2.14.0-350.0.dev

I want to make use of typedefs for variables in Dart thus I am trying to update minimum dart version to 2.14.0. When I change environment to environment: sdk:

Flutter: How to Fix a 'Multiple Widgets Used the Same GlobalKey' Error

Problem: When I encountered this problem, I was looking to get the middle position of words contained inside a pressed widget. I am getting the error, Multiple

Flutter: How to Fix a 'Multiple Widgets Used the Same GlobalKey' Error

Problem: When I encountered this problem, I was looking to get the middle position of words contained inside a pressed widget. I am getting the error, Multiple

How to convert Timestamp to DateTime from firebase with flutter

I have Timestamp item in firebase. I get the item from dart code timestamp type. It shows like 'Timestamp(seconds=1590903768, nanoseconds=26999000)' as it is.

When i click on PopupMenuButton, PopupMenuItems are not Showing

I am making a flutter app where I have a PopupMenuButton. When i click on PopupMenuButton, PopupMenuItems are not Showing. Here is the code: class _Configur

Flutter: How to fit the web view size to screen?

I am new in flutter, tried to use web view in flutter, but the the size of the web view is bigger than the screen. I want to fit the web page size to the phon

When i click on PopupMenuButton, PopupMenuItems are not Showing

I am making a flutter app where I have a PopupMenuButton. When i click on PopupMenuButton, PopupMenuItems are not Showing. Here is the code: class _Configur

How to pass generic provider to child?

I want to create a universal alert that I will use several times in my app. class SelectIconAlertDialogWidget extends StatelessWidget { const SelectIconAlertD

Flutter In-App Purchase Implement For Google Pay

I am trying to update my existing application on google play store from Android Java with Flutter Dart. On my existing application, I have an in-app purchase th

Problem with running IOS simulator for my flutter app

I'm trying to run my flutter app on the IOS simulator and its not working. So tried on the most basic flutter app (create my_app and then tried to run it) and n

Detect if device auto orientation mode turned on or off in Flutter

I'm working on this app that uses a video player. In here I use 2 main options to change the orientation of the player, which are the fullscreen button, and the

Generating aes cbc key from password and iv in dart

anyone havean idea how can i generate a key for aes encryption in dart from iv and password? like this code written in C#: var spec = new Rfc2898DeriveBytes(En