Network Image Search
First Open Source Flutter based Beautiful Network Search Image Package.
Features
-
xCompatible on Android and iOS.xCustomizable width and height.xBeautiful Network ImagesxName and Related Name parameter.xFully ResponsivexFree and No Watermark ImagesxLoading indicator (Coming Soon)
Show some :heart: and star the repo to support the project
Screenshots

Usage
Created & Maintained By
If you found this project helpful or you learned something from the source code and want to thank me darshan51081@gmail.com
License
Copyright 2022 Darshan N
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Getting started
For help getting started with Flutter, view our online documentation.
Usage
- To add the following dependency to your pubspec.yaml
dependencies:
flutter:
sdk: flutter
network_image_search:
return Scaffold(
body: Center(
child: Unsplash(
width: '720',
height: '360',
category: 'bike',
subcategory: 'cycle',
),
),
);
Additional information
This package is Light-weight and it does not acquire any of the external or internal storage of your project. Completely Network based Images.