Git Product home page Git Product logo

Comments (4)

jonataslaw avatar jonataslaw commented on May 17, 2024

There is no mistake, you are using a dead version of Flutter.
update your Framework with:
flutter upgrade
and you will not experience mistakes.
Flutter stable is at version 1.12.13
Flutter Beta is using version 1.17.0
Flutter dev is using 1.18.0.

Probably using a legacy Dev version of Get would work for you, but I don't recommend it. Update your Framework.

from getx.

jonataslaw avatar jonataslaw commented on May 17, 2024

pub.dartlang.org/fluttertoast-4.0.1/ios/Classes/FluttertoastPlugin.m:71:21
This error is not Get relationed
You have errors in all plugins because you are using a legacy transition version of Flutter, this for example is not an error of Get, but of your Toast library. you will never have a successful build using plugins updated with legacy versions of the Framework. But with a command of 2 words you solve this.

from getx.

liugangnhm avatar liugangnhm commented on May 17, 2024
[✓] Flutter (Channel dev, v1.18.0-dev.5.0, on Linux, locale zh_CN.UTF-8)
    • Flutter version 1.18.0-dev.5.0 at /home/xxx/Dev/flutter
    • Framework revision 7f56b53de4 (8 天前), 2020-04-12 12:00:01 -0400
    • Engine revision beb8a7ec48
    • Dart version 2.8.0 (build 2.8.0-dev.20.0 89b0f67261)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    • Android SDK at /home/xxx/Dev/Android/SDK
    • Platform android-29, build-tools 29.0.3
    • ANDROID_HOME = /home/xxx/Dev/Android/SDK
    • Java binary at: /home/xxx/.local/share/JetBrains/Toolbox/apps/AndroidStudio/ch-0/192.6392135/jre/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
    • All Android licenses accepted.

[✓] Android Studio (version 3.6)
    • Android Studio at /home/xxx/.local/share/JetBrains/Toolbox/apps/AndroidStudio/ch-0/192.6392135
    • Flutter plugin version 45.1.1
    • Dart plugin version 192.7761
    • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)

[✓] Connected device (1 available)
    • Redmi 4X • 257f9a817d24 • android-arm64 • Android 7.1.2 (API 25)

some issue

from getx.

jonataslaw avatar jonataslaw commented on May 17, 2024

Flutter (Channel dev, v1.18.0-dev.5.0, on Linux, locale zh_CN.UTF-8)

on docs

How to use?
Add this to your package's pubspec.yaml file:

dependencies:
  get: ^1.17.2 // ^1.20.0-dev on beta/dev/master

If you are using the dev branch, you should use the plugin's dev branch as well

add this to your pubspec:

get: ^1.20.0-dev

from getx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.