Anthony Whitford
Anthony Whitford
Where `point` is a `GeoFirePoint` instance, I was successful at _writing_ the point to the database with something like: ```dart doc.reference.updateData({'geoLocation': point.data}); ``` But now I am unable to _read_...
Setup 5 different Sign In buttons, one of them being Google. Specify the same padding for each Sign In Button, let's say: `const EdgeInsets.symmetric(vertical: 10);` Notice how **the Google button...
The _Iterable Extensions_ are filled with functions that basically already exist: `dart_extensions` | `dart:core` ------------------ | ----------- [Iterable.any](https://pub.dev/documentation/dart_extensions/latest/dart_extensions/CollectionsExtensions/any.html) | [Iterable.any](https://api.dart.dev/stable/2.8.1/dart-core/Iterable/any.html) [Iterable.drop](https://pub.dev/documentation/dart_extensions/latest/dart_extensions/CollectionsExtensions/drop.html) | [Iterable.skip](https://api.dart.dev/stable/2.8.1/dart-core/Iterable/skip.html) [Iterable.filter](https://pub.dev/documentation/dart_extensions/latest/dart_extensions/CollectionsExtensions/filter.html) | [Iterable.where](https://api.dart.dev/stable/2.8.1/dart-core/Iterable/where.html) [Iterable.find](https://pub.dev/documentation/dart_extensions/latest/dart_extensions/CollectionsExtensions/find.html) | [Iterable.firstWhere](https://api.dart.dev/stable/2.8.1/dart-core/Iterable/firstWhere.html) [Iterable.takeOnly](https://pub.dev/documentation/dart_extensions/latest/dart_extensions/CollectionsExtensions/takeOnly.html)...
[Flutter](https://flutter.dev/)
Added sorting to the Snowflake Table list so that the list is consistent. Fixes #362.
[Here](https://pub.dev/packages/responsive_scaffold#responsive-layout) it appears that you can add a [BottomSheet](https://api.flutter.dev/flutter/material/BottomSheet-class.html) to the [ResponsiveScaffold](https://pub.dev/documentation/responsive_scaffold/latest/templates_layout_scaffold/ResponsiveScaffold-class.html), but there does not seem to be a field for it like there is for [Scaffold](https://api.flutter.dev/flutter/material/Scaffold/bottomSheet.html). 🤔 _How...
With `ResponsiveListScaffold`, Is there a way to get the _current selection_?
[childDelagate](https://pub.dev/documentation/responsive_scaffold/latest/templates_list_responsive_list/ResponsiveListScaffold/childDelagate.html) should be `childDelegate`.
My first `ResponsiveScaffold` was for the _Home Screen_, so I did not notice this deficiency right away. However, my next `ResponsiveScaffold` was for a secondary screen, and now I can't...
Please fix the documentation here since none of the screenshots are appearing: https://github.com/fluttercommunity/responsive_scaffold/tree/master#3-column-layout