Results 27 comments of Shreyas Thirumalai

I was trying this. This is what I could come up with: ``` bottom: TabBar( isScrollable: true, onTap: _onTabSwitch, tabs: tabs .map((text) => Tab( child: Container( width: MediaQuery.of(context).size.width / tabs.length,...

> Maybe see how [FastHub](https://github.com/thermatk/FastHub-Libre) handles certain views? All of FastHubs tabs under the page title are scrollable elements

> Considering there are many self-hosted versions, in which some are legacy versions (without GraphQL API), perhaps we should hold this for a while. Hi, not sure I understand this....

> The current Dart SDK version is 2.10.4. > I tried 2.2.1 and it stucked forever. @linsui seems like your dart version is 2.10.4 but your flutter version is fine....

Oh ok ``` lib/screens/ge_search.dart:28:39: Warning: Operand of null-aware operation '?.' has type 'String' which excludes null. String get _keyword => _controller!.text?.trim() ?? ''; ^ lib/screens/gh_repo.dart:273:54: Warning: Operand of null-aware operation...

@linsui is there any way to test this locally? Do you have any links?

@weeebdev can you verify with this endpoint if the repos you wish to be fetched are visible? I'm not a member of any gitlab project so I can't verify. https://gitlab.com/api/v4/users/{your_user_id}/projects?membership=true&Private-Token={your_private_token}....

Sorry, I don't exactly understand. I've never written one before. By plugin do you mean, I use `flutter_markdown` and create a package that identifies the `@` symbol and converts it...

hi @pd4d10 I managed to get it working(only github links). But stuck on something. Suppose the current account is gitlab, the link wont load. I'm thinking of going through all...

Also I don't think it's possible to do for iOS. I made it work only on android. For iOS the website needs to host a file to allow it to...