Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Open source flutter projects with tests
Does anyone have any open-source flutter projects with completed tests? I am trying to learn good practices of testing but so far the only resources I have found aren't as adequate for me. So if anyone has any well-tested projects I would really like to read and see how it's done.

March 25, 2021 at 02:25AM by sahvoz31
https://ift.tt/3cj6aYs
New post on /r/flutterdev subreddit:

Why is there only Pdanet+/easytether apps for tethering /hiding tether usage?
With Flutter 2 I'm surprised there hasn't been an attempt to write a tether app. I would love to try and make one but have no idea how to hook into the data aspects of sharing/hiding hotspot/tether usage. Can Dart/Flutter handle that type of data? Tbh I know very little of Dart/Flutter so more info in how to begin this would be helpful. Eventual f-droid support would be incredible too.

March 25, 2021 at 02:17AM by KageOG
https://ift.tt/3ck3Tw1
New tweet from FlutterDev:

πŸ“£βœ¨ #FlutterEngage in UK & Ireland!#FlutterEngage UK & Ireland is happening this Thursday, March 25th 6pm GMT. Join the event for 3 great talks and a Q&A with @timsneath!

RSVP here πŸ‘‰ https://t.co/EDAWwtmm22 pic.twitter.com/rBJkbNQZkSβ€” Flutter (@FlutterDev) March 25, 2021

March 25, 2021 at 04:00AM
http://twitter.com/FlutterDev/status/1374918967169531904
New post on /r/flutterdev subreddit:

Null-safety packages not working
After upgrading to Flutter 2.0.3 lots for Null-Safety packages are not workingflutter_barcode_scanner : 2.0.0-nullsafety.0 shutting down VMblue_thermal_printer: ^1.1.2 Throws Null Type ErrorIs there anybody give me some alternative bug free Null-Safety packages which does the smiler tasks.And I need similar null-safety packages for sms_otp_auto_verify: ^1.2.2Any support and help will be highly appreciated.Most Important question ....Can we downgrade and build our app in earlier flutter framework ? Will it cause any problem in the near future.Thank you

March 25, 2021 at 05:04AM by excode_net
https://ift.tt/3fpDfUL
New post on /r/flutterdev subreddit:

Flutter video call, audio call and live streaming.
Hello to all the Developers,I have a question and I really think this is the best place to ask. That said, any help or knowledge will be helpful.TO THE POINT.I am working on my app and wanted to add a video/audio call or even a live streaming feature/s like Instagram to it, but unfortunately, all the posts and ideas I found on the WWW (unbelievable but true) is about third parties like Agora, Sinch, etc...My goal is to create something similar to IG live streaming for users for free, not to charge for that service or anything of that kind of direction.But instead, all the possibilities I find are WebRTC, which is not fully customizable (a lot of unnecessary buttons) and that applies to its "brother" (JITSI).Can anyone (Savior) come and save me pleaseeeee πŸ˜”πŸ˜”?Thanks in advance.

March 25, 2021 at 07:09AM by flutterlova
https://ift.tt/2NPckGi
New post on /r/flutterdev subreddit:

An Open Source Android Launcher App example with Flutter + YouTube tutorial
Hey, here I have an Android Launcher App with tutorial made with Flutter. It's simple, but knowing Flutter you can add a loads of functionalities to it. Happy FlutteringTutorial: https://www.youtube.com/watch?v=5QJU3QIBLIw
Source: https://github.com/lohanidamodar/fl_live_launcher

March 25, 2021 at 07:54AM by lohanidamodar
https://ift.tt/3d5pUhp
New post on Flutter Dev Google group:

firebase_messaging 9.0.1: error with Firebase.initializeApp()
Hi guys, according to https://ift.tt/32eDXuS, with 9.0.1, there is no extra step to integrate it in flutter, it didn't mention to call Firebase.initializeApp(). but however, when I try to launch the app, it gives the error: [ERROR:flutter/lib/ui/ui_dart_state.cc(186)]

March 25, 2021 at 09:02AM by Siyi Wang
https://ift.tt/3smKHDE
New post on /r/flutterdev subreddit:

