Mutlu Simsek

Results 54 comments of Mutlu Simsek

Try to change the compileSdkVersion of the package to 29.

I think this package is needed by every flutter developer and the best place to maintain it could be flutter community. So I opened an issue. Please upvote it. https://github.com/fluttercommunity/community/issues/74

> I pushed out a fork which includes all missing icons including Fontisto fonts and jibiel's fixes for null safety support: https://pub.dev/packages/flutter_font_icons Why did you remove common api `FlutterIcons`? @josephcrowell

@josephcrowell do you have any plan to implement a common api? This way, it is hard to search and find icons.

Currently, I am doing that way. But if we could add this option, it would be shorter. If you think it is not necessary, we can close the issue.

People who have nested Listview builder in widget tree and who get data from some API desperately need this and I guess they are not even aware of groupby function...

Any update? Thank you.

https://pub.dev/packages/dio_cache_interceptor

I have the same problem. The app is working in debug model but not in release mode. Could you please publish a new version with the proposed fix?

I tried to write a test but failed. ```dart import 'dart:async'; import 'dart:math'; import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:cloud_firestore_platform_interface/src/method_channel/method_channel_firestore.dart'; import 'package:firebase_core/firebase_core.dart'; import 'package:firebase_core_platform_interface/firebase_core_platform_interface.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter_test/flutter_test.dart'; import './mock.dart'; void...