草庐IT

flutter_blue_plus

全部标签

firebase - Face 对象的属性在 firebase ml vision flutter 中始终为 null

我遵循了此README中的所有说明用于人脸检测,当我尝试访问像face.leftEyeOpenProbability、face.rightEyeOpenProbability或face.smilingProbability这样的人脸属性时,它让我很困惑null,虽然检测到了人脸。我试图通过两种方式解决这个问题,1.flutter使用旧的firebase_ml_vision插件(不兼容AndroidX)firebase_ml_vision:^0.2.1其中使用了函数detectInImage()。2.使用新的firebase_ml_vision插件(兼容AndroidX)firebase

firebase - Face 对象的属性在 firebase ml vision flutter 中始终为 null

我遵循了此README中的所有说明用于人脸检测,当我尝试访问像face.leftEyeOpenProbability、face.rightEyeOpenProbability或face.smilingProbability这样的人脸属性时,它让我很困惑null,虽然检测到了人脸。我试图通过两种方式解决这个问题,1.flutter使用旧的firebase_ml_vision插件(不兼容AndroidX)firebase_ml_vision:^0.2.1其中使用了函数detectInImage()。2.使用新的firebase_ml_vision插件(兼容AndroidX)firebase

android - flutter : Errors when adding TextFields

请检查我下面的代码。import'package:flutter/material.dart';classLoginPageextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){//TODO:implementbuildreturnScaffold(body:Container(color:Colors.black,child:Column(children:[_buildTitle(),_buildInputFields()],),),);}Widget_buildTitle(){returnRow(main

android - flutter : Errors when adding TextFields

请检查我下面的代码。import'package:flutter/material.dart';classLoginPageextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){//TODO:implementbuildreturnScaffold(body:Container(color:Colors.black,child:Column(children:[_buildTitle(),_buildInputFields()],),),);}Widget_buildTitle(){returnRow(main

firebase - flutter 问题 : type 'Timestamp' is not a subtype of type 'DateTime'

我正在为我和我的团队正在开发的应用程序寻求帮助。数周以来,我们一直面临以下问题:fluttertype'Timestamp'isnotasubtypeoftype'DateTime'我们想从CloudFirestore获取这些用户数据:出生[日期时间]性别[字符串]许可[日期时间]姓名[字符串]大小[字符串]重量[字符串]只有birth和license在CloudFirestore中存储为1681720252,因此我们将这些数据解析为[DateTime]。这是获取用户数据的代码:import'package:cloud_firestore/cloud_firestore.dart';c

firebase - flutter 问题 : type 'Timestamp' is not a subtype of type 'DateTime'

我正在为我和我的团队正在开发的应用程序寻求帮助。数周以来,我们一直面临以下问题:fluttertype'Timestamp'isnotasubtypeoftype'DateTime'我们想从CloudFirestore获取这些用户数据:出生[日期时间]性别[字符串]许可[日期时间]姓名[字符串]大小[字符串]重量[字符串]只有birth和license在CloudFirestore中存储为1681720252,因此我们将这些数据解析为[DateTime]。这是获取用户数据的代码:import'package:cloud_firestore/cloud_firestore.dart';c

flutter - 用于 flutter 的谷歌地图插件的授权问题

尝试使用googlemapsplugin在flutter项目中显示map时出现授权失败.我收到这个错误:Authorizationfailure.Pleaseseehttps://developers.google.com/maps/documentation/android-api/startforhowtocorrectlysetupthemap.E/GoogleMapsAndroidAPI(11104):IntheGoogleDeveloperConsole(https://console.developers.google.com)E/GoogleMapsAndroidAPI(

flutter - 用于 flutter 的谷歌地图插件的授权问题

尝试使用googlemapsplugin在flutter项目中显示map时出现授权失败.我收到这个错误:Authorizationfailure.Pleaseseehttps://developers.google.com/maps/documentation/android-api/startforhowtocorrectlysetupthemap.E/GoogleMapsAndroidAPI(11104):IntheGoogleDeveloperConsole(https://console.developers.google.com)E/GoogleMapsAndroidAPI(

android - 在 Flutter 中使用网络订阅源

我正在flutter中开发一个应用程序,我想在其中显示带有webfeedplugin的RSS提要.我完全按照这个例子,但唯一打印的是:Instanceof'RssFeed'它不应该打印整个RSS提要吗?还是我理解有误?代码:import'package:flutter/material.dart';import'package:http/http.dart'ashttp;import'package:webfeed/webfeed.dart';classFoodextendsStatelessWidget{finalclient=http.Client();rssStream(){cl

android - 在 Flutter 中使用网络订阅源

我正在flutter中开发一个应用程序,我想在其中显示带有webfeedplugin的RSS提要.我完全按照这个例子,但唯一打印的是:Instanceof'RssFeed'它不应该打印整个RSS提要吗?还是我理解有误?代码:import'package:flutter/material.dart';import'package:http/http.dart'ashttp;import'package:webfeed/webfeed.dart';classFoodextendsStatelessWidget{finalclient=http.Client();rssStream(){cl