GeekyAnts / flutter-login-home-animation

Other
1.24k stars 284 forks source link

Missed library #2

Closed aemitos closed 6 years ago

aemitos commented 6 years ago

Hi,

I was testing your project and I got this:

Andres-MBP:flutter_tests andre$ git clone https://github.com/GeekyAnts/flutter-login-home-animation
Cloning into 'flutter-login-home-animation'...
remote: Counting objects: 149, done.
remote: Compressing objects: 100% (119/119), done.
remote: Total 149 (delta 16), reused 143 (delta 10), pack-reused 0
Receiving objects: 100% (149/149), 3.37 MiB | 2.29 MiB/s, done.
Resolving deltas: 100% (16/16), done.
Andres-MBP:flutter_tests andre$ cd flutter-login-home-animation/dribbbledanimation/
Andres-MBP:dribbbledanimation andre$ flutter run
Running "flutter packages get" in dribbbledanimation...      3.5s
Your application could not be compiled, because its dependencies could not be established.
The following Dart file:
  /Users/andre/git/flutter_tests/flutter-login-home-animation/dribbbledanimation/lib/main.dart
...refers, in an import, to the following library:
  package:dribbbledanimation/Routes.dart
That library is in a package that is not known. Maybe you forgot to mention it in your pubspec.yaml file?

Regards

dmastag commented 6 years ago

@aemitos The name of the package in the pubspec is wrong have a look at https://github.com/GeekyAnts/flutter-login-home-animation/pull/1/files for a fix

aemitos commented 6 years ago

Yeah. Now it's working. Congratulations to the developers. It's beautiful. Thank you very much.