Giter VIP home page Giter VIP logo

Comments (3)

brianegan avatar brianegan commented on June 12, 2024 2

Hey there -- ya, this is an unfortunate issue with the way Flutter is handling imports :/ Scoped model and other libraries suffer because of this bug: dart-lang/sdk#33076
You can find the solution on this issue: #15

Please try following this advice and see if it fixes it for ya!

"
EDIT2:

Ok i just figured out, that this had something to do with how the imports are made. I just followed the autocompletion in Android Studio and changed

import 'model.dart';
to

import 'package:scoped_model_test/model.dart';
i think i have to look up what this actually means in regards to dart (i am quite new to that language). I think i can close this for now and added a TLDR; on top.
"

from scoped_model.

matiux avatar matiux commented on June 12, 2024 1

Hi @brianegan I discovered this problem just 10 minutes ago. I was using it like that

import 'dir/second_page.dart';

Now I have changed the import like that:

import 'package:my_app/second_page.dart';

And now it works.

But I'm still trying to figure out the difference between the two imports

from scoped_model.

brianegan avatar brianegan commented on June 12, 2024 1

Awesome, glad it worked!

Really, they're the same and should be interpreted as such, but according to the bug on the Dart SDK repo: "This can cause the same library file to be imported both using a file URI and a package URI, causing it to be interpreted as two different libraries."

from scoped_model.

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.