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

Transparent Status bar??
Hey, Guys,I had the below code that worked perfectly to create a transparent status bar.
class MainActivity: FlutterActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
getWindow().setStatusBarColor(0x00000000);
GeneratedPluginRegistrant.registerWith(this)
}
}However, the flutter team made some changes and the new file looks like below.
import androidx.annotation.NonNull;
import io.flutter.embedding.android.FlutterActivity
import io.flutter.embedding.engine.FlutterEngine
import io.flutter.plugins.GeneratedPluginRegistrant
class MainActivity: FlutterActivity() {
override fun configureFlutterEngine(@NonNull flutterEngine: FlutterEngine) {
GeneratedPluginRegistrant.registerWith(flutterEngine);
}
}How do I modify the file to get back the transparent app bar?
note: I only know Dart, no Java or Kotlin experience.

November 14, 2019 at 08:22PM by z_dev_z
https://ift.tt/2qdbFmh
New post on /r/flutterdev subreddit:

Flutter databases
Hi,Got a question, we're currently building an app that needs offline capabilities.
It needs to store around 7000 products and 3000 contacts, and will be used by 20 people(will be expanded to 300+ users in a year or so)I looked into Firestore and that seems a reasonable solutions, even though it will cost me quite some reads, but we can overcome that problem by simply paying a bit more haha.
The only issue that we have is:
How can we search in local cached collections, as far as I can find Firestore doesn't support full text search, which is strange since the largest search company in the world build it.
There are some solutions of using a third party but that doesn't work in offline.Do you guys might have an idea how to cache like 10000 records local and perform full text search on Flutter?
We like to use Firestore but if another solutions will be better i'm fine with that as well.​Thanks!

November 14, 2019 at 10:52PM by jowe26
https://ift.tt/2phYwI4
New tweet from FlutterDev:

👏More #FlutterinFocus!

Want a simple animation, but none of the existing implicit animation widgets suit your needs? Join @bouncingsheep to learn how TweenAnimationBuilder can make animation a reality, even without a StatefulWidget!

Watch to learn → https://t.co/lir1gTotSV pic.twitter.com/JX2nxTnEEG— Flutter (@FlutterDev) November 14, 2019

November 14, 2019 at 11:22PM
http://twitter.com/FlutterDev/status/1195104737563172869
New post on Flutter Dev Google group:

Compilation with Kotlin compile daemon was not successful
Hello, Android Studio uses the following ext.kotlin_version = '1.3.60', your version being lower it can create conflicts such as those described in this file: kotlin_migration
New post on Flutter Dev Google group:

How to get flutter logs on iOS platform, and write logs into origin application log file?
Here is my question: I want to develop a hybrid app with Flutter. I found that Flutter log can just print log into Console. But I want to get flutter logs, and write them into my app's log file on iOS? My solution is using channel to send logs to iOS. But I think channel cost too much. Is there

November 15, 2019 at 03:32AM by 王明明
https://ift.tt/357KPdV
New post on Flutter Dev Google group:

How to fix 'android.arch.lifecycle:runtime' having different versions in compile time and runtime in Flutter?
This is my first time connecting a flutter app with firebase. I've added the *google-services.json* file under *android -> app* directory then apply plugin: 'com.google.gms.google-services in my *app:build.gradle* and dependencies { [...] classpath 'com.google.gms:google-serv

November 15, 2019 at 06:02AM by Bbake Waikhom
https://ift.tt/2XkpPhI
New post on Flutter Dev Google group:

How to create dynamic widgets based on json response flutter
How do i design the screen as shown in the Screenshot Screenshot [image: image] < https://user-images.githubusercontent.com/22235737/68843295-de035e80-06ed-11ea-893e-67c60b2c1180.png > Here, in the screen it has option to swipe screen within the fixed content and screen are also created dynamical

November 15, 2019 at 07:04AM by zaheer uddin
https://ift.tt/2NLvVEq
New post on /r/flutterdev subreddit:

Sailor (flutter navigation library) now supports route guards 🎉🎉
https://ift.tt/2CKtagr

November 15, 2019 at 12:00AM by sarusethi
https://ift.tt/353WnyS
New post on /r/flutterdev subreddit:

Building an app for iOS, Android and Web. Should I use Firebase for Web or Firebase for iOS/Android?
Howdy r/Flutter,So I’m creating an app with Flutter and so far I’m loving it immensely. I’m very excited about the Web update coming so I can target all 3 platforms. However I have a question about Firebase integration. If I want to target all 3 platforms and use one single Firebase project should I use the web instructions and setup or go for iOS or an Android setup and instructions? I know it might be a stupid question but I’m pretty sure it’s web. Just want a second opinion. Thanks!

November 15, 2019 at 07:30AM by NoahFlowa
https://ift.tt/2Kp6AOw
New post on /r/flutterdev subreddit:

Aws Cognito
Hi can anyone help me with using Amazon cognito https://dpoddev.auth.us-east-1.amazoncognito.com/login?response_type=token&client_id=5934ms7t5oh783rtf1buoic95u&redirect_uri=http://localhost:8000 . I am new to development and I am stranded ,, I am confused on manipulating the url and getting the response token... ,I have done the same in a webview, but wanna try it out on custom login page

November 15, 2019 at 08:07AM by samsheldin
https://ift.tt/37coyxN
New post on /r/flutterdev subreddit:

How to rescale Camera images in Flutter/Dart in Android?
I am doing object detection from tensorflow API in Android using model's tflite format. The model gives good results on validation set and gives nice boxes on any image from that dataset. But if I click the same dataset image shown on my PC's

November 15, 2019 at 09:17AM by code_logist
https://ift.tt/2QlXYfi
New post on /r/flutterdev subreddit:

Would using Hermes be an acceptable option for embedding a JS engine in mobile which will allow us to use js libraries in Flutter?
https://ift.tt/2Sa8hC0

November 15, 2019 at 08:34AM by _thinkdigital
https://ift.tt/2Xiy917
New post on /r/flutterdev subreddit:

Material 2.0 and Flutter future?
Google is been rolling out what they call material 2 design. This is making me curious since flutter has a major portion in material design is flutter going to implement Material 2 design ?

November 15, 2019 at 01:20PM by BlueBoxxx
https://ift.tt/2KqTArT
New post on /r/flutterdev subreddit:

Beautiful Flutter UI Designs
Hello guys,I am dealing with Flutter for a while now. I decided to create videos in order to educate and inspire more people with this technology. If anyone of you is interested I have already created 2 Youtube videos you might want to check out!The first one is a technique on parallex scrolling with overlapping text:https://www.youtube.com/watch?v=TVvFT2DDJW4The second one is a complete home page UI Design for keeping the seas plastic free:https://www.youtube.com/watch?v=Yn46YFs7vl8Do not hesitate to leave your comments so I can keep improving myself.Have a good one!

November 15, 2019 at 03:35PM by sb_programming
https://ift.tt/32SCPvU