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

My new flutter app
I just released my first android app that I made with flutter.It's very simple app for people how do a lot of ipv4 calculation.​The idea behind the app :-This year we did the college exams online not in the class.So, lets leave the paper and pencil and using the smart phone :)​btw, I did 95/100 this year in network exam. like always :) (Not Important)https://youtu.be/hDMfNf371f4https://play.google.com/store/apps/details?id=center.ieye.ipv4_calculator

November 10, 2020 at 03:42PM by Night_Kin9
https://ift.tt/2Ubuz8i
New post on /r/flutterdev subreddit:

Flutter + Firebase Auth tutorials
Oh hey. I've been working through a series on using Firebase Auth with Flutter, so figured I'd share them here for anyone that's interested. Aiming to expand into some other areas soon (probably messaging or analytics, but I haven't settled on anything yet), and would love to hear what areas Flutter devs would like to see more info on :)https://medium.com/firebase-developers/dive-into-firebase-auth-on-flutter-email-and-link-sign-in-e51603eb08f8https://medium.com/firebase-developers/dive-into-firebase-auth-on-flutter-third-party-authentication-a242472ae347https://medium.com/firebase-developers/dive-into-firebase-auth-on-flutter-phone-and-anonymous-authentication-6ce4f17eb2a8

November 10, 2020 at 05:15PM by PaulTR88
https://ift.tt/3kc0LTK
New post on /r/flutterdev subreddit:

Medicine App in Flutter
Hi, I've just finished my medicines app, which you can save your daily pills and app will be send a notification when you have to take it. For more details visit my repository https://github.com/F-Y-E-F/Medicine-App-In-Flutter (don't forget to star it :D). Please send me feedback about your app user experience :)

November 10, 2020 at 04:01PM by FYEF
https://ift.tt/2IdnaDp
New post on /r/flutterdev subreddit:

How does everyone store their static application data?
In a node/web project I might have some json files that are just collections of static data, like items and npcs for a game. In flutter/dart, what would an equivalent be? A dart file that exports other dart files that define large arrays of data? Use json anyway and marshal it into objects later?

November 10, 2020 at 05:40PM by Tomnnn
https://ift.tt/36l1TiV
New tweet from FlutterDev:

📦 Every Flutter app is technically a Dart package!

Beginning with the next stable release, the Flutter tool will enforce the same naming conventions for new Flutter apps as any other Dart package.

👀 Look → https://t.co/vypr5cA26b

📚 Read → https://t.co/B7gyvbzXFY pic.twitter.com/16XGEBOWOi— Flutter (@FlutterDev) November 10, 2020

November 10, 2020 at 06:03PM
http://twitter.com/FlutterDev/status/1326208895300276225
New post on /r/flutterdev subreddit:

📦 Every Flutter app is technically a Dart package! Beginning with the next stable release, the Flutter tool will enforce the same naming conventions for new Flutter apps as any other Dart package. [via twitter.com@flutterdev]
https://ift.tt/2UaVP70

November 10, 2020 at 07:07PM by EngineerScientist
https://ift.tt/35fg0ak
New post on /r/flutterdev subreddit:

Am I the only one frustrated by the status of official plugins
I am an indie developer, I made a bet on Flutter am very happy with Flutter but everytime I use plugins (the official one to be more specific) I get frustrated. For instance flutter fire is a complete shit show (and I'm sorry about the choice of words). The Admob plugin has a lot of problems (same they problems it had for more than year) : memory leaks, ads on iOS are displayed in full screen and can't be dissmesed, ads fail to load a lot of times. Then we have a Firestore always last to get the new features out of all the platforms about 2 months after the features were announced still they're nowhere in the Flutter plugin (not in for example). Sorry for the long rant and I know that the Flutter team is doing their best but I just feel frustrated and I wanted to know if I was the only one who feel this way

November 10, 2020 at 09:47PM by yiss92
https://ift.tt/2IrS2zQ
New post on /r/flutterdev subreddit:

Does Flutter's hot reload sometimes prevent you to write complete widget tests?
I have been developing Flutter applications for several months and I sometimes being lazy and don't write any tests covering widgets that I've created, because hot reload is very fast at that moment and I can't find any time to test them. Maybe this is because of me not working in a collaborative environment where you would most definitely write tests for your code. What do you think about it?

November 11, 2020 at 01:01AM by f1r4tc
https://ift.tt/38w2eCg
New post on /r/flutterdev subreddit:

What do you guys use for deploying alpha/beta apps to your test users (who are both iOS and Android)?
I'm looking at AppCenter because it's honestly the only real option I've found. I managed to not find any documentation from Flutter themselves on cross platform test deployment. That kind of sucks.I'll admit, AppCenter has not been fun to try to use. Are there better easier options out there? Just something that'll allow me to push a commit I choose (or automatically, if it's set up that way) to my testers?

