Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

how to implement photo editing
i want to showing filter, add text on top image, show sticker or emojis and add them on image. could you please help me on this ?

February 24, 2020 at 12:11PM by laxman ram
https://ift.tt/2v1PJNy
New post on Flutter Dev Google group:

video_player is not working
Hi! I have a big problem! video_player stop with first frame, not working。some times the sounds is ok。 https://ift.tt/2TnwohZ https://ift.tt/2HPvRjd

February 24, 2020 at 12:50PM by 赵锋
https://ift.tt/2wADDLs
New post on /r/flutterdev subreddit:

How to Build Group Chat with Flutter?
https://ift.tt/3bZvuRf

February 24, 2020 at 01:15PM by Rlogical_Techsoft
https://ift.tt/3c0fzSt
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter Week 27 - This week we have more articles, tutorials, tools, videos and much more
https://ift.tt/2vdSZoR

February 24, 2020 at 01:52PM by vensign
https://ift.tt/39XGkVU
New post on Flutter Dev Google group:

How can I do login with OAuth2 (Identity Server 4) using flutter web?
I have been trying to do Oauth2 login of Identity Server 4 using flutter, I have successfully implemented the login on iPad using: https://ift.tt/2uqdTkp library but as this library says it also supports web but seems like it is not working on the flutter web app, can you guys

February 24, 2020 at 02:32PM by Suvadeep Das
https://ift.tt/39Y6iZf
New post on /r/flutterdev subreddit:

Any recommendations
Trying to build an application wherein I want to compare the image clicked by the camera to another image. I know this comes under the bracket of image processing , but I have very little to no clue about it. Can someone point me in the right direction - is there a tutorial , widget , package , project I can gain a better understanding and implement this?

February 24, 2020 at 03:30PM by Grey-Winds
https://ift.tt/2v0ccKR
New post on Flutter Dev Google group:

FluxStore ( flutter & OpenCart )
I face problem in link fluxStore App by flutter with OpenCart. any advice or how I can Cofigure my Config.dart and Config.json thnx

February 24, 2020 at 04:57PM by Black Bird
https://ift.tt/2wJN0Zt
New post on Flutter Dev Google group:

Immediately Need Local for Sr. Healthcare Business . for my client Fort Worth, TX.
Hello Associate, Any Local available consultants for *Sr. Healthcare Business Analyst position.* I have an excellent project with my client at *Fort Worth, TX.* Please send your resume to *fah...@mirthconsulting.net*
New post on Flutter Dev Google group:

how to get data through reference field from firestore collection
I have attached 2 picture of my data bas, how to write query to get data from another collection using reference field?

February 24, 2020 at 06:56PM by Saad Malik
https://ift.tt/2PmOSxH
New post on /r/flutterdev subreddit:

Flutter logo in Flutter's Canvas in 2 minutes (raw layer)
https://youtu.be/AzXazch8AaI

February 24, 2020 at 06:49PM by creativemaybeno
https://ift.tt/37V7aMM
New post on /r/flutterdev subreddit:

Regarding creating an E2EE communication app
Hi there!I'm looking at creating an end to end encrypted chat app for couples. What I'm trying to look at a bit more is the actual encryption. Right now I have a prototype working with what I stole from EnigmaI'm wondering if there's better solutions. Maybe look at creating a platform channel for themisMy concern is if I ever decide to go fully native in the future, I wont' be able to easily create those apps.

February 24, 2020 at 09:00PM by DoPeopleEvenLookHere
https://ift.tt/2HSPRla
New post on /r/flutterdev subreddit:

step_progress_indicator 0.2.0 released. New support for circular indicators, continuous loading indicators, and many new features
https://ift.tt/38WoDWH

February 24, 2020 at 09:48PM by cmprogrammers
https://ift.tt/37XtYLW
New post on Flutter Dev Google group:

HI yall can you look at this builder context thingy
I am very new to doing flutter development, and could not get this builder function to work no matter what I did import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; import 'home_page.dart'; import 'auth.dart'; import

February 25, 2020 at 01:14AM by Samme Qandil
https://ift.tt/2wKdzxI
New post on Flutter Dev Google group:

Have you ever received this message before while working with flutter
Launching lib\main.dart on SM A105G in debug mode... Running Gradle task 'assembleDebug'... D8: Cannot fit requested classes in a single dex file (# methods: 90608 > 65536) com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a

February 25, 2020 at 02:20AM by Princess Jellyfish
https://ift.tt/2wK6Kfy
New post on /r/flutterdev subreddit:

Is this a naive solution for a local cache?
I would like to implement a local cache. I don't want to have local persistent storage (Through sessions) because I would like the queries to be updated every time the user starts a new session. Is this a bad solution for a temporary local cache? I'd be using get_it so it's accessible everywhere.```
class Cache{ HashMap<String, dynamic> _cache = new HashMap<String, dynamic>(); bool addToCache({var item, String key}){ _cache[key] = item; return true; } dynamic readFromCache(String key){ if (_cache.containsKey(key)){ return _cache[key]; } else { return null; } } bool contains(String key){ return _cache.containsKey(key); } } 
```

February 25, 2020 at 04:12AM by anthOlei
https://ift.tt/32ur0gX