Skip to content

Tip #64 - FutureProvider.family non correctly initialized in the example #12

@flyby3d

Description

@flyby3d

AsyncValue<Weather> weather = ref.watch (weatherFutureProvider) ;

should be:

AsyncValue<Weather> weather = ref.watch (weatherFutureProvider('London') ;

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