Skip to content

error in snopshot #1

@poyjie

Description

@poyjie

lib/main.dart:43:47: Error: A value of type 'List

?' can't be assigned to a variable of type 'List' because 'List?' is nullable and 'List' isn't.

  • 'List' is from 'dart:core'.
  • 'Article' is from 'package:news_app/model/article_model.dart' ('lib/model/article_model.dart').
    List articles = snapshot.data;

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