Isaac Obella
Isaac Obella
I see that currently `flutter_tex` only supports `network` and `asset` image loading via `TeXViewImage` is it possible to use a local file like `Image.File` provider works ?? If so how...
### New Issue Checklist * [ x] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertDialog/blob/develop/.github/CONTRIBUTING.md) * [ x] I have read the [Documentation](https://github.com/Codigami/CFAlertDialog/blob/develop/README.md) * [ x] I have searched for...
**Describe the bug** Seems the buf registry plugin doesn't exist. **To Reproduce** ```yaml - plugin: buf.build/python-pai/protobuf-to-pydantic:v0.2.1 opt: - plugin_config_py_code_base64=aW1wb3J0IGxvZ2dpbmcKCmxvZ2dpbmcuYmFzaWNDb25maWcoZm9ybWF0PSJbJShhc2N0aW1lKXMgJShsZXZlbG5hbWUpc10gJShtZXNzYWdlKXMiLCBkYXRlZm10PSIleS0lbS0lZCAlSDolTTolUyIsIGxldmVsPWxvZ2dpbmcuSU5GTykKCgpkZWYgZGVmYXVsdF9mdW5jKCkgLT4gaW50OgogICAgcmV0dXJuIDEKCmxvY2FsX2RpY3QgPSB7CiAgICAiZGVmYXVsdF9mdW5jIjogZGVmYXVsdF9mdW5jLAp9Cg - plugin_config_module_name=plugin_config ``` `Failure: plugin "buf.build/python-pai/protobuf-to-pydantic" was not found`
**Description:** We currently have an existing Flutter app that needs to be upgraded to the latest Flutter and Dart versions (3.10 and 3.0.0 respectively). Additionally, we could discuss design modification...
Enables ability to use deep-links to traverse the app routes. **Android** - [x] https://collaction.org - [x] app://collaction.org - [x] https://collaction.app - [x] app://collaction.app **iOs** - [ ] https://collaction.org - [x]...
Freezed is taking a whole lot of building time. However we do not really have to use it for the models so we are opting to use plain dart classes...
We currently need to manually run commands to execute tasks like build_runner, format testing, analyzing etc. These are common tasks that can be run multiple times during development. We can...
Currently the app theming is using manually set colours from [constants.dart](https://github.com/CollActionteam/collaction_app/blob/development/lib/presentation/themes/constants.dart), meaning the app looks the same both in light mode and dark mode. This is a bad practice as...
For future simplicity of crowdaction sharing, we can have deeplinks that traverse directly to the particular shared crowdaction. This will not only be used for crowdactions but we may need...