
[英]Unique device id in flutter
我想获得一个设备 ID 或任何在有人卸载应用程序时无法更改的唯一编号。 该设备同时适用于android和iOS,属于flutter框架。 我想要这个来管理我的设备管理。 谢谢您的帮助。 我尝试了 flutter 中一些最常用的包,如 device_info_plus 和 flutter_udid, ...
[英]Unique device id in flutter
我想获得一个设备 ID 或任何在有人卸载应用程序时无法更改的唯一编号。 该设备同时适用于android和iOS,属于flutter框架。 我想要这个来管理我的设备管理。 谢谢您的帮助。 我尝试了 flutter 中一些最常用的包,如 device_info_plus 和 flutter_udid, ...
[英]Show list of all videos from internal storage
列出内部存储中特定文件夹中的所有视频文件,并在 flutter 中显示它们。 我想创建一个应用程序来列出内部存储中的所有视频并在 gridview 中显示它们并播放该视频 ...
[英]Getx flutter change theme when i change theme dark and then return light mode its not loading my custom theme
Getx flutter 当我将主题从浅色模式更改为深色模式然后返回浅色模式时它不返回我的自定义主题它加载旧的应用程序栏背景甚至主题更改 ...
[英]How to create animated pageview in flutter?
在此处输入图像描述如何在flutter中创建曲线页面animation页面视图 ...
[英]How to convert a pdf file (composed of different images) to list of images in flutter?
我正在开发一个PDF 转换器 flutter 应用程序,它将图像转换为 pdf 文件。 我想扩展它,以便它应该采用 pdf 文件并将其转换为图像列表,以便我可以重新排列图像顺序或删除特定图像形式 pdf。我该如何解决这个问题。我尝试了多个包但没有找到解决办法。 任何人都可以帮助我吗? 谢谢! 我正 ...
[英]how to flutter bottomsheet from top,just like in this picture
[enter image description he enter image description here re]( https://i.stack.imgur.com/XX9iq.jpg ) ...
[英]How to declare String and List in the current version of flutter?
在教程中,String categoryTitle; 列出显示的餐点; 工作正常。 在 flutter 的当前版本中,它不允许我按原样声明。 我应该将它们初始化为什么? 很高兴知道现在声明 String 和 List 的等价物是什么,因为存在 null 安全性。 另外,当我把字符串? 和 List ...
[英]How to change the name of package apk installer in flutter?
我从 AndroidManifest.xml 更改了我的应用程序名称,但我想更改 package 安装程序的名称。 如何将“app-release”更改为我想要的任何内容? 如何更改应用程序版本? 我从 AndroidManifest.xml 更改了我的应用程序名称,但我无法更改 package ...
[英]FAILURE: Build failed with an exception Where: Script 'C:\scr\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1256
各位 Flutter 开发者大家好, 我目前在构建 Flutter 应用程序时遇到问题,我迫切需要您的帮助。 我收到的错误消息是: “失败:构建失败并出现异常 * Where: Script 'C:\scr\flutter\packages\flutter_tools\gradle\flutter ...
[英]Flutter responsive class
我有两个设计,第一个用于移动设备,第二个用于 iPad。我为此构建了一个 class。 我的问题是:这个class到底有没有用,还是需要修改? iPad 大小是否从768开始? 注意:我不想使用外部包 ...
[英]The following _TypeError was thrown building RegisterScreen() : type 'String' is not a subtype of type 'int' of 'index'
我的下拉按钮有问题下拉列表中的值以前见过,但在 2023 年 1 月 25 日更新后,我遇到错误“type 'String' is not a subtype of type 'int' of 'index'” ...
[英]embedding .dylibs and unix executable in a Flutter desktop app for Mac OS
我想构建一个嵌入“unix 可执行文件”及其 .dylibs 的 Mac OS 应用程序,但我不知道如何对它们进行签名,以便 mac 允许用户执行 flutter 应用程序。 unix 文件及其 .dylibs 是 Hugin 应用程序的一部分:一个解决方案是强制用户之前安装 Hugin,并使用 ...
[英]Flutter Dart how to get data from Sqflite and wait for it then display it
我正在尝试从数据库中获取“任务”列表我通过openDatabase function 的onOpen()获取数据,并将数据存储在另一个名为constants.dart的文件 dart 中的一个列表中,该文件包含List<Map<dynamic, dynamic>>? task ...
[英]can't open launchUrl telegram to join group/channel
我有一个图标按钮。 使用 url_launcher:^6.1.8 package。我的目标是当用户点击按钮时用户将被重定向到电报并获得加入频道的选项。 但我在电话中面临 .net::ERR_UNKNOWN_URI_scheme 的问题。 还提供了调试控制台的图片。 注意:当我将 url 更改为谷歌的 ...
[英]What's wrong with this code.When I clean the flutter dependencies and run flutter pub get then I got this error. What I have to do to fixed this error
Error parsing LocalFile: 'C:\Users\prashant\Desktop\bpls\android\app\src\main\AndroidManifest.xml' 请确保 android 清单是有效的 XML 文档,然后重试。 ...
[英]while uploading image to firebase, this one error is always comes whatever i do
什么地方出了错? 即使我将 XFile 替换为文件,此 putFile 也会出现同样的错误。 ...
[英]How to start Flutter app with loading, using state pattern with provider
我正在构建我的第一个应用程序,对于 state 管理,我使用 ValueChangeNotifier 和 Provider 以及 state 模式。 但是当我启动我的应用程序时,出现以下错误: 发生异常。 FlutterError (setState() or markNeedsBuild() c ...
[英]Unable to Send Sms using Telephony package on flutter
我一直在尝试编写一个简单的 flutter 代码并尝试使用电话发送 SMS。 通过默认 SMS 应用程序发送 SMS 是可行的 (telephony.sendSmsByDefaultApp()),但不能直接从该应用程序发送。 我的代码如下: 我添加了以下必需的权限 ...
[英]How to show a blinking cursor when textfield is enable?
我正在研究按下编辑按钮启用文本字段的项目。 现在,我希望用户现在可以通过显示闪烁的 cursor 来启用文本字段。有没有办法做到这一点? ...