GithubHelp home page GithubHelp logo

is it still working ? about teledart HOT 6 CLOSED

edoofx avatar edoofx commented on August 17, 2024
is it still working ?

from teledart.

Comments (6)

HeySreelal avatar HeySreelal commented on August 17, 2024

Hey, I tried to replicate this issue with Dart 3, on my M1. It was working fine. Can you please elaborate on the issue a little more? Or share the full stack trace of the error?

from teledart.

edoofx avatar edoofx commented on August 17, 2024

i create from new project flutter, and copy and paste same as example, but [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Connection failed'

do you mind i see your code for comparison ?

from teledart.

HeySreelal avatar HeySreelal commented on August 17, 2024

Okay, okay now I get it.

Can you check if you have registered the INTERNET permission for your app on AndroidManifest.xml? Here's the snippet:

<manifest ...>
    <uses-permission android:name="android.permission.INTERNET"/>
   
    <!-- ... -->
</manifest>

Let me know if this works, regards :)

from teledart.

DinoLeung avatar DinoLeung commented on August 17, 2024

@edoofx Dart 3 support will be addressed in #256

from teledart.

Kolovrat19 avatar Kolovrat19 commented on August 17, 2024
    final username = (await Telegram(BOT_TOKEN).getMe()).username;
    var teledart = TeleDart(BOT_TOKEN, Event(username!));
    teledart.deleteWebhook();
    teledart.start();

from teledart.

DinoLeung avatar DinoLeung commented on August 17, 2024

Closing this as it's inactive. This library has no intention to support flutter, however it should work in flutter with the correct permission setup on the targeted platforms as @HeySreelal has pointed out.

from teledart.

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.