https://github.com/darshn-n/network-image-search
A new Flutter Package which helps to search Unsplash Network Images from multiple websites with customizable width and height. Compatible to Android and iOS.
https://github.com/darshn-n/network-image-search
Last synced: 3 months ago
JSON representation
A new Flutter Package which helps to search Unsplash Network Images from multiple websites with customizable width and height. Compatible to Android and iOS.
- Host: GitHub
- URL: https://github.com/darshn-n/network-image-search
- Owner: darshn-n
- License: other
- Created: 2022-08-15T06:39:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T03:27:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T02:47:35.115Z (5 months ago)
- Language: C++
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Network Image Search
First Open Source Flutter based Beautiful Network Search Image Package.
## Features
* [x] Compatible on Android and iOS.
* [x] Customizable width and height.
* [x] Beautiful Network Images
* [x] Name and Related Name parameter.
* [x] Fully Responsive
* [x] Free and No Watermark Images
* [x] Loading indicator (Coming Soon)### Show some :heart: and star the repo to support the project
### Screenshots
![]()
![]()
### Usage
[Example](https://github.com/darshn-n/Network-Image-Search/blob/master/example/example_app.dart)
### Created & Maintained By
[Darshan N](https://github.com/darshn-n)
> If you found this project helpful or you learned something from the source code and want to thank me
# 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 atUnless 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](https://flutter.dev/).## Usage
* To add the following dependency to your [pubspec.yaml](https://github.com/darshn-n/Network-Image-Search)
```yaml
dependencies:
flutter:
sdk: flutter
network_image_search:
``````dart
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.