iampawan / VelocityX

A minimalist Flutter framework for rapidly building Flutter apps.

Home Page:https://velocityx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove elementAtOrNull

chems17 opened this issue · comments

commented

Please remove elementAtOrNull
from this:
https://github.com/search?q=repo%3Aiampawan%2FVelocityX%20elementAtOrNull&type=code

This method is not longer needed because flutter already has this method:
https://api.flutter.dev/flutter/package-collection_collection/IterableExtension/elementAtOrNull.html

By the way the method in VelocityX does not work as correctly as the one in Flutter.
Regards

Fixed with v4.1.1