aloisdeniel / flutter_plugin_appcenter

Flutter plugins for accessing Visual Studio App Center services.
55 stars 51 forks source link

all import statements fail #13

Open rtessler opened 5 years ago

rtessler commented 5 years ago

putting

import 'package:appcenter/appcenter.dart'; import 'package:appcenter_analytics/appcenter_analytics.dart'; import 'package:appcenter_crashes/appcenter_crashes.dart';

in main.dart, produce not found errors on flutter run

micmdk commented 4 years ago

Temporarily fix could be to import directly from github using

` appcenter: git: url: git://github.com/aloisdeniel/flutter_plugin_appcenter.git path: src/appcenter ref: master

appcenter_analytics: git: url: git://github.com/aloisdeniel/flutter_plugin_appcenter.git path: src/appcenter_analytics ref: master`