2 questions from the last 7 days
            
            
            1
            vote
        
        
            1
            answer
        
        
            29
            views
        
    Navigator.of in flutter
                hi guys I am not able to navigate in my flutter pages:
when I run this command on FLOATINGACTIONBUTTON onPressFunction (
onPressed: () {
                Navigator.of(context).pushNamed('/new_note');
  ...
            
        
       
    
            0
            votes
        
        
            0
            answers
        
        
            10
            views
        
    Anaconda Navigator installed but no cmd or prompt terminal
                I installed the Anaconda Navigator but the root (or any virtual environment that I create through the Navigator) lack a cmd or prompt terminal that I could use, so I cannot create environments from ...