This is the Error when u are uploading files to firestore firebase. So I sol this Error. Checkout the answer below in Answers section. Thanks
Asked
Active
Viewed 1,625 times
2 Answers
4
Just add this Line in Imports import 'package:path/path.dart' as Path;

kamran khan
- 597
- 3
- 10
-
you are a true life savior – Muhammad Arslan Oct 11 '21 at 15:18
1
import 'package:path/path.dart' as Path; first import this file then add Path. just before baseman()

Muneeb Shahzad
- 11
- 2
-
Quote the code for more readability by wrapping specific words with `(backtick) – Pathik Patel Apr 08 '22 at 10:34