Category Archives: Flutter

Automatically adapt to API changes

Whenever there are API changes in Flutter, then one need to update the code for the new APIs by removing the deprecated API and adding the alternative APIs. You can do it by using the following commands automatically: First check what needs to be updated by using the following command: And if you see ‘DEPRECATED_MEMBER_USE’,

Read More