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

iCloud Drive as Storage
Is it possible with flutter to save files to iCloud Drive directly? Haven’t found a plug-in to this yet.

August 31, 2020 at 09:14PM by alixfu
https://ift.tt/3bdTKyR
New post on /r/flutterdev subreddit:

DoYouEvenFlutter? [EP.1] Scroll to Element in list. Do you know how to tackle this problem? Maybe this 3 min read will help you next time! #flutter #flutterdev
https://ift.tt/3gFbZhO

August 31, 2020 at 08:59PM by ThatLukeUrban
https://ift.tt/3gMi4ZZ
New post on /r/flutterdev subreddit:

While developing a mobile app, in which cases I can use both local (SQFlite) and remote databases (MongoDB Cloud) together and also how I can handle both relational and NoSQL sources?
I am trying to understand the nature of the mobile apps which use both SQFLite and MongoDB, why it uses, and how.

August 31, 2020 at 10:58PM by shdw2x
https://ift.tt/2QFA39F
New post on /r/flutterdev subreddit:

Tomb Toad snakes
/r/indiegames/comments/ikat23/tomb_toad_snakes/

September 01, 2020 at 03:16AM by mission-ctrl
https://ift.tt/3lArUlg
New post on /r/flutterdev subreddit:

How to protect flutter plugin from being edited.
I am planning to make a plugin but also i don’t want the people using it to edit it.I know its easy to edit some plugin and integrate as own in the code.But is there any way to secure that like from the api side such as with some authentication key or anything.Thank you in advance. ☺️😊

September 01, 2020 at 07:45AM by Kushal_m
https://ift.tt/3jvzsns
New post on /r/flutterdev subreddit:

Flutter apps that made it to the featured list?
Hey guys,As part of an ongoing investigation we're doing in my work place, we would like to see examples of Flutter apps that made it to the Featured list of either of the 2 app stores.We know of Reflectly, but nothing else?Do you know of an app like that? Got a link to share?Many thanks.

September 01, 2020 at 09:09AM by ResponsibilityLeft50
https://ift.tt/2EN8t7P
New post on Flutter Dev Google group:

Flutter testing newbie help
Hi peeps I have been developing my own app and now that im finished i wanna test that app. But the issue is i haven`t seen any tutorials or examples similar to mine every video just takes the basic example from flutter docs and explains it. Is anyone willing to show me how to run widget tests

September 01, 2020 at 09:17AM by Nikola Jovanoski
https://ift.tt/2YT4fD0
New post on Flutter Dev Google group:

Method was called on null
Hi I am getting this error when using bloc. I am not sure why it says so. Here is the code I am using injectable but @injectable class SignupFormBloc extends Bloc
New post on Flutter Dev Google group:

ReorderableListView children different than a List.map()
I have posted an issue on github => https://ift.tt/3hMUk9r This is not a bug but a problem I am facing while making the todoey app. Please take a look at it and help me if you can. Thank you.

September 01, 2020 at 01:21PM by Varun Arora
https://ift.tt/3jBVghs
New post on /r/flutterdev subreddit:

Exposing all Android NDK apis with FFI bindings
I've grown quite fond of generating libraries lately, and it got me wondering. I'm not well versed in the Android NDK, but shouldn't it be possible to generate FFI-bindings for all NDK APIs? Do all APIs have shared libraries located in the OS like OpenGL? It feels like a huge opportunity to be able to publish a pure Dart package instead of a plugin for these functionalities.

September 01, 2020 at 01:35PM by Schwusch
https://ift.tt/3gJ4EO9
New post on /r/flutterdev subreddit:

Weekly Flutter showcase?
When is this even happening? (Closed source)

September 01, 2020 at 02:06PM by chrisrutkowski
https://ift.tt/34QRRXF
New post on Flutter Dev Google group:

How to automatically crop to data within an Image?
I have an image that I initialized to be all 0 values. * img.Image onlyDog = img.Image.from(decodedImage); // decodedImage is of size 720, 1080* * // reset all pixels to 0.* * img.fill(onlyDog, img.Color.fromRgba(0, 0, 0, 0));* The full size of the ``onlyDog`` image is ``720 x 1080``.

September 01, 2020 at 02:15PM by Faraz Khan
https://ift.tt/32LNKcY
New post on /r/flutterdev subreddit:

Is there any reason to use Dio over dart:http?
I'm writing an app that uses a REST API to get data and I'm using the dart:http package for requests. Is there any reason to use a library like Dio instead? It looks like it does the same as dart:http.

September 01, 2020 at 02:47PM by UnicornsOnLSD
https://ift.tt/2EPJTDk
New post on /r/flutterdev subreddit:

App Feedback Thread - September 01, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

September 01, 2020 at 02:33PM by AutoModerator
https://ift.tt/31KlWq3
New tweet from FlutterDev:

🌴 <Google Summer of Code 2020>

With a Google mentor, @ayushbherwani built a PlatformChannel sample app to send messages between @dart_lang and native code using platform channels.

Learn more about his #GSoC experience &darr; https://t.co/SpdZiCwp6Y— Flutter (@FlutterDev) September 1, 2020

September 01, 2020 at 05:30PM
http://twitter.com/FlutterDev/status/1300818195222351876
New post on /r/flutterdev subreddit:

basic TCP sockets .
HiI want to create a client tcp socket , where I connect, send and read data. WebSockets isnt any use as I dont want to use HTTP etc , but just basic read and writes (with call backs). I will be sending and reading non ascii characters. I cant find any examples, anyone point me in the direction of a good example?​ThanksScott

September 01, 2020 at 05:25PM by ScottDe123
https://ift.tt/34U9cio