special_symbols

A very special symbols in string which is not in keyboard.

Getting Started

With this pub you can able to use an special symbols as strings in your app. for install use this command

flutter pub add special_symbols

or add this to your pubspec.yaml

special_symbols: <lastest-version>

then run flutter pub get . then use any of this in your code to use.

SpecialSymbols.om,
SpecialSymbols.indianRupee,
SpecialSymbols.arrowLeft,
SpecialSymbols.doubleArrowLeft,
SpecialSymbols.arrowUp,
SpecialSymbols.doubleArrowUp,
SpecialSymbols.arrowRight,
SpecialSymbols.doubleArrowRight,
SpecialSymbols.arrowDown,
SpecialSymbols.doubleArrowDown,
SpecialSymbols.arrowLeftRight,
SpecialSymbols.doubleArrowLeftRight,
SpecialSymbols.arrowUpDown,
SpecialSymbols.doubleArrowUpDown,
SpecialSymbols.bulletPoint,
SpecialSymbols.doubleBulletPoint,
SpecialSymbols.bulletPointEmpty,
SpecialSymbols.doubleBulletPointEmpty,
SpecialSymbols.bulletPointTriangle,
SpecialSymbols.squareRoot
SpecialSymbols.cubeRoot,
SpecialSymbols.copyright,
SpecialSymbols.registered,
SpecialSymbols.degreeCelsius,
SpecialSymbols.degreeFahrenheit,
SpecialSymbols.forAll,
SpecialSymbols.greaterThenOrEqualTo,
SpecialSymbols.lessThenOrEqualTo,
SpecialSymbols.infinity,
SpecialSymbols.notEqual,
SpecialSymbols.equal,
SpecialSymbols.partialDifferential,
SpecialSymbols.thereExists,
SpecialSymbols.thereNotExis,
SpecialSymbols.ohm,
SpecialSymbols.ohmInverted,

Libraries

special_symbols