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

customizing PaginatedDataTable
[image: Screenshot from 2019-01-03 15-44-41.png] I am looking for ways to customize PaginatedDataTable. For example, I would like to remove the select check box as I plan to put favorite button instead to add to favorite list. Is it possible?

January 03, 2019 at 08:50AM by oreazamu
http://bit.ly/2TrKGwk
New post on Flutter Dev Google group:

Every previous screens rebuilding in the background when I navigate to child screen
Hi, I am new to Flutter. I created a list and detail screens and each screen fetching data from servers via rest api. I am using FutureBuilder for fetching data on list screen and GestureDetector for navigating to detail screen. When I click to list item on list screen, detail screen opening

January 03, 2019 at 11:36AM by Mesut Taşçı
http://bit.ly/2Szy3iK
New post on Flutter Dev Google group:

Typo in tutorial
I found a typo here: http://bit.ly/2LNjg1c exactly in "Step 2 - Enable obfuscation and/or minification" Actually there is: Open /android/app/build.gradle file and locate buildTypes definition. Inside release configuration set minif*i*yEnabled and useProguard flags to true.

January 03, 2019 at 11:46AM by Michał Jabłoński
http://bit.ly/2s9QCys
New post on Flutter Dev Google group:

Update specific widget
I have some widgets on single screen and I want to update specific widget ontap of another widget. How to achieve it without redrawing complete screen or without building all the widgets.

January 03, 2019 at 12:49PM by sumeet kasar
http://bit.ly/2BVxpFc
New post on /r/flutterdev subreddit:

Flutter Experiment with Canvas and Blendmode to animate between images
Source code: https://github.com/starterboost/flutter_canvas_experiment2Video: https://youtu.be/mQUvvj43B_0This was a useful exercise to help me understand how to draw images in Flutter. Drawing in Flutter Canvas is significantly different to HTML Canvas, this appears to be very efficient and allows for smooth animations.

January 03, 2019 at 02:38PM by starterboost
http://bit.ly/2F5iHzg
New post on Flutter Dev Google group:

test internet Connectivity
Basically i want to show a dialog about the internet connectivity when i launch the application but the dialog needs a context and if i want to show dialog in initstate before MaterialApp i dont have any context is there any turn around or solution for this . > this is my flutter doctor -v >

January 03, 2019 at 03:01PM by kadri.moh...@gmail.com
http://bit.ly/2F9aolr
New post on Flutter Dev Google group:

Is there any to set http request with socks5 proxy
Is there any to set http request with socks5 proxy

January 03, 2019 at 08:52PM by zxcv sq
http://bit.ly/2F5xr0g
New post on /r/flutterdev subreddit:

Highlight widgets and display some text?
Is it possible in Flutter to use something like the ShowcaseView for Java/Android?With that library, the app will go through a series of steps highlighting controls, to let the user know how to use the app.I'm looking for something to help explain to users what, for example, all of my FloatingActionButtons do...

January 04, 2019 at 01:26AM by CovertDad
http://bit.ly/2Qj8Yqg
New post on Flutter Dev Google group:

Dynamically build pages in a PageView
I need some suggestions on how to use the PageView. I have an online project that allows users to build custom forms, complete with conditions that hide or show questions depending on the answers in other questions. The mobile project allows users to fill out these forms. I've been playing with

January 04, 2019 at 04:10AM by Chris Robison
http://bit.ly/2QlATWG
New post on /r/flutterdev subreddit:

Flutter Build Apk --release only works on arm
When I use the command flutter build apk --release it releases an apk that only works for arm devices , there is a way that worked for me for arm64 devices which is flutter build apk --release --target-platform --android-arm64 ,but this way I will have two APKs , is there a way to release one apk that works on both platforms or the app bundle to upload both of these apks to play store ?

January 04, 2019 at 04:10AM by mobiusomniverse
http://bit.ly/2F5nnFw
New post on Flutter Dev Google group:

Regarding flutter code
Hello everyone, [image: Screen Shot 2019-01-04 at 12.09.08 PM.png] I am using MacBook Air and visual studio code for Flutter App development but I am facing an issue with flutter run /flutter doctor or code is not being debugged .i.e code line appearing in white line and not showing any error .

January 04, 2019 at 07:44AM by rakesh lorentz
http://bit.ly/2R4NhiS
New post on /r/flutterdev subreddit:

cannot get Flare animation to play in flutter.
I have made a simple flare animation that will act as a simple motor​Here is a link to the animation at 2 dimensions:https://www.2dimensions.com/a/positev/files/flare/simpleanimatedmotor​Here is the relevant code section of my application.https://imgur.com/a/M6OsII1For some reason the animation skips to the very end consistently. Does any one know what the issue is ? also how do i get an animation to repeat in flutter using flare?

January 04, 2019 at 07:37AM by Tkgs98
http://bit.ly/2F7dI09
New post on /r/flutterdev subreddit:

Android Studio IDE support flutter coding and platform(using Android) at same time
I was building a whole fresh product totally using Flutter and its platform channel with REST-API. Everything goes well(after I looked into nearly all the documentations) but my Android Studio seemed can not both handle Android Code Insight and the Flutter one.Here are my two ways to open this Flutter Project:One is to use File->Open... to open the project root directory.(Maybe the official way) And my flutter code insight will go well but Android Gradle configuration seemed broken and can not give me Android Code Insight.The Another is to use File->Import Gradle Project to open my_flutter_project/android folder so that I can get full Code Insight with the Gradle configuration.So, here is my situation now: Using two ways to open this project at the same time, switching to the former one if I need Flutter coding while switching to the latter one if I need platform coding.I'm wondering if anyone now is suffering from this problem, and is there a possibility that the problem might be solved.

January 04, 2019 at 10:52AM by morningstarwang
http://bit.ly/2GUflkz
New post on /r/flutterdev subreddit:

Flutter splash screen implementation -Flutter how to navigate to new screen after showing splash screen
http://bit.ly/2SAKkDB

January 04, 2019 at 12:44PM by CodesFor
http://bit.ly/2Tqp1o4
New post on /r/flutterdev subreddit:

Superellipse_shape: A package for creating superellipse-shapes in flutter, for pixel-perfect cupertino widgets.
http://bit.ly/2SAa4zR

January 04, 2019 at 12:34PM by TheyCallMeSalamander
http://bit.ly/2VsNESS