November 11, 2020 at 12:20AM by AwGe3zeRick
https://ift.tt/3ng03XF
New post on /r/flutterdev subreddit:

Help improve flutter - deprecate pigeon.
I've just raised an issue on github regarding the future of pigeon.The summary of the issue is:stop work on pigeon and redirect resources to ffi.commence work on providing a full set of dart api wrappers for the android and ios libraries .improve the ffi documentation with more worked examples.Encourage the community to contribute platform api wrappers to the ffi project.I'm of the opinion that the pigeon project is a stop gap measure.Moving to full ffi means that we can develop cross platform packages in a single language (Dart) and dump all of the java/obj-c/swift cruft.If you have a strong opinion on this either way please comment or vote on issue:https://github.com/flutter/flutter/issues/70254Providing google with feedback will help them allocate resources where the community most wants them.

November 11, 2020 at 02:55AM by bsutto
https://ift.tt/2InBXef
New post on /r/flutterdev subreddit:

Does Flutter include a command line debugger?
Does flutter include a command line debugger? I am finding it hard to find a page that clearly describes and command line debugger for flutter.I wanted to start playing around with using Debug Adapter Protocol to enabled flutter debugging in Sublime Text.

November 11, 2020 at 03:49AM by scorr204
https://ift.tt/38xd8Yw
New post on /r/flutterdev subreddit:

Open source testing resources
All the tutorials and articles about testing in flutter that I came across aim to teach "how" tests are written not "what" tests to write.I was wondering if there was any open source flutter projects that have tests which I can read and learn from. I'd like to get an idea about what tests should be written and what tests would be just a waste of time.Any advice on where I should look would also be very beneficial. Thank you.

November 11, 2020 at 09:11AM by theLastRealHuman
https://ift.tt/3eLiGjb
New post on /r/flutterdev subreddit:

3D model rendering
I wanted to ask if something has changed in terms of 3D model rendering. As far as I remember, most of the packages were lagging and unstable. Has anything changed? I really need a way to render 3d models, and making a unity widget doesn't feel like the most optimal decision.

November 11, 2020 at 08:41AM by Pyciko_
https://ift.tt/2Ivmc4Q
New post on /r/flutterdev subreddit:

Flutter in Apple’s new Silicon Mac
Apple is releasing it’s new line of mac with it’s own M1 Chip so the question is, will flutter app development work as it used to work or we’ve to wait for some update?

November 11, 2020 at 08:35AM by ketanchoyal
https://ift.tt/36kwAou
New post on /r/flutterdev subreddit:

Flutter Screen Record not recording full screen but only top header of the app
The issue right now is so that when I start to record, and stop it, it works, it creates the screen record and the video, but it does NOT record the full screen of it.Click here for a streamable video link from stramable.comSince in the plugin, right now, it does not say that i can set video screen size, its a bit strange because it records only top of the app and not the whole full screen.What i also realized, it recorded only a fraction of it and not whole 15 seconds that i did.Let me know what I am missing, Thank you.this is the code:​
startScreenRecord(bool audio) async { print('test'); bool start = false; await Future.delayed(const Duration(milliseconds: 1000)); if (audio) { print('test2'); start = await FlutterScreenRecording.startRecordScreenAndAudio( "Title" + _time.toString(), titleNotification: "dsffad", messageNotification: "sdffd"); } else { print('test3'); start = await FlutterScreenRecording.startRecordScreen("Title2", titleNotification: "dsffad", messageNotification: "sdffd"); } if (start) { print('start'); setState(() => recording = !recording); } return start; } stopScreenRecord() async { print('stop'); String path = await FlutterScreenRecording.stopRecordScreen; setState(() { print('setState'); recording = !recording; }); print("Opening video"); print(path); OpenFile.open(path); } } 


November 11, 2020 at 10:50AM by milotDev
https://ift.tt/3phrC4z