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

TextField iOS [struggle now] [help]
Excuse me, can anyone help, it may be too simple but I'm struggling...​My struggle: behavior of TextField on iOS.​Expected behavior:- one tap: to show toolbarOptions- drag: to move the cursor​Actual behavior:- double tap- long press before able to drag​The first time running Flutter app on iOS, I felt like it was a bug. It was really an unexpected behavior (have to play around a bit to realize).​Question: how to customize those behaviors?​Thanks for your time

August 20, 2020 at 12:57PM by tsdd01
https://ift.tt/3heudIf
New post on /r/flutterdev subreddit:

Face Recognition
Can I use face recognition to search the face in Google, like how the reverse search worksSo I can get the name of the person who is being searchedI know the question is weird but any help will be appreciatedThanks for reading :)

August 20, 2020 at 01:58PM by Pkshri
https://ift.tt/3hgfMDg
New post on /r/flutterdev subreddit:

'Future-proof'
So recently I've been assigned to a project here in my company. The project (Android/iOS) was expected just to be another maintenance which included changes in API, company rebranding. But the changes to be made are breaking changes, the code was not touched for more than a year. Ultimately our team suggested to revamp the whole app since it's easier that way. Our manager suggests that the app would be done in Xamarin.Forms, since the previous app was built using it.I made estimates (purely developer effort) based on the features and the available designs that our UI/UX have done. One thing I noticed is that the designs are heavily influenced by Material Design.Being a mobile developer who've used Xamarin and Flutter, I've made two estimations, one of each framework. I noticed that more efforts will be done in creating custom controls in Xamarin.Forms, not to mention some customizations are needed to be tweaked at the platform level. Although Xamarin.Forms provide the Material Visual to controls (but not all), some out-of-the-box controls are still lacking features such as text fields with user input visual feedback (i.e. error states, input length, helper text), customizable dialogs.I presented my estimations showing this app can be easily done in Flutter compared to Xamarin. But my manager is quite reluctant since I'm the only one in our team who knows Flutter, and he is concerned on how it would be maintained in the long run.

August 20, 2020 at 03:18PM by contrix09
https://ift.tt/327tMsF
New post on Flutter Dev Google group:

Font size and layout
Hi folks, Is there a way to avoid changing the font size and layout in my app when the system font size is changed to a larger or smaller one? If the system font size has been changed to larger, the layout in my app is broken. Thanks, -Sue

August 20, 2020 at 03:26PM by Şükriye Ludwig
https://ift.tt/326YHW4
New post on /r/flutterdev subreddit:

What are the best complete examples of apps for common tasks?
Hi,
I'm searching for a complete example of a mobile app where I could learn the basic concepts as authentication, fetching and filtering the lists of data, correct navigation between views, the right way to work with data so that no excessive requests and memory used. Can anyone suggest a single source for that or I need to crawl the net for every small detail I need? Flutter documentation is quite extensive, but it's not enough to build something for practical use. Examples they have in official documentation is too simplistic, not for something really useful.Also I'd like to know your opinion about the sources you use for learning Flutter:View Poll

August 20, 2020 at 03:29PM by vivimai19
https://ift.tt/3gf2nKv
New post on /r/flutterdev subreddit:

I made Instagram Like ImagePicker.
Hi. My first app has just been completed.
It is Instagram Like ImagePicker. but not same 100%code : https://github.com/jpoh281/instagram_image_pickerImage Pick by Gallery : pick image -> cropping based on min(width, height) -> resize (250,250)
Image Pick by Camera : take a picture ( 16 : 9 I don't know change to 4 : 3) -> Center Crop -> resize (250,250)

August 19, 2020 at 06:51PM by jpohpoh
https://ift.tt/3iXevBr
New post on /r/flutterdev subreddit:

Still in development, but excited to see AWS come to Flutter! Who would use this over firebase?
https://ift.tt/348yyZI

August 20, 2020 at 05:23PM by mrgnhnt96-dev
https://ift.tt/2Eann8e
New tweet from FlutterDev:

😊 We want to hear from YOU!

Fill out this user survey so we can learn how to improve Flutter, and make it an even better tool for you.

On behalf of the Flutter team,
Thank you

🖊️ Take the survey here → https://t.co/lsHMohUPFN pic.twitter.com/ALyTXm258O— Flutter (@FlutterDev) August 20, 2020

August 20, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1296477138925817860
New post on /r/flutterdev subreddit:

How do you do testing? especially in regards to mocking and faking stuff
So finally got to set up testing for my app, read through the docs, got a bit confused by the difference between the `test` and `flutter_test` package, looked through mockito and started writing my first tests.This is when i noticed, that it sometimes is really hard or impossible to mock or fake certain parts of the code. I remember last time i did something like this is node.js, i was able to mock stuff that gets imported by my code such as "http" or I/O related modules. Now i can't seem to do the same thing in Dart/Flutter, which is making me wonder how to set up testing for some of my code.For example, i want to test a class called `ApiService` which contains all my api calls. The way i designed it, is that the class has its own instance of httpclient, so I'd call init() once (the whole class is static i.e. only static methods), which creates a new httpclient instance, which is then used in my future api calls. Problem is now, that during testing, I seemingly have no way to mock, fake or otherwise modify this httpclient.Or another example: I have some function `foo(String bar){....}` which should call `static void foobar()` inside `class SomeService`, but only if `bar == "foobar"`. Now i want to verify that `foobar()` has been called, but how can i fake/stub/mock a static method of a class ?The only solution i can see, is completely refactoring my whole codebase to always have a kind of dependency injection for these things, which is something that I'd rather not do, considering the time effort.I'd be happy to have some input from you ppl, or hear how you handled this ? I am really hoping the answer isn't "Should've thought about testing before you wrote that code"....

August 20, 2020 at 06:13PM by shorty_luky99
https://ift.tt/3aHa2QB
New post on /r/flutterdev subreddit:

Flutter for production, is it really ready yet?
Realistic feedback request:Is Flutter actually ready for production, or better for dev experiments still?We're weighing cross-platform mobile solutions and keep going swaying between Flutter or just Kotlin / Swift.So, any production caveats, etc? We're about to sink considerable resources.

August 20, 2020 at 05:59PM by osiris679
https://ift.tt/3l50Ni3
New post on Flutter Dev Google group:

How to display image outside of container.
Hello I want to create a container with text and Image. But my image is not in Fixed size. Please help me how to design widget looking in below image. Images are come from URL.

August 20, 2020 at 06:21PM by gursewak...@gmail.com
https://ift.tt/2Q84y87
New post on Flutter Dev Google group:

How to use RapidApi in flutter Dart
Hello guys, please guide me, recommend me videos or articles, how to use RapidApi? i trying to make love calculator https://ift.tt/3aGuYHz If possible please give me code snippet for flutter, how to get or fetch data from that api with headers???

August 20, 2020 at 07:45PM by Gulam Fahad Ahmed
https://ift.tt/3haOluF
New post on /r/flutterdev subreddit:

Access to Bank transactions within Flutter
I'm looking into making an app that can be used to pull the transactions that show on your bank statement and organize them (similar to the concept of Mint by Intuit); I'm wondering if anyone here knows of a good way to pull these transactions (obviously dealing with sensitive information, so I want to do my research on all the options).

August 20, 2020 at 07:27PM by regag40529
https://ift.tt/31gtFvL