Skip to content

Conversation

@bugnano
Copy link
Collaborator

@bugnano bugnano commented Jan 31, 2022

No description provided.

vickz84259 and others added 30 commits May 18, 2021 12:41
Signed-off-by: Victor Omondi <victor@slick.co.ke>
A Flutter version greater than 2.12.0 is required to be able to use Dart's
null safety features.

Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
This widget acts like a simple wrapper around the WebView widget provided by
webview_flutter.

Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Named parameters can't start with an underscore. This means the signature
variable shall not be private.

Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Since ChatBoxOptions and InboxOptions are very similar, it makes sense to
have them share a superclass. The ChatOptions class will serve this
purpose.

Signed-off-by: Victor Omondi <victor@slick.co.ke>
The ChatBox and Inbox classes are very similar and share a lot of methods.
With this in mind, having a class that they both extend helps prevent having
unnecessary redundant code.

Signed-off-by: Victor Omondi <victor@slick.co.ke>
These two classes don't need to be instantiated directly hence they
deserve to be abstract classes.

Signed-off-by: Victor Omondi <victor@slick.co.ke>
Also rearranged the order of the exports to be alphabetical

Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
The css changes implemented fix the issue where the Chat's height wasn't
covering the whole height of the WebView widget. It also removes the small
margins to the left and right of the chatbox.

Signed-off-by: Victor Omondi <victor@slick.co.ke>
When the package is used in an app, the index.html asset was not getting
loaded. This was due to an incorrect path in the pubspec.yaml file

Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Signed-off-by: Victor Omondi <victor@slick.co.ke>
Added some basic metadata about the library.

Signed-off-by: Victor Omondi <victor@slick.co.ke>
@bugnano bugnano merged commit 6484cf7 into main Feb 2, 2022
bugnano added a commit that referenced this pull request Feb 2, 2022
First public release
bugnano added a commit that referenced this pull request Feb 2, 2022
First public release
@eteeselink eteeselink deleted the dev branch April 1, 2022 11:27
zSoNz pushed a commit to zSoNz/talkjs-flutter that referenced this pull request Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants