sp_initials 0.0.4 copy "sp_initials: ^0.0.4" to clipboard
sp_initials: ^0.0.4 copied to clipboard

This plugin returns initial letters of the full name with customizable background, so it can be useful while creating contacts or chat application.

sp_initials #

A flutter plugin to get the initial letters of full name.

Usage #

This plugin returns initial letters of the full name with customizable background, so it can be useful while creating contacts or chat application.

How to use #

To use this plugin, add sp_initials as a dependency in your pubspec.yaml file.

# add this line in your dependencies
sp_initials: ^0.0.1
// import this package in your dart file
import 'package:sp_initials/sp_initials.dart';

Example #

Text(SpInitials.getInitials('Shankar Pariyar')),
child: SpInitials.getInitialsWithShape(context: context, fullName: 'Shankar Pariyar'),
property description default
context Pass context of ancestor widget (required) required
fullName String, full name to get initial letters(required) required
radius radius of bakground shape (when font size is changed, radius of background shape is changed accordingly) 30.0
isCircle if true, creates circle shape false
borderRadius for rectangle with rounded border (isCircle must be false) null
borderWidth shape outline/border (when borderColor is set, default borderWidth = 1.0) null
borderColor shape outline/border color (when borderWidth is set, default borderColor = primaryColor) null
backgroundColor shape background color primaryColor
fontSize initial letters' font size (when font size is changed, radius of background shape is changed accordingly) 14.0
fontWeight to change the font weight normal
fontColor to change the font color black
fontFamily to change the font family android: Roboto, iOS: San Francisco
letterSpacing to provide space between initial letters (+ve value to increase space, -ve value to decrease space) 0.0

Preview Images #

7
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This plugin returns initial letters of the full name with customizable background, so it can be useful while creating contacts or chat application.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on sp_initials