Ayad Bin Saleem

Results 3 issues of Ayad Bin Saleem

Implement search capability to provider. A discussion opened here [https://github.com/rrousselGit/provider/discussions/737] 1- Add searchCallback to Provider.of() method to give the user the ability to search for a specific value. 2- Add...

**Describe the bug** I'm trying to create a PDF document on a separate isolate, and I use a custom font using `fontFromAssetBundle` method. its works fine for the web, but...

bug
needs triage

I ran `dart run build_runner build` for the following class: ```dart import 'package:isar/isar.dart'; import 'package:objectid/objectid.dart'; part 'foo.g.dart'; @Collection() class Foo { final ObjectId id; final String value; Foo({required this.id, required...