Flutter + Riverpod World Clock Application with Source Code
Open source Flutter + Riverpod sample application, A world clock using http://worldtimeapi.org/ open API.Source: https://github.com/lohanidamodar/flutter_worldtime

March 25, 2021 at 09:12AM by lohanidamodar
https://ift.tt/2QxrIIh
New post on /r/flutterdev subreddit:

Run R Code in Flutter?
Hello everyone,Im just curious about if in a Flutter app you can run some R algorithm or code, coz I tried with C and C++ and was no problem at all, but im not sure how to do it with R.Any suggestion?Thanks in advance

March 25, 2021 at 09:35AM by Kchopo
https://ift.tt/3sl2laP
New post on /r/flutterdev subreddit:

Using Shared preference in flutter how to retrieve data and save data in shared preference .
https://ift.tt/31gNcLF

March 25, 2021 at 11:41AM by Dream10candev
https://ift.tt/2P9vNC6
New post on /r/flutterdev subreddit:

Conversation with my girlfriend about Account kit integration in the Flutter.
https://ift.tt/3aAaxfA

March 25, 2021 at 01:37PM by ooWYXNoo
https://ift.tt/2NXnby8
New post on /r/flutterdev subreddit:

Suggestions for a new Flutter Package
I have been developing applications using Flutter for quite some time now (I think one and a half years). I wanted to ask the fellow developers here that "one Flutter package" (which is currently unavailable) which could help you code better (or save you from the drudgery), what would it be? (With a short description).If you really have something in mind that could help you and other Flutter Developers, please write to me at [sam.jain2122@gmaill.com](mailto:sam.jain2122@gmaill.com).

March 25, 2021 at 07:54PM by ProfessionalEar2404
https://ift.tt/3tWV3uq
New tweet from FlutterDev:

πŸ’™ Develop multi-platform apps with @flutterdev!

Learn how Flutter can support building high quality experiences for a variety of screens including foldables, web, mobile, and in-vehicle experiences ↓ https://t.co/F6FOUepxUgβ€” Google Play Apps & Games (@GooglePlayDev) March 25, 2021

March 25, 2021 at 10:00PM
http://twitter.com/FlutterDev/status/1375190908967153670
New post on /r/flutterdev subreddit:

New TextSpan hover callbacks in Flutter
Since yesterday, it became a little bit easier to create "real" hyperlinks with hover-effect because of two new callbacks that fire when the mouse is hovering over a TextSpan.Here is an example:
class HyperText extends StatefulWidget { @override _HyperTextState createState() => _HyperTextState(); } class _HyperTextState extends State<HyperText> { late final _r = TapGestureRecognizer()..onTap = _onTap; var _hover = false; @override void dispose() { _r.dispose(); super.dispose(); } void _onTap() => print('Link was clicked'); @override Widget build(BuildContext context) { return Text.rich( TextSpan( children: [ TextSpan( text: 'This is a ', mouseCursor: SystemMouseCursors.text, ), TextSpan( text: 'Link', style: TextStyle( decoration: TextDecoration.underline, color: _hover ? Colors.blue : null, ), mouseCursor: SystemMouseCursors.click, onEnter: (_) => setState(() => _hover = true), onExit: (_) => setState(() => _hover = false), recognizer: _r), TextSpan( text: '!', mouseCursor: SystemMouseCursors.text, ), ], ), ); } } 
Unfortunately, you cannot simply set the mouseCursor for the container TextSpan. And adding a gesture recognizer is as chatty as before, requiring a stateful widget. Still, a nice improvement and you don't have to use your own render object to do the hit testing yourself.

March 26, 2021 at 09:02AM by eibaan
https://ift.tt/2PseNHa
New post on Flutter Dev Google group:

Error when i try to implement scroll inside my registration page
The following assertion was thrown while applying parent data.: I/flutter (21259): Incorrect use of ParentDataWidget. I/flutter (21259): The ParentDataWidget Positioned(bottom: 10.0) wants to apply ParentData of type StackParentData to a I/flutter (21259): RenderObject, which has been set up to

March 26, 2021 at 11:49AM by malik gee
https://ift.tt/2NV5lvD