Yasin Arık

Results 22 comments of Yasin Arık

My MacBook has an Intel CPU. (2019 MB Pro) Running on macOS Monterey, Flutter 2.10.1, iOS Simulator && iPhone 8 #### I am getting a similar error too: ``` [!]...

Hi @Moyck. I am not the developer of this package but I had some experience with this library. Are you running it on an `iOS` or an `Android` device? For...

Yes. I have just realized that I can't update as an object whereas I can insert. I use the version `v1.3.3-cloud.3`. ### This will be super helpful for such a...

> 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 Thanks a lot @josephcrowell. This one is working:...

When will there a MacOS version?

When `ListView.builder` is used with `shrinkWrap: true`, it all loses the on-demand rendering feature. In the end, it performs very inefficiently. Because shrinkWrap wants the ListView.builder to calculate all the...

> The app is only available for windows, you might be able to compile it but if you are trying to compile it to use the application on MacOS then...

> @BoogieHasFun FYI there's also UTM (https://mac.getutm.app/), which allows you to run x86 on M1-based Macs (and some ARM64 OSes on x86). It's free and open-source. There is some performance...

> Feel free to have a look at my package [flim](https://github.com/erf/flim) on how to render lots of image atlases. I've used the API `canvas.drawAtlas` to render lots of sprites effectively....

Thanks @chunghha . This PR should be accepted and merged. Until then, people can use it by editing project's `pubspec.yaml` file as below: ```yaml smooth_page_indicator: git: url: https://github.com/chunghha/smooth_page_indicator ref: 0d3f6ee...