Giter VIP home page Giter VIP logo

Comments (6)

danjenkins avatar danjenkins commented on May 22, 2024

I removed the /'s from the route names (based on other advice on the internet) and I encounter another error.

The following assertion was thrown building IconTheme(IconThemeData#2abdc(color:
I/flutter (19510): Color(0xdd000000))):
I/flutter (19510): A GlobalKey was used multiple times inside one widget's child list.
I/flutter (19510): The offending GlobalKey was: [GlobalObjectKey<NavigatorState> _WidgetsAppState#e9606]
I/flutter (19510): The parent of the widgets with that key was:
I/flutter (19510):   IconTheme
I/flutter (19510): The first child to get instantiated with that key became:
I/flutter (19510):   Navigator-[GlobalObjectKey<NavigatorState> _WidgetsAppState#e9606]
I/flutter (19510): The second child that was to be instantiated with that key was:
I/flutter (19510):   IconTheme
I/flutter (19510): A GlobalKey can only be specified on one widget at a time in the widget tree.

from dart-sip-ua.

ghenry avatar ghenry commented on May 22, 2024

DialPad was just added yesterday, so might be busted right now.

from dart-sip-ua.

danjenkins avatar danjenkins commented on May 22, 2024

Ahhh ok. Hadn't looked at when it was added. I'll go back in time in git and see if I can run it further back.

from dart-sip-ua.

danjenkins avatar danjenkins commented on May 22, 2024

@ghenry confirmed if I go back to caba6d7aedcc0eb23ecf060707d34098ccc50808 the demo works

from dart-sip-ua.

ghenry avatar ghenry commented on May 22, 2024

Thanks. Will leave this open for now.

from dart-sip-ua.

rlsutton1 avatar rlsutton1 commented on May 22, 2024

work around...
Modify the list of routes in main.dart to this...

  routes: {
    '/':(context)=>DialPadWidget(_helper),
    '/dialpad': (context) => DialPadWidget(_helper),
    '/register': (context) => RegisterWidget(_helper),
    '/callscreen': (context) => CallScreenWidget(_helper),
    '/about': (context) => AboutWidget(),
  },

from dart-sip-ua.

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.