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

Experimental Realm binding using dart:ffi preview support
http://bit.ly/2vwBexG

May 02, 2019 at 09:50PM by stuffokator
http://bit.ly/2LiOm4j
New post on Flutter Dev Google group:

pub.dartlang website is not loading
hello flutter team flutter dart language is not working please check the issue and help as soon as possible Thank you please check the attached file

May 03, 2019 at 07:27AM by yogesh bhanushali
http://bit.ly/2PMdFKK
New post on /r/flutterdev subreddit:

how to sign a flutter project output with a key-store
i need to sign a flutter output with a key-store to use it on fire-base. debug sign is not accepted. i do not know how to do it on windows. how should if do this????

May 03, 2019 at 11:34AM by virrtouso
http://bit.ly/2GZWmTG
New post on /r/flutterdev subreddit:

How To Upload Image and Body to Api EndPoint
Hey Everyone,​I'm new to flutter and trying to upload a image file as well as a body of text but, it seems like if I send it as a multipart file then, the access token is unrecognized by my server and if I send it via http.post, then I get: Unhandled Exception: FormatException: Unexpected character (at line 2, character 1)E/flutter ( 9796): <!DOCTYPE html>. I'm not sure what I'm doing wrong. Here is my code:​Future<dynamic> createPreferences(
double age,
File currentSelfie,
String level,
String nickName,
String phone,
String customerType,
String _selectedFeelings,
) async {
var cSelfie = await currentSelfie.readAsBytes();
var length = await currentSelfie.length();
var stream =
http.ByteStream(DelegatingStream.typed(currentSelfie.openRead()));
Map<String, dynamic> custPreferences = {
'access_token': _accessTkn,
'phone': phone,
'nick_name': nickName,
'wants_to_feel': _selectedFeelings,
'customer_type': customerType,
'age': '${age}',
'current_selfie': base64Encode(currentSelfie.readAsBytesSync()),
};
var url = "http://10.0.2.2:8000/api/create\_customer\_details/";http.post(url, body: json.encode(custPreferences), headers: {
"Content-Type": "application/x-www-form-urlencoded"
}).then((http.Response response) {
print(response);
final Map<String, dynamic> responseData = json.decode(response.body);
print(responseData);
print('Response body: ${response.body}');
});
}​I'm not sure where I'm going wrong here. Any assistance would be appreciated.

May 03, 2019 at 12:55PM by Theprivateshow_
http://bit.ly/2DPakWu
New post on Flutter Dev Google group:

E' REGISTA ASSASSINO E PEDERASTA: GIUSEPPE LAZZARI!
E' REGISTA ASSASSINO E PEDERASTA: GIUSEPPE LAZZARI !

May 03, 2019 at 01:55PM by Francesco Perilli Equita Sim Milan
http://bit.ly/2ZWbOrs
New post on /r/flutterdev subreddit:

Amazon homepage redesign reference taken from Uplabs.
http://bit.ly/2DLz5mr

May 03, 2019 at 02:26PM by follow2vivek
http://bit.ly/2Wuh3Mw
New post on /r/flutterdev subreddit:

Sample Data package inspired by Android's sample assets
http://bit.ly/2DM0HaK

May 03, 2019 at 04:03PM by ibhavikmakwana
http://bit.ly/2Wl59EN
New post on /r/flutterdev subreddit:

Flutter + GraphQL with Hasura
http://bit.ly/2XY1zAS

May 03, 2019 at 03:32PM by Purple_Pizzazz
http://bit.ly/2Wnu9ev
New tweet from FlutterDev:

Learn how to test your Flutter app! 🔎📲

In this episode of the #BoringShow @filiphracek and Anthony dive into the different types of automated testing including unit, widget, and integration.

Watch here &darr; https://t.co/tbhrzhNwP2 pic.twitter.com/mZCV5rDx3K— Flutter (@FlutterDev) May 3, 2019

May 03, 2019 at 05:04PM
http://twitter.com/FlutterDev/status/1124328887385767937
New post on /r/flutterdev subreddit:

Could not find firebase-analytics.jar (com.google.firebase:firebase-analytics:16.0.4).
hi.im trying to build my project with firebase analytics but i always receive this message:​Could not find firebase-analytics.jar (com.google.firebase:firebase-analytics:16.0.4).​​what is the reall problem???

May 03, 2019 at 05:13PM by virrtouso
http://bit.ly/2XYjNlM
New tweet from FlutterDev:

Asynchronous behavior can pose difficulties when testing your widgets. Read @anthonybullard's "Understanding Async in Flutter Widget Tests" to learn about all the subtleties and become more confident writing your tests.

Read the article here &darr; https://t.co/0vZDQCgQbL— Flutter (@FlutterDev) May 3, 2019

May 03, 2019 at 07:30PM
http://twitter.com/FlutterDev/status/1124365503122812929
New post on /r/flutterdev subreddit:

Star Wars text crawl written in Dart and Flutter. The Force is strong with this one :)
http://bit.ly/2vD4hjc

May 03, 2019 at 09:18PM by EngineerScientist
http://bit.ly/2PJeNi5