Skip to content

getting errors while run the app on local #61

Open
@Mahesh-Langote

Description

@Mahesh-Langote

The method 'FlatButton' isn't defined for the type 'SimpleRoundIconButton'.
Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'.

lib/login_screen_1.dart:148:30: Error: The method 'FlatButton' isn't
defined for the class 'LoginScreen1'.

  • 'LoginScreen1' is from
    'package:flutter_login_screens/login_screen_1.dart'
    ('lib/login_screen_1.dart').
    Try correcting the name to the name of an existing method, or defining a
    method named 'FlatButton'.
    child: FlatButton(
    ^^^^^^^^^^
    lib/login_screen_1.dart:168:40: Error: The method 'FlatButton' isn't
    defined for the class 'LoginScreen1'.
  • 'LoginScreen1' is from
    'package:flutter_login_screens/login_screen_1.dart'
    ('lib/login_screen_1.dart').
    Try correcting the name to the name of an existing method, or defining a
    method named 'FlatButton'.
    child: FlatButton(
    ^^^^^^^^^^
    lib/login_screen_1.dart:194:30: Error: The method 'FlatButton' isn't
    defined for the class 'LoginScreen1'.
  • 'LoginScreen1' is from
    'package:flutter_login_screens/login_screen_1.dart'
    ('lib/login_screen_1.dart').
    Try correcting the name to the name of an existing method, or defining a
    method named 'FlatButton'.
    child: FlatButton(
    ^^^^^^^^^^
    lib/login_screen_1.dart:214:40: Error: The method 'FlatButton' isn't
    defined for the class 'LoginScreen1'.
  • 'LoginScreen1' is from
    'package:flutter_login_screens/login_screen_1.dart'
    ('lib/login_screen_1.dart').
    Try correcting the name to the name of an existing method, or defining a
    method named 'FlatButton'.
    child: FlatButton(
    ^^^^^^^^^^
    lib/login_screen_1.dart:240:30: Error: The method 'FlatButton' isn't
    defined for the class 'LoginScreen1'.
  • 'LoginScreen1' is from
    'package:flutter_login_screens/login_screen_1.dart'
    ('lib/login_screen_1.dart').
    Try correcting the name to the name of an existing method, or defining a
    method named 'FlatButton'.
    child: FlatButton(
    ^^^^^^^^^^
    Waiting for connection from debug service on Chrome... 30.5s
    Failed to compile application.
    PS C:\Mahesh-Space\FlutterScreens>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions