Messio
Messio copied to clipboard
An open source messenger app built using flutter
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.8 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 5.1.0 to 5.3.0. Release notes Sourced from dot-prop's releases. v5.3.0 Make .delete() return a boolean (#66) 24916ff https://github.com/sindresorhus/dot-prop/compare/v5.2.0...v5.3.0 v5.2.0 Allow specifying undefined as the object for .get()...
 The error is coming with the packeg ImageProvider
Main fix is fixing the pagination of messages so that the ordering of messages is called prior to the startAtDocument function. Also had to update the dependencies because cached_network_image dependency...
Here's the error messages: n) Compiler message: /d:/flutter/.pub-cache/hosted/pub.dartlang.org/cached_network_image-1.1.1/lib/src/cached_network_image_provider.dart:42:24: Error: The method 'CachedNetworkImageProvider.load' has fewer positional arguments than those of overridden method 'ImageProvider.load'. ImageStreamCompleter load(CachedNetworkImageProvider key) { ^ /d:/flutter/packages/flutter/lib/src/painting/image_provider.dart:403:24: Context: This...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
I am having two issues on register page. The number picker widget only works if I select an image from gallery first. The background image only gets updated when the...
seems that Equatable API had changed and the code at the events part do not build any longer, i have the following code: import 'dart:io'; import 'package:equatable/equatable.dart'; import 'package:meta/meta.dart'; @immutable...
I would love to be able to have more than one person in a chat room. Instead of picking a contact, you could pick a chat and join. i'm currently...