How to Fix 'AssetManifest' is imported from both 'package:flutter...' and 'package:google_fonts...' error
Introduction
In this article I'll share with you how to fix'AssetManifest' is imported from both 'package:flutter/src/services/asset_manifest.dart' and 'package:google_fonts/src/asset_manifest.dart'.
When you run your flutter app you might notice thi...