Skip to content

feat: Emojis in emoji button#44

Open
zzanp wants to merge 8 commits into
feelfreelinux:developfrom
zzanp:develop
Open

feat: Emojis in emoji button#44
zzanp wants to merge 8 commits into
feelfreelinux:developfrom
zzanp:develop

Conversation

@zzanp

@zzanp zzanp commented Jan 2, 2020

Copy link
Copy Markdown

No description provided.

@zzanp zzanp mentioned this pull request Jan 3, 2020

@feelfreelinux feelfreelinux left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far so good, just some nitpicking :)

Thanks for your contribution!

}

Widget _drawButtons() {
List<String> lennies = ['( ͡° ͜ʖ ͡°)','( ͡° ʖ̯ ͡°)','( ͡º ͜ʖ͡º)','( ͡°( ͡° ͜ʖ( ͡° ͜ʖ ͡°)ʖ ͡°) ͡°)','(╥﹏╥)','(╯︵╰,)','(ʘ‿ʘ)','(。◕‿‿◕。)','(⇀‸↼‶)','(òóˇ)','(✌ ゚ ∀ ゚)☞','ʕ•ᴥ•ʔ','ᶘᵒᴥᵒᶅ','(⌒(oo)⌒)','ᄽὁȍ ̪ őὀᄿ','( ͡€ ͜ʖ ͡€)','( ͡° ͜ʖ ͡°)','( ͡° ͜ʖ ͡°)ノ⌐■-■','(⌐ ͡■ ͜ʖ ͡■)','¯\\\\\\_(ツ)\\_/¯','(ꖘ⏏ꖘ)','(╯°□°)╯︵ ┻━┻','( ͡~ ͜ʖ ͡°)','( ಠ_ಠ)','(・へ・)','(ง✿﹏✿)ง','(づ•﹏•)づ','乁(♥ ʖ̯♥)ㄏ','|૦ઁ෴૦ઁ','乁(⫑ᴥ⫒)ㄏ','(ꖘ‸ꖘ)','(✿ ͟ʖ✿)','(งⱺ ͟ل͜ⱺ)ง','( ̄෴ ̄)','ヽ( ͠°෴ °)','└[⚆ᴥ⚆]┘','ヽ(☼ᨓ☼)ノ','XD','(ⴲ﹏ⴲ)','(ಠ‸ಠ)','(ง ͠° ͟ل͜ ͡°)ง','( ಠ_ಠ)','(-‸ლ)','( ͡° ͜ʖ ͡° )つ──☆*:・゚','(╭☞σ ͜ʖσ)╭☞"'];

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move it to top file scope

Comment thread lib/widgets/author.dart
? Utils.getDateFormat(
widget.date, 'dd.MM.yyyy \'o\' HH:mm:ss')
: Utils.getSimpleDate(widget.date),
: Utils.getSimpleDate(widget.date) + (widget.app != null ? " via ${widget.app}" : ""),

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use templates

tooltip: "Emotikony",
onTap: () => {}, // TODO: dodac ekran z lennymi
onTap: () => {
showDialog(

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

export it to function (ex. _showLennyPicker)

? Utils.getDateFormat(
model.date, 'dd.MM.yyyy \'o\' HH:mm:ss')
: Utils.getSimpleDate(model.date),
: Utils.getSimpleDate(model.date) + (model.app != null ? " via ${model.app}" : ""),

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use template instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants