Coder Social home page Coder Social logo

Comments (30)

techno-disaster avatar techno-disaster commented on May 31, 2024 2

@bartekpacia @techno-disaster let's leave this to a newcomer, I have no idea the complexity of this, but with your guidance, I feel a newcomer could do this

yep, looks easy. Lets see if anyone picks it up

unless that also requires bloc implementation. 🤦. Will have to check.

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024 1

@bartekpacia @techno-disaster let's leave this to a newcomer, I have no idea the complexity of this, but with your guidance, I feel a newcomer could do this

yep, looks easy. Lets see if anyone picks it up

from mentorship-flutter.

 avatar commented on May 31, 2024 1

Hey @isabelcosta !
I'm Mahe. Can I please try resolving this issue?

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024 1

@Mahekhan sure. assigned it to you

from mentorship-flutter.

 avatar commented on May 31, 2024 1

Yayy! I was finally able to run the flutter app on my system.
mentorship-flutter
It might not be a big achievement, but I am just glad I didn't give up midway and finally got the app running.

from mentorship-flutter.

isabelcosta avatar isabelcosta commented on May 31, 2024 1

@Mahekhan great to see @techno-disaster is helping you out :) Excited to see you working on this issue 🤗

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024 1

@Mahekhan Try using Richtext. All the widgets you will need are already there in the stack overflow link i commented earlier

from mentorship-flutter.

 avatar commented on May 31, 2024 1

final_mentorship

from mentorship-flutter.

 avatar commented on May 31, 2024 1

Done. Made my first PR!
Please tell me what you think of it.

from mentorship-flutter.

isabelcosta avatar isabelcosta commented on May 31, 2024

@bartekpacia @techno-disaster let's leave this to a newcomer, I have no idea the complexity of this, but with your guidance, I feel a newcomer could do this

from mentorship-flutter.

 avatar commented on May 31, 2024

Hey @techno-disaster !
I tried following the step by step instructions given here: https://github.com/anitab-org/mentorship-flutter
After installing Flutter SDK and Android SDK, I cloned the mentorship-flutter repository on my system. I opened it on my external IDE (ATOM). I switched to the beta using 'flutter channel beta' command.
When I then give the 'flutter run' command in the flutter console, I get this error;

flutter

But, when I check the contents of the mentorship-flutter repository, the pubspec.yaml file is already there.
here;
atom

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024

@Mahekhan cd into the app directory

from mentorship-flutter.

 avatar commented on May 31, 2024

Yes, thankyou.

from mentorship-flutter.

 avatar commented on May 31, 2024

Now, I myself can see the issue mentioned in the description by @isabelcosta .

from mentorship-flutter.

 avatar commented on May 31, 2024

I think it's the register_screen.dart file in the register folder of the repository that would require the changes. Am I correct, @techno-disaster ?

from mentorship-flutter.

 avatar commented on May 31, 2024

I was googling how to add hyperlinks to text in dart files.
So that I could convert the phrases; Code of Conduct, Terms, and Privacy Policy; into hyperlinks.

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024

I think it's the register_screen.dart file in the register folder of the repository that would require the changes. Am I correct, @techno-disaster ?

yes @Mahekhan . Great work until now, keep it up 👍

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024

@Mahekhan we have already used url_launcher in the project. You can refer to this stackoverflow link incase you are stuck

from mentorship-flutter.

 avatar commented on May 31, 2024

Hey, @techno-disaster !
I was able to convert the desired pieces of text into hyperlinks. I used 'GestureDetector' widget.
yay
When clicked, the hyperlinks cause browser to open those respective webpages.
yay2
But now the texts is getting overflowed because I removed the 'Flexible' widget.

from mentorship-flutter.

 avatar commented on May 31, 2024

Hey, @techno-disaster ! Instead of using GestureDetector, I now used RichText ; like you told me to.
But, I am unable to fix the text overflow issue. The stackoverflow link you provided, and many others I searched, none of them helped me.
I tried wrapping the row using 'Wrap', but to no avail.

from mentorship-flutter.

 avatar commented on May 31, 2024

I tried using Expanded and Flexible too.

from mentorship-flutter.

 avatar commented on May 31, 2024

Please guide me some more.

from mentorship-flutter.

 avatar commented on May 31, 2024

Okay, It's done!!!!! <3

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024

Great work figuring it out yourself @Mahekhan . was busy so couldn't help you earlier but congrats 💯 Next steps: make a PR :)

from mentorship-flutter.

 avatar commented on May 31, 2024

Hey, @techno-disaster.

I improved it a bit.
Earlier the check box was not aligned with the text.
Now, it is!
kardala

from mentorship-flutter.

 avatar commented on May 31, 2024

@techno-disaster , would you please help with making a PR?
I haven't done it before.

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024

@Mahekhan sure, first push your local changes to your forked github repo, then head on over to pull requests, click "New Pull Request". Select "compare across forks" and select your fork, then click "create pull request" . A template should load up for you. Make the required changes in the template, and click Create Request and you are done :). Feel free to ping me if you get stuck in between.

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024

@techno-disaster, hey! Please review my PR. :)

Yes @Mahekhan , working on it. Need to make sure everything is right

from mentorship-flutter.

isabelcosta avatar isabelcosta commented on May 31, 2024

For next person that picks this up, the PR #73 was almost done, so you can continue this work on your PR :)

from mentorship-flutter.

techno-disaster avatar techno-disaster commented on May 31, 2024

Moved to #97

from mentorship-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.