Chau Cao
Chau Cao
gif please, or anyway to let user know they are waiting on a 10s initial load in web :(. Static image might make it feel like the web is freeze/stops...
Tried it and get empty pages. something like this ``` CustomScrollView( controller: scrollController, slivers: [ SliverIndexedStack( index: 1, children: [ const SliverToBoxAdapter(child: Text('content2')), const SliverToBoxAdapter(child: Text('content1')), ], ), ], );...
Subcollection like "cities/{cityId}/landmarks" worked for me on `indexToTypesenseOnFirestoreWrite` but not on backfill: `backfillToTypesenseFromFirestore`. Basically the backfill function runs without error but no record is imported.
@sodipto have you found a way to do this?
@sinanhaci transform causing hitbox is not in the current position, check this https://github.com/flutter/flutter/issues/6606
@hasanmhallak how do you do if I want to show only when minor update or major? for example: 1.1.1 -> 1.1.2, don't show upgrader 1.1.4 -> 1.2.1 show upgrader 1.10.1...
``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.2.3, on macOS 11.4 20F71 darwin-arm, locale en) [✓] Android toolchain - develop for Android...
My app code base has `root` and `home` module following the nav2 example. I try to remove the `root`from modules and from `app_pages.dart` because I feel like It is not...
> > My app code base has `root` and `home` module following the nav2 example. I try to remove the `root`from modules and from `app_pages.dart` because I feel like It...