Giter VIP home page Giter VIP logo

Comments (3)

danagbemava-nc avatar danagbemava-nc commented on May 10, 2024

Hi @loveoverflowdev, can you provide the output of flutter pub deps? The flutter create command does not add any third-party plugins. I created a new project with stable 3.19.6 and these are the dependencies. I was also able to run the app without any issues on my Pixel 7.

Dart SDK 3.3.4
Flutter SDK 3.19.6
wake 1.0.0+1
├── cupertino_icons 1.0.8
├── flutter 0.0.0
│   ├── characters 1.3.0
│   ├── collection 1.18.0
│   ├── material_color_utilities 0.8.0
│   │   └── collection...
│   ├── meta 1.11.0
│   ├── sky_engine 0.0.99
│   └── vector_math 2.1.4
├── flutter_lints 3.0.2
│   └── lints 3.0.0
└── flutter_test 0.0.0
    ├── async 2.11.0
    │   ├── collection...
    │   └── meta...
    ├── boolean_selector 2.1.1
    │   ├── source_span...
    │   └── string_scanner...
    ├── clock 1.1.1
    ├── fake_async 1.3.1
    │   ├── clock...
    │   └── collection...
    ├── leak_tracker 10.0.0
    │   ├── clock...
    │   ├── collection...
    │   ├── meta...
    │   ├── path...
    │   └── vm_service...
    ├── leak_tracker_flutter_testing 2.0.1
    │   ├── flutter...
    │   ├── leak_tracker...
    │   ├── leak_tracker_testing...
    │   ├── matcher...
    │   └── meta...
    ├── leak_tracker_testing 2.0.1
    │   ├── leak_tracker...
    │   ├── matcher...
    │   └── meta...
    ├── matcher 0.12.16+1
    │   ├── async...
    │   ├── meta...
    │   ├── stack_trace...
    │   ├── term_glyph...
    │   └── test_api...
    ├── path 1.9.0
    ├── source_span 1.10.0
    │   ├── collection...
    │   ├── path...
    │   └── term_glyph...
    ├── stack_trace 1.11.1
    │   └── path...
    ├── stream_channel 2.1.2
    │   └── async...
    ├── string_scanner 1.2.0
    │   └── source_span...
    ├── term_glyph 1.2.1
    ├── test_api 0.6.1
    │   ├── async...
    │   ├── boolean_selector...
    │   ├── collection...
    │   ├── meta...
    │   ├── source_span...
    │   ├── stack_trace...
    │   ├── stream_channel...
    │   ├── string_scanner...
    │   └── term_glyph...
    ├── vm_service 13.0.0
    ├── characters...
    ├── collection...
    ├── flutter...
    ├── material_color_utilities...
    ├── meta...
    └── vector_math...

from flutter.

loveoverflowdev avatar loveoverflowdev commented on May 10, 2024

Dear @danagbemava-nc,
Thank for your response.
Besides, your Pixel device is real device or virtual machine ?

This is the additional description as you mentioned above:

Dart SDK 3.3.4
Flutter SDK 3.19.6
ccwakelock 1.0.0+1
|-- cupertino_icons 1.0.8
|-- flutter 0.0.0
|   |-- characters 1.3.0
|   |-- collection 1.18.0
|   |-- material_color_utilities 0.8.0
|   |   '-- collection...
|   |-- meta 1.11.0
|   |-- sky_engine 0.0.99
|   '-- vector_math 2.1.4
|-- flutter_lints 2.0.3
|   '-- lints 2.1.1
'-- flutter_test 0.0.0
    |-- async 2.11.0
    |   |-- collection...
    |   '-- meta...
    |-- boolean_selector 2.1.1
    |   |-- source_span...
    |   '-- string_scanner...
    |-- clock 1.1.1
    |-- fake_async 1.3.1
    |   |-- clock...
    |   '-- collection...
    |-- leak_tracker 10.0.0
    |   |-- clock...
    |   |-- collection...
    |   |-- meta...
    |   |-- path...
    |   '-- vm_service...
    |-- leak_tracker_flutter_testing 2.0.1
    |   |-- flutter...
    |   |-- leak_tracker...
    |   |-- leak_tracker_testing...
    |   |-- matcher...
    |   '-- meta...
    |-- leak_tracker_testing 2.0.1
    |   |-- leak_tracker...
    |   |-- matcher...
    |   '-- meta...
    |-- matcher 0.12.16+1
    |   |-- async...
    |   |-- meta...
    |   |-- stack_trace...
    |   |-- term_glyph...
    |   '-- test_api...
    |-- path 1.9.0
    |-- source_span 1.10.0
    |   |-- collection...
    |   |-- path...
    |   '-- term_glyph...
    |-- stack_trace 1.11.1
    |   '-- path...
    |-- stream_channel 2.1.2
    |   '-- async...
    |-- string_scanner 1.2.0
    |   '-- source_span...
    |-- term_glyph 1.2.1
    |-- test_api 0.6.1
    |   |-- async...
    |   |-- boolean_selector...
    |   |-- collection...
    |   |-- meta...
    |   |-- source_span...
    |   |-- stack_trace...
    |   |-- stream_channel...
    |   |-- string_scanner...
    |   '-- term_glyph...
    |-- vm_service 13.0.0
    |-- characters...
    |-- collection...
    |-- flutter...
    |-- material_color_utilities...
    |-- meta...
    '-- vector_math...

from flutter.

danagbemava-nc avatar danagbemava-nc commented on May 10, 2024

Hi @loveoverflowdev, my Pixel 7 is a physical device.

Did you start experiencing this issue in a different project before you tried a new flutter project? If so, did that project or any of its dependencies depend on the wakelock plugin?

from flutter.

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.