Implementation of BastiUi design in Flutter

0 0

smiley_ui

Implementation of BastiUi design in Flutter. (Inspired by Aloïs Deniel implementation)

(I might make a package out of it at some point)

Getting started

Add the package by adding the following to your pubspec.yaml:

smiley_ui:
  git:
    url: https://github.com/TesteurManiak/bastiui_smileys.git

Widgets & Methods

SmileyWidget

Base widget which draws an animated smiley.

Code Sample

SmileyWidget(
    expression: SmileyExpression.happy,
);

Screenshot

SmileysSelection

Widget which displays a list of smileys and allows selection. You can use the argument expressions to specify which smileys to display.

Code Sample

SmileysSelection();

Screenshot

SmileyBottomSheet

Bottom sheet which contains the SmileysSelection widget. You can also display this widget with the method showSmileysBottomSheet.

Code Sample

SmileyBottomSheet();

showSmileysBottomSheet(context);

Screenshot

SmileysDialog

Dialog which contains the SmileysSelection widget.

  • You can also display this widget with the method showSmileysDialog.
  • Supported parameters: title, submitButtonText, cancelButtonText, submitButtonStyle and cancelButtonStyle.

Code Sample

SmileysDialog();

showSmileysDialog(context);

Screenshot

Credits

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Minesweeper on flutter, look like an old win95 application
Entrada siguiente A Simple Flight Booking Mobile Appication Built With Flutter