CripyIce

Results 14 issues of CripyIce

Hi, When trying to get stream with the following collection my function stops running (no errors): ```dart _firestore .collection("pending_list") .where(FieldPath.documentId, isNotEqualTo: _auth.currentUser.uid) .where("interest", isEqualTo: "male") .where("gender", isEqualTo: "female") .where("age", isEqualTo:...

Hi there, I was wondering if it's possible to use only the agenda widget and then change the content manually via a custom date selection widget. **_Edit_**: After checking out...

T: Feature
C: Timetable

**Question** Once I open a box using `keyComparator` functions like `Hive.box(shoppingListBox).get(id)` and `Hive.box(shoppingListBox).containsKey(id)` won't work. After removing `keyComparator` when opening a box it works fine. **Code sample** ```dart const shoppingListBox...

question

Hi there, I'm displaying a `SheetViewController` using inline method, and after calling `sheetController?.animateOut()` the method `sheetController?.animateIn()` does nothing. I could only redisplay the `SheetViewController` after calling all this code again:...

bug

Hi there, I'm trying to insert a `TextField` inside a `table` element without success. This is my code: ```dart import 'package:flutter/material.dart'; import 'package:flutter_html/flutter_html.dart'; void main() { runApp(MyApp()); } class MyApp...

question
<table>

Hi there, Trying to use this library with `flutter web` but I have some issues with it: 1. I don't have this file anywhere in my project - I've looked...

**Steps to Reproduce** I saw a ticket with the same issue as mine just got solved and closed, but I couldn't make it work in my case. I have two...

Hi there, When I call `sort` function on the list I use with this library the side alphabet list shows only the search icon. My code: ```dart FutureBuilder( future: Provider.of(context,...

Hi there, Need your help getting X and Y coordinates relative to the image displayed. It would really help me!! Explanation of what I want to achieve. ![overflow_question](https://user-images.githubusercontent.com/26387823/75251286-f30a8600-57e2-11ea-9552-ac3a61af4b6f.png) I need...

**Describe the bug** Hi there, I've noticed that `onInputChanged` is called when setting `initialValue` and also when focusing out from the textfield. Any way of changing or controlling this behaviour?...