network_image_search 0.0.1 network_image_search: ^0.0.1 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 Material Design Music Player(Online Radio will be added soon.)
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 #
Flute Music Player Plugin #
Created & Maintained By #
If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕
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 const Scaffold(
body: Center(
child: UnsplashImages(
width: '720',
name: 'bike',
relatedName: 'cycle',
height: '360',
),
),
);
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.