Dalogo

Results 9 comments of Dalogo

I can see that this bug is related with `extendBodyBehindAppBar: true` property on Scaffold. Does HorizontalDataTable work with this property?

> Thanks for the report @darshankawar Does the behavior remain same if you use `setPersistenceEnabled(true);` specially while running on web ? I only use `setPersistenceEnabled(true)` on IOS and Android. I...

@darshankawar, If you are the last version of Firebase, you need to change loadItems as follows: ``` Future loadItems() async { final List items = []; String path = '/items';...

Yes, in Web the complete list is not loaded before continuing. In Mobile it is possible to load the complete list, although sometimes it also fails.

I can see this message on screen and the app failed to compile: ``` : Error: Type 'SpringDescription' not found. ../…/src/smart_refresher.dart:828 final SpringDescription springDescription; ^^^^^^^^^^^^^^^^^ : Error: Type 'SpringDescription' not...

Hi @MayLau-CbL . The flutter analyze was not throwing me anything about Spring Description. When I upgraded to flutter 3.3 the error went away.

I found this related log in a different App... Writing result bundle at path: /var/folders/r3/1w3n7pjj2d7518jr0kfyk7m80000gn/T/flutter_tools.vNqGQ6/flutter_ios_build_temp_dirI4EyUY/temporary_xcresult_bundle : Error: A value of type 'bool?' can't be assigned to a variable of type...

I was able to get it (461 errors found)... Analyzing smart_refresher.dart... error • Target of URI doesn't exist: 'package:flutter/gestures.dart' • ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/horizontal_data_table-4.1.2/lib/refresh/pull_to_refresh/src/smart_refresher.dart:7:8 • uri_does_not_exist error • Target of URI doesn't exist:...

Hi guys, any update to connect RTDB to Big Query? It would be a very key component.