flutter-incall-manager icon indicating copy to clipboard operation
flutter-incall-manager copied to clipboard

How to import or how to use this pulgin in my flutter project

Open arpandesai opened this issue 5 years ago • 5 comments

I am a newbie to Flutter So can you tell me How I am supposed to import this plugin to Flutter project

Thanks

arpandesai avatar Apr 19 '19 11:04 arpandesai

the same question, why not upload to pub.dev? Then it will be easy to use.

JasonHao123 avatar Jul 23 '19 05:07 JasonHao123

Try read https://flutter.dev/docs/development/packages-and-plugins/using-packages#dependencies-on-unpublished-packages

GioviQ avatar Aug 17 '19 08:08 GioviQ

You can see how I used this plugin here https://github.com/GioviQ/video-chat-experiment

GioviQ avatar Sep 20 '19 12:09 GioviQ

If anyone is still confused, you add to your pubspec.yaml dependencies:

dependencies:
  # ...
  flutter_incall_manager:
    git:
      url: git://github.com/kangshaojun/flutter-incall-manager.git

CoreyCole avatar Jan 07 '20 23:01 CoreyCole

The git URL above is not working when I did try to get the incall_manager package, so I checked the link right above and found the configuration below, that worked for me:

  flutter_incall_manager:
    git:
      url: git://github.com/GioviQ/flutter-incall-manager.git

pulstar avatar Apr 01 '20 21:04 pulstar