gskinnerTeam / flutter-folio

A platform adaptive Flutter app for desktop, mobile and web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'AnimatedScale' is imported from both

desenmeng opened this issue · comments

[✓] 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.

Running into the same issue

same issue

same issue, any solutions?

same issue, any solutions?

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

same issue, any solutions?

I have addressed this in the following pull request: #64