Jimmy Forrester-Fellowes
Jimmy Forrester-Fellowes
The default location for the generated offline_urls file is: `lib/pwa/offline_urls.g.dart` DDC requires all source code needs to be in `lib/src`
Hi, is there any plans to integrate the Support SDK which would allow users to read the support articles? This would be an amazing addition to the library. https://developer.zendesk.com/embeddables/docs/android-support-sdk/nutshell Thanks
I was getting errors as my pages didn't have dates. I'm using this theme for a website rather than blog
This solves a few issues: 1. `SizedBox` with `height:30` made this unusable for small font sizes 2. Changing the container height seemed like a strange way of doing an animation...
Hey, I've recently updated this package (0.4.3+1) and I'm having difficulty getting my async pub sub endpoints working again. The issue seems to be with using async modifier, giving me...
I cannot satisfy the dependencies to get my ios building using the latest versions of ML & Firebase packages: ```yaml google_mlkit_face_detection: ^0.11.0 google_mlkit_text_recognition: ^0.13.0 firebase_core: ^3.0.0 cloud_firestore: ^5.0.0 firebase_app_check: ^0.3.0...
blend mode seems to come and go, it seems to be related to scrolling / rebuilds. RepaintBoundary does not fix the issue. I've created a minimal example below. Here is...
The issue seems to be with the extent values however those are the only way I've been able to achieve the frosted glass background. Only when using Impeller. ### Video...
Hey firstly thanks for this awesome package, it's really great! The issue I've found is that I'm trying to use `TweenSequnce` where `FooBar` is my `@freezed` class however this gives...