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

Keyboard issue After Flutter Update
/InputMethodManager(19541): Starting input: tba=com.example.mannforce_hcm ic=io.flutter.plugin.editing.InputConnectionAdaptor@9f4eb0d mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : falseD/InputMethodManager(19541): startInputInner - Id : 0

March 16, 2020 at 09:23AM by lucky_mehndiratta
https://ift.tt/3aW9iWH
New post on /r/flutterdev subreddit:

I have troubling with some flutter error help me to solve
Gradle task assembleDebug failed with exit code -1 How to solve this issue?

March 16, 2020 at 08:44AM by bhavik1313
https://ift.tt/3d2qOuo
New post on Flutter Dev Google group:

Parsing data for http POST request:
OI want to pass a list of object in the HTTP POST body but the format of the MAp is nort coming right: { orderId: sample2, restaurantId: cartssj, dateTime: fdsfd, status: pending, cartItems: [ { "itemId": "1001", "itemName": "Onion", "requestedQty": "1",

March 16, 2020 at 12:10PM by Harsh Tibrewal
https://ift.tt/39VcWjA
New post on /r/flutterdev subreddit:

PDF absolute path is not getting
I want to any one can share file from my app but every file path get into png format,I have used flutter_absolute_path plugin.โ€‹
void receiveShare(Share shared) { // TODO: implement receiveShare debugPrint("Share received - $shared"); setState(() async { _shared = shared.path; //.toString(); final filePath = await FlutterAbsolutePath.getAbsolutePath(_shared); print('FilePath: $filePath'); showDialog( context: context, builder: (BuildContext context) => FileUploadDialog( url: filePath, buttonText: 'Add', ) ); }); } 
Result Share received - {text: null, type: application/pdf, path: content://com.mi.android.globalFileexplorer.myprovider/external_files/CamScanner/New%20Doc%202019-12-04%2012.03.36.pdf}its return Image file FilePath: /data/user/0/com.depixed.fileupload/cache/IMG_1581322321796.png

March 16, 2020 at 12:25PM by ronak369
https://ift.tt/2QkIGqn
New post on /r/flutterdev subreddit:

Anybody with experience working with flutter geofence plugin?
I'm trying to build a crowdsensing app module for my school library that will utilise geofences and activity recognition to sense the number of people seated within the library. I'm using Flutter as my part of the project would be integrated into an existing Flutter app.Does anyone here have experience using geofences and activity recognition for Flutter? I just recently discovered Ben Konyi's geofencing plugin (pub.dev link), which he wrote a medium post about. But I'm getting errors from even the setup code he's provided in his documentation. For example, his registerWith() function throws an error because the argument is supposed to be a FlutterEngine instead of a PluginRegistry, according to my Android Studio IDE.I'm pretty new to software dev. Any help pls? :)

March 16, 2020 at 12:22PM by kittystars
https://ift.tt/2UeKIcK
New post on /r/flutterdev subreddit:

Flutter Tap Newsletter Week 30 - Articles, tutorials, tools, videos and much more
https://ift.tt/38Xd1Sm

March 16, 2020 at 02:29PM by vensign
https://ift.tt/2TUpmT3
New post on /r/flutterdev subreddit:

smooth_page_indicator v0.1.5 has an enhanced ScrollingDotsEffect now
https://ift.tt/3d6fNYL

March 16, 2020 at 02:54PM by Milad_Alakarie
https://ift.tt/3cXuxcB
New post on /r/flutterdev subreddit:

Has anyone here made a web app for desktop browsers in Flutter?
I know Flutter now supports more than just mobile apps now, but has anyone here actually done it?Is it much harder / easier than doing it through other frameworks such as Angular / Node / Spring?

March 16, 2020 at 02:34PM by lolmclol231
https://ift.tt/3b0AnYW
New post on /r/flutterdev subreddit:

Failed to remove build
Failed to remove build . A progress may still be using a file in directory or the directory itself. How to solve this error?

March 16, 2020 at 05:08PM by bhavik1313
https://ift.tt/3b12fw2
New post on /r/flutterdev subreddit:

How do I detect if my Firestore write has completed when offline?
This is what I have:Firestore.instance
.collection('sales')
.add({"salesman_code": "S01"}).catchError((e) {
print(e);
}).whenComplete(() {
final snackBar =
SnackBar(content: Text("Sale synced to database!"));
Scaffold.of(ctx).showSnackBar(snackBar);
});โ€‹The problem is that the snackbar is shown when online, but when offline, the snackbar is not shown but the write does happen **locally**. I just want to be able to display the snackbar when the write is done, locally or on the server.

March 16, 2020 at 06:15PM by splishyandsplashy
https://ift.tt/3d6yxaw
New post on Flutter Dev Google group:

Refresh listView from PopUntil
Just wonder if I use this code to return PageA from PageD, which function will it get called in PageA? *PageD* Navigator.of(context).popUntil(ModalRoute.withName(PageA.ROUTE)); I would like to make the listView in pageA refreshed once it is back from PageD, but I don't know how to achieve.

March 16, 2020 at 06:44PM by Tony Seng
https://ift.tt/33pEQ4x
New post on /r/flutterdev subreddit:

How to achieve coplanar Cards layout?
I ran in this layout on Material Design documentation https://imgur.com/miHhpFs and I was trying to implement it with Flutter. I am using a GridView but can't figure out how to disalline the items. Any ideas?

March 16, 2020 at 08:21PM by SynovialRaptor
https://ift.tt/39WqRpA
New post on /r/flutterdev subreddit:

I made a Flutter web app to help you experiment with Dark Mode colors based on popular apps!
https://ift.tt/2U4MJYU

March 16, 2020 at 09:19PM by bernaferrari
https://ift.tt/2ITQziG
New post on /r/flutterdev subreddit:

i need help and im in a hurry.
I'm trying to send notification every time mysql database is updated the problem is i don't know how if you can send me the code please tell me. or if you know a way to do it.

March 16, 2020 at 10:42PM by hob814
https://ift.tt/3b6YsgN
New tweet from FlutterDev:

๐Ÿ‘ฉ‍๐ŸซCode with a Dart mentor!

You can now submit your #GSoC proposal until March 31. Students are sponsored to work on an open source, 3-month programming project.

Check out project ideas → https://t.co/Ze4YV3xMD1

Submit your application here → https://t.co/I2whUM6uE8 pic.twitter.com/OUufifZxibโ€” Dart Language (@dart_lang) March 16, 2020

March 17, 2020 at 12:38AM
http://twitter.com/FlutterDev/status/1239697523326857216
New post on /r/flutterdev subreddit:

Build iOS debug without Mac?
I've spent days trying to the iOS working on my iOS device without a Mac.I generated the .app file and tried converting to IPA and side load it to iOS but doesn't seem to work. Cydia impactor has been down for months so it doesn't work anymore, altserver is givng me issues as wellโ€‹What do you guys use? If there's no plausible solutions i might just need to get a mac..

March 17, 2020 at 01:33AM by RevolutionaryRow0
https://ift.tt/2WhdEn4
New post on Flutter Dev Google group:

Unfortuantely app was stoppped
[image: resident.png] *Whenever I try to build and run while debug or release I got this error How can I fix this?*

March 17, 2020 at 03:05AM by Karthikeyan
https://ift.tt/39XOJcr
New post on /r/flutterdev subreddit:

ListView scroll view
On adding buttons inside this view , the buttons don't work Also if i wrap the list view inside a column/row , I get a screen overflow error no matter what I do , is there a workaround this.

March 17, 2020 at 04:19AM by Grey-Winds
https://ift.tt/2UeN77c