Kickbykick

Results 8 comments of Kickbykick

I get this error when I try to use the "indexExists()" or the "search()" function. Could it be because my ConsolHttpTransport data might be wrong? I am testing the example...

**Does this help?** Object.noSuchMethod (dart:core-patch/object_patch.dart:51) MapMixin.addAll (dart:collection/maps.dart:128) HttpTransport._mergeHeader (c:\flutter_windows_v1.12.13+hotfix.5-stable\flutter\.pub-cache\hosted\pub.dartlang.org\elastic_client-0.1.13\lib\src\http_transport.dart:47) HttpTransport.send (c:\flutter_windows_v1.12.13+hotfix.5-stable\flutter\.pub-cache\hosted\pub.dartlang.org\elastic_client-0.1.13\lib\src\http_transport.dart:32) Client.flushIndex (c:\flutter_windows_v1.12.13+hotfix.5-stable\flutter\.pub-cache\hosted\pub.dartlang.org\elastic_client-0.1.13\lib\src\elastic_client_impl.dart:45) _MyHomePageState.main (c:\Users\Kiibati\Desktop\Projects Flut\elasticsearch\lib\main.dart:59) (Unknown Source:0) _MyHomePageState.build. (c:\Users\Kiibati\Desktop\Projects Flut\elasticsearch\lib\main.dart:111) _Closure.call (dart:core-patch/function.dart:0) _InkResponseState._handleTap (c:\flutter_windows_v1.12.13+hotfix.5-stable\flutter\packages\flutter\lib\src\material\ink_well.dart:992) _InkResponseState.build. (c:\flutter_windows_v1.12.13+hotfix.5-stable\flutter\packages\flutter\lib\src\material\ink_well.dart:1098) _Closure.call (dart:core-patch/function.dart:0) GestureRecognizer.invokeCallback...

I apologize for the false alarm but the search and the updateDoc functions do work. I previously had the wrong endpoint. The flushIndex() and indexExists() still does not work and...

I am guessing you mean after accessing the AllCtgView(), all the pages you access after it should have no bottom nav bar. You want to do something like for every...

Are you trying to do this after you get to the AllCtgView() or are you trying to do that on the base layer of the bottom nav bar. Just a...

I apologize for the later reply, So for the login screen, this screen is meant to come before your main page. What you should do for this screen is to...

Sadly I don't but I believe there might be a way since it is all routing.