Skip to content

Commit f6edb03

Browse files
author
Anatolii
authored
Merge pull request #2 from rustkas/PREFER-using-lowerCamelCase-for-constant-names-1
PREFER using lowerCamelCase for constant names
2 parents e2bca5d + f41ae3a commit f6edb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Title: Flutter Interview Questions
4444
* What are keys in Flutter and when should you use it?
4545
* What are `GlobalKeys`?
4646
* When should you use `mainAxisAlignment` and `crossAxisAlignment`?
47-
* When can you use `double.INFINITY`?
47+
* When can you use `double.infinity`?
4848
* What is `Ticker`, `Tween` and `AnimatedBuilder`?
4949
* What is ephemeral state?
5050
* What is an `AspectRatio` widget used for?

0 commit comments

Comments
 (0)