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

Storing, writing and reading Data from host?
In my IT class were off to make an own-directed software of some kind.Our school-organizing app is pure horsesh*t so me and my team decided to do it better.You should be able to create classes, upload text and images etc. Ofc that data has to be stored, read and written somehow.My question is : How would you go about that?I also would be open to hosting the storage from my laptop at home if thats possible.It doesn't have to be super quick and hold many files since it's only experimental to work on like 10 devices.Any help is highly appreciated

March 15, 2020 at 12:45PM by BenGroll
https://ift.tt/2wUvJNg
New post on /r/flutterdev subreddit:

Getting the currently playing media info
Hello there! I am new to flutter, and I was wondering if there's a way to get the metadata of currently playing media in the phone, whether it be from Spotify, PowerAMP, or google chrome. I am thinking of making an app for me and my friend where we can see what the other guy is listening to. Hoping to see your suggestions!

March 15, 2020 at 05:37PM by gutless_gamer
https://ift.tt/33oLYOH
New post on /r/flutterdev subreddit:

Conditional dependencies per platform.
Is there any way to exclude some dependencies when building for web ?.Basically in my app I plan on using Firebase for Native builds, and simply removing some functionality for the web client as firebase breaks web builds.Is this possible ?

March 15, 2020 at 06:44PM by undefinedNANString
https://ift.tt/38LD1QI
New post on /r/flutterdev subreddit:

Introducing ConditionalWrapper, a widget to allow conditional wrapping with another widget
https://ift.tt/2w8YrtL

March 15, 2020 at 11:02PM by _thinkdigital
https://ift.tt/39UUTK7
New post on Flutter Dev Google group:

Mapbox search and display marker dynamically on flutter?
Hi flutter developers, I would like to search and dynamically display markers (upon tapping and searching) in flutter using mapbox. Anyone has a good example that does the above? I saw one but it isn't dynamically displaying markers. Any help is appreciated.

March 15, 2020 at 11:02PM by SW
https://ift.tt/39WB3hC
New post on Flutter Dev Google group:

X Android license status unknown. Try re-installing or updating your Android SDK Manager. See https://ift.tt/2NbrAuL or visit https://ift.tt/2RLjn2n for detailed instructions.
[√] Flutter (Channel stable, v1.12.13+hotfix.8, on Microsoft Windows [Version 10.0.18362.720], locale en-US) • Flutter version 1.12.13+hotfix.8 at D:\Flutter Pack\flutter • Framework revision 0b8abb4724 (5 weeks ago), 2020-02-11 11:44:36 -0800 • Engine revision e1e6ced81d •

March 16, 2020 at 01:29AM by Salt Shine
https://ift.tt/2UmkHbR
New post on /r/flutterdev subreddit:

Flutter doctor issue
I have installed Flutter and Android studio, and everything works perfect, but when i type flutter doctor in the prompt, i get:[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)X Android license status unknown.Try re-installing or updating your Android SDK Manager.See https://developer.android.com/studio/#downloads or visit https://flutter.dev/setup/#android-setup for detailedinstructions.​Everything works perfect on android studio, but i have "Please configure Android SDK" in my logcat, why? How i can run Flutter aps in the emulator having this problem?I'm on Windows home 64.p.s : sorry for bad english

March 16, 2020 at 04:04AM by Dan_of_1984
https://ift.tt/3aXtmYF
New post on Flutter Dev Google group:

Facade transaction
Good morning this code I have to push to a new window with a facadetransaciton inside, but I can't click, that is, the click is not recognized. //Classe che rappresenta la scheda di un cantiere class SchedaCantieriView extends StatelessWidget { final AnimationController animationController; final

March 16, 2020 at 08:15AM by Dev Connect
https://ift.tt/2IQK4gs
New post on /r/flutterdev subreddit:

If I make a Flutter Web App with Firebase services, do I need to use the Firebase hosting for the web version?
I’m making a Flutter app for Mobile (iOS&Android) as well as making it for Web. I am currently using the Auth, Storage, Firestore, and other services from Firebase but my question is, do I need to use the hosting for the web version? I haven’t used firebase in a few years and last I remember if you use Firebase services for web you need to host it on their servers through the hosting tab. Is this still true? Thanks!

March 16, 2020 at 07:34AM by NoahFlowa
https://ift.tt/2QfgFAA
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