skip to Main Content

CSS not displaying on html

Today I wanted to start a new project but when i finished my asset-loader and everything and did the first request something very strange happend. My css file is displayed as an "imported" css file in the chrome devtool sources-tab…

VIEW QUESTION

Asset not Found in Flutter and Dart

I am getting the "asset not found" error when I try to run my app. Here are my files. main.dart: import 'package:flutter/material.dart'; void main() { runApp(MaterialApp( home: Scaffold( appBar: AppBar( title: Text('I Am Rich'), centerTitle: true, backgroundColor: Colors.blueGrey[900], ), //…

VIEW QUESTION
Back To Top
Search