Flutter Packages Series - CachedNetworkImage

Опубликовано: 27 Октябрь 2024
на канале: Izweb Technologies
1,875
16

Introduction
---------------------------------------

1. A flutter library to show images from the internet and keep
them in the cache directory

2. Widget now uses builders for the placeholder

3. Widget now uses builders for the placeholder

Installation
----------------------------------

1. Depend on it - pubspec.yaml

dependencies:
cached_network_image: ^1.1.2+1

2. You can install packages from the command line:

flutter pub get

Learn more here

https://github.com/renefloor/flutter_...

------------------------------------------------------------------
Website:
https://izwebtechnologies.com/