flutter_superchat 0.0.5 copy "flutter_superchat: ^0.0.5" to clipboard
flutter_superchat: ^0.0.5 copied to clipboard

outdated

Chating Ui Template - You can build a buitiful chat application with few lines of code. Easy to customise and easy to understand the code. Code is open source you can download or edit the code. Thanks [...]

flutter_superchat #

Flutter Chatting Ui Template.

###Chat Template Integration.


Implement Chat Template with very minimal lines of code. Want to implement this in your project?

Steps To Integrate it into your project . #


CustomChatTemplate(2,itemBuilder: (context,index){
	 return (index % 2 == 0) ?
		  LeftMessage(text: "Hey this auther is crazy",) :
		  RightMessage(text: "Indeed he is..!",);
	},
	onTap: (int index){
		print(index.toString());
	}
)

Types Of Message You can Send . #


###Constructores CustomChatTemplate

(this.itemCount
				   {this.itemBuilder,
					this.scrollController,
					this.onTap,
					this.onLongTap});

LeftMessage and RightMessage uses following Constructors

({
	this.text,
	this.textColor,
	this.backgroundColor,
	this.fontSize,
	this.readText,
	this.tickImage,
	this.fontName
});

LeftImage and RightImage uses following Constructors

 ({
	 this.backgroundColor,
	 this.fontName,
	 this.tickImage,
	 this.readText,
	 this.image,
	 this.heroTag
 });

LeftVideo and RightVideo uses following Constructors

({
	this.backgroundColor,
	this.fontName,
	this.tickImage,
	this.readText,
	this.thumbNail,
	this.heroTag
});

Help.


  • You can email me to nikhilishwar2@gmail.com if any update or suggestion required and also support me with the improvement of this project.
16
likes
0
pub points
0%
popularity

Publisher

verified publisherluckyapp.in

Chating Ui Template - You can build a buitiful chat application with few lines of code. Easy to customise and easy to understand the code. Code is open source you can download or edit the code. Thanks for Using this package

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_superchat