network_image_search 1.0.0 copy "network_image_search: ^1.0.0" to clipboard
network_image_search: ^1.0.0 copied to clipboard

A new Flutter Package which helps to search Unsplash Network Images from multiple websites with customizable width and height. Compatible to Android and iOS.

Network Image Search #

First Open Source Flutter based Beautiful Network Search Image Package.

Features #

  • Compatible on Android and iOS.

    • Customizable width and height.
    • Beautiful Network Images
    • Name and Related Name parameter.
    • Fully Responsive
    • Free and No Watermark Images
    • Loading indicator (Coming Soon)

Show some ❤️ and star the repo to support the project #

Screenshots #

Usage #

Example

Created & Maintained By #

Darshan N

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 #

    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.

15
likes
130
pub points
57%
popularity

Publisher

unverified uploader

A new Flutter Package which helps to search Unsplash Network Images from multiple websites with customizable width and height. Compatible to Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on network_image_search