prongbang / screen_protector

Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for Android and iOS.
https://pub.dev/packages/screen_protector
MIT License
42 stars 23 forks source link

Color' isn't a type #15

Closed himani2022 closed 1 year ago

himani2022 commented 1 year ago

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/screen_protector-1.1.4/lib/screen_protector.dart:76:51: Error: Type 'Color' not found. static Future protectDataLeakageWithColor(Color color) async

kader93t commented 1 year ago

he should import 'package:flutter/material.dart';

himani2022 commented 1 year ago

he should import 'package:flutter/material.dart';

this worked, thanx alot

prongbang commented 1 year ago

Fixed version 1.1.5

Thank you for report 👍