Skip to content

Codelab word puzzle section 6 code sample does not have any import statements #159588

@freddieFishCake

Description

@freddieFishCake

The code for lib/widgets/crossword_info_widget.dart

is missing the required imports (in the web page that describes what to do) and does not compile - however having copy / pasted the name of the file and checked the source I see that the source is OK, so it's a display issue of some sort for the web page).

I added these imports locally to make it work:

import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';

import '../providers.dart';
import '../utils.dart';
import './ticker_builder.dart';

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listteam-codelabsOwned by Codelabs teamtriaged-codelabsTriaged by Codelabs team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions