fayeed / flutter_freshchat

The unofficial flutter plugin for Freshchat
https://pub.dartlang.org/packages/flutter_freshchat
MIT License
32 stars 36 forks source link

Customization through dart code #32

Closed karelric closed 4 years ago

karelric commented 4 years ago

Currently I can not find how to customize the theme.

It will be nice to have a way to customize the freshchat as they explain in their documentation.

Example:

FlutterFreshchat.init(
  appID: '<appID>',
  appKey: '<appKey>',
  navigatorBar: NavigatorBarStyle(
    backgroudColor: Colors.red,
  ),
);
ccfiel commented 4 years ago

yes this would be a great feature.

fayeed commented 4 years ago

@krel024 @ccfiel This is not possible with Flutter right now as you need to add Custom themes at native level you can refer the docs for IOS & Android here.

ccfiel commented 4 years ago

@fayeed thanks for the update! ☺️

DmytroB36 commented 4 years ago

@fayeed Could you please indicate on what path inside the plugin I can find the native code for android and for ios to modify the theme?

fayeed commented 4 years ago

@krel024 @ccfiel This is not possible with Flutter right now as you need to add Custom themes at native level you can refer the docs for IOS & Android here.

@nilecrocodile Follow the link mentioned in this reply