samarthagarwal / FlutterScreens

A collection of Screens and attractive UIs built with Flutter ready to be used in your applications. No external libraries are used. Just download, add to your project and use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upper camel case on the methods

peekpt opened this issue · comments

Hello,
I'm having warnings about Upper camel case used on methods,

You need to correct from:
 Widget SignupPage() {....


to:
Widget signupPage() {....

Feel free to change the variable/method names.