Victor Uvarov
Victor Uvarov
I was thinking that maybe the `Linkify` widget would have a parameter that is a function instead of a `TextStyle`. Probably a type like: ```dart final TextStyle? Function(LinkableElement element) linkStyle;...
RenderBoxes can't be used as slivers. I'm not sure if a new widget would have to be created for this package or it can be wrapped in some kind of...
Thanks for the advice. I wasn’t thinking about that, but I’ll definitely start working on adding reusable widgets and more documentation.
@algokun What widgets do you think need to be documented more?
- Look into just using a Material app and cupertinoThemeOverride instead
I've never used `IndexTrackingViewModel`. Does it lazy build the views? I also am not a fan of hiding business logic if it makes maintaining the class harder.
Alright thanks, ill check it out
@jifalops I added a sample DateTime value to the example app in BasicDatePicker like so: ```dart class BasicDateField extends StatelessWidget { final format = DateFormat("yyyy-MM-dd"); @override Widget build(BuildContext context) {...
The imageName refers to the image that you added to your `Assets.xcassets` folder in XCode [Image](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Flearnappmaking.com%2Fwp-content%2Fuploads%2F2020%2F08%2Fxcode-asset-catalog-2.jpg&f=1&nofb=1)
No, after the call is answered from the background a screen with a video button occurs. Clicking the video button doesn't fire any callback. Like the screen show here [video...