Update pubspec.yaml, lib/views/chat.dart files
This commit is contained in:
parent
1c948079ba
commit
f373e7a65e
|
@ -396,7 +396,7 @@ class _ChatState extends State<_Chat> {
|
||||||
SvgPicture.asset(
|
SvgPicture.asset(
|
||||||
"assets/chat.svg",
|
"assets/chat.svg",
|
||||||
height: double.infinity,
|
height: double.infinity,
|
||||||
color: Theme.of(context).primaryColor.withOpacity(0.1),
|
color: Theme.of(context).primaryColor.withOpacity(0.05),
|
||||||
),
|
),
|
||||||
SafeArea(
|
SafeArea(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|
|
@ -27,7 +27,7 @@ dependencies:
|
||||||
famedlysdk:
|
famedlysdk:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/famedly/famedlysdk.git
|
url: https://gitlab.com/famedly/famedlysdk.git
|
||||||
ref: f681bf93ab0b82667e3e80416e0d334c1a748c4f
|
ref: 5eda493ba2ca529fb351ca15028868a25ed6196e
|
||||||
|
|
||||||
localstorage: ^3.0.1+4
|
localstorage: ^3.0.1+4
|
||||||
bubble: ^1.1.9+1
|
bubble: ^1.1.9+1
|
||||||
|
|
Loading…
Reference in a new issue