gskinnerTeam / flutter-folio

A platform adaptive Flutter app for desktop, mobile and web.
MIT License
3.84k stars 789 forks source link

'AnimatedScale' is imported from both #63

Open desenmeng opened 3 years ago

desenmeng commented 3 years ago
[✓] Flutter (Channel beta, 2.5.0, on macOS 11.3.1 20E241 darwin-x64, locale
    en-CN)
lib/views/auth_page/device_screens.dart:88:18: Error: 'AnimatedScale' is imported from both 'package:flutter/src/widgets/implicit_animations.dart' and 'package:flutter_folio/_widgets/animated/animated_scale.dart'.
          child: AnimatedScale(
                 ^^^^^^^^^^^^^
lib/views/home_page/covers_sortable_list.dart:187:22: Error: 'AnimatedRotation' is imported from both 'package:flutter/src/widgets/implicit_animations.dart' and 'package:flutter_folio/_widgets/animated/animated_rotation.dart'.
              child: AnimatedRotation(
                     ^^^^^^^^^^^^^^^^
lib/views/home_page/book_cover/book_cover.dart:81:17: Error: 'AnimatedScale' is imported from both 'package:flutter/src/widgets/implicit_animations.dart' and 'package:flutter_folio/_widgets/animated/animated_scale.dart'.
                AnimatedScale(
                ^^^^^^^^^^^^^
Failed to compile application.
JaysonBH commented 3 years ago

Running into the same issue

samatzp commented 3 years ago

same issue

MarcusOhman91 commented 3 years ago

same issue, any solutions?

samatzp commented 3 years ago

same issue, any solutions?

flutter_neumorphic: git: url: git://github.com/Idean/Flutter-Neumorphic.git

Ram8948 commented 3 years ago

same issue, any solutions?

GQAdonis commented 3 years ago

I have addressed this in the following pull request: https://github.com/gskinnerTeam/flutter-folio/pull/64