Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code #37

Closed
Mun0nKado opened this issue Feb 16, 2021 · 1 comment
Closed

Refactor code #37

Mun0nKado opened this issue Feb 16, 2021 · 1 comment

Comments

@Mun0nKado
Copy link

If you want to not hardcode the alphabet list

List _alphabet = List.generate(26, (i) => String.fromCharCode('A'.codeUnitAt(0) + i)))

List _alphabet = [

@hifiaz
Copy link
Owner

hifiaz commented Mar 10, 2021

Thank you @Mun0nKado updated in 1.0.1+4

@hifiaz hifiaz closed this as completed Mar 10, 2021
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

No branches or pull requests

2 participants