Skip to content

patoliavishal/image_picker_flutter

Repository files navigation

Flutter Image Picker For Android, iOS, Window & Web

A Flutter sample app for demonstrating how to pick images from different platform and display.

Getting Started

Plugins

The Flutter plugins used in this project are as follows:

Add the following to your pubspec.yaml file:

  cupertino_icons: ^1.0.2
  file_picker: ^4.5.1

Usage

In order to run this project, you have to follow the steps below:

  1. Clone the project:

    git clone https://github.com/patoliavishal/image_picker_flutter.git
  2. Get Flutter packages:

    flutter pub get
  3. Run the app:

    flutter run

If my example really helpful to you then please don't forgot to press Star icon.

License

Copyright (c) 2022 Vishal Patolia

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

http://www.apache.org/licenses/LICENSE-2.0

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.

Contributing to Flutter FCM Push Notification

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create New Pull Request