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

error flutter
How can I fix Error ؟ Error compiling to JavaScript: DetailedApiRequestError(status: 400, message: Unsupported input: package:flutter/material.dart)

November 13, 2019 at 04:04AM by Abdollah Chelasi
https://ift.tt/36YcTCp
New post on Flutter Dev Google group:

Flutter database sqflite
i have sqlite database(DBeaver).I will use sqlite database in flutter project.How I used sqlite database in flutter project ? where located .db file in folder structure in flutter project?

November 13, 2019 at 08:10AM by Munish Rathore
https://ift.tt/33USo7y
New post on /r/flutterdev subreddit:

Flutter sqflite database
where sqflite database .db file located in flutter project folder structure?

November 13, 2019 at 07:59AM by CulturalBike9
https://ift.tt/2NIYkeh
New post on /r/flutterdev subreddit:

What happened to Fluttery Challenges videos on YouTube?
There was an excellent set of videos on Flutter Challenges tutorials done by Matt Carroll. They seem to have been deleted. Has anyone has any backup of these videos?

November 13, 2019 at 07:47AM by azemda
https://ift.tt/32GTR05
New post on /r/flutterdev subreddit:

FlutterVN newsletter #3: Google Stadia app is built by Flutter. Why Flutter uses Dart? Comparison of State Management approaches. And more!
https://ift.tt/33IhoPD

November 13, 2019 at 07:02AM by anticafe
https://ift.tt/2X6ZUKc
New post on /r/flutterdev subreddit:

What is the best library to make HTTP calls from Dart/Flutter?
What is the best library to make HTTP calls from Dart/Flutter?

November 13, 2019 at 06:34AM by Shahparan71
https://ift.tt/2rETd6s
New post on Flutter Dev Google group:

Braintree payment method not working in flutter
I > have to enable PayPal that's why I am using braintree plugin. But I am > confused how to integrate this plugin with server. There is nothing mention > in the plugin. Furthermore, I integrate the plugin but this plugin gave the > error while entering card, its declared invalid. And I am

November 13, 2019 at 12:25PM by Asifa Athwal
https://ift.tt/33HwHrC
New post on Flutter Dev Google group:

How do I view the Data in the SQLLite database that I create using the Flutter Application?
I have a Flutter application I was wanting to use a SQLLite client like SQFlite to connect to the Fluuter created SQLLite database tables and run some queries. But I am not able to figure out how do I connect to the SQLLite DB running under the Flutter Application. Please can you guide me. Thank

November 13, 2019 at 01:11PM by Munish Rathore
https://ift.tt/2XaLd8L
New post on /r/flutterdev subreddit:

Blazingly Fast Flutter Driver Tests
https://ift.tt/2pjThb2

November 13, 2019 at 11:42AM by Elixane
https://ift.tt/2pdhRtW
New tweet from FlutterDev:

💙Learn how to host your Flutter web app on Firebase 🔥

Let your app shine! Host your Flutter app on the web through a Firebase-hosted URL in four easy steps (2 steps if you have firebase-tools installed).

1️⃣2️⃣3️⃣4️⃣$ firebase deploy

Learn how here → https://t.co/Gxag5WLCmb pic.twitter.com/x62RqliDHm— Flutter (@FlutterDev) November 13, 2019

November 13, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1194661204209352704
New post on /r/flutterdev subreddit:

Soft keyboard on chrome os
Hi Guys,We have a flutter app running in kiosk mode on chrome os.When we put the chrome box into developer mode and the user taps a text input, the soft keyboard appears.However, when the cheomebox is in kiosk mode the soft keyboard never appears.We have enabled the on screen keyboard in the accessibility settings to no avail.Does anyone have any idea how the get the keyboard to work all the time?Is there perhaps a permission we need to add in the android manifest?

November 13, 2019 at 07:17PM by two_pints_timmy
https://ift.tt/32DqADu
New post on /r/flutterdev subreddit:

Theme/ThemeData replacement for a non-material app?
I'm making an app which doesn't follow material design. Most of the fields in ThemeData are not suitable for my app. For instance, my cards have a gradient instead of a color. There is no option to specify information of that sort.A possible solution would be to make my own 'theme' class with only those fields which I need and provide it using InheritedWidget or Provider. Could you guys please share what you think of this solution?

November 13, 2019 at 07:32PM by AnEnigmaticBug
https://ift.tt/2QqM8Rt
New post on /r/flutterdev subreddit:

Flutter -Redux
Please is there any comprehensive resource tutorials where I can learn how to use the flutter-redux in my flutter apps

November 13, 2019 at 08:01PM by Dugba
https://ift.tt/371BR3V
New post on /r/flutterdev subreddit:

[Request for community help] flutter music player plugin
Hi Reddit.
I'm currently developing a music app using Flutter. As you would probably guess the most important part of a music app is to play music but there is no official support for playing audio in Flutter so I'm currently using https://github.com/luanpotter/audioplayers to do that but there are some problems that the main developer is not planning to resolve them cause this plugin was originally made as a game audio engine so the mindset behind it is to play short audio files in a game like walking, gun shooting or other stuff like that.
I need (and probably a lot of other people) a plugin like https://github.com/react-native-kit/react-native-track-playerHere is a list of needed things for an awesome player plugin:Media Controls support - Provide events for controlling the app from a Bluetooth device, the lock screen, a notification, a smartwatch or even a car.Ability to play local files and network URLs.Casting support - Seamlessly switch to any Google Cast/Apple TV compatible device, supporting custom media receivers.Background support - Keep playing audio when the app is in the background or even closedsupport callback handlers/events listeners for different events like [State change, Play Completion, Position Change, buffering (with payload that how much is buffered)]
I've searched a lot for something like this but I could not find something that would really cover all my needs. There are different audio player plugins for Flutter but each one has at least an issue that makes it useless to me, like no support for ios, no background support or no notifications support.I'm not a java/kotlin or objective-c/swift developer so I don't have the knowledge to make a plugin that would work best for a music app. that's why I decided to ask for help here.if anyone is interested to build this I would be super happy to help (at least in Dart code or documents). So feel free to contact me.

November 13, 2019 at 08:00PM by bardiainjast
https://ift.tt/2QbVU9Q
New post on /r/flutterdev subreddit:

how does flutter / dart render in webview?
I'm thinking about a workflow like:create mobile web version of a feature in a mobile web repo. render the feature in a webview in native app.when the feature is proved out, migrate the dart / flutter code into the native repo.I'm a complete flutter and dartlang noob. have some experience with android. but I'm wondering how well a flutter web app renders in an in-app webview of iOS + android. also how easy it is to migrate between native and mobile web.

November 13, 2019 at 08:27PM by broshiggie
https://ift.tt/2OajukI
New tweet from FlutterDev:

📣What's that I hear?#FlutterInteract has an updated agenda, viewing party info, and more. Get a reminder to watch the livestream or grab some popcorn and meet with others to watch the sessions live.

See the updates and viewing parties here ↓ https://t.co/y61Upqz35P— Flutter (@FlutterDev) November 13, 2019

November 13, 2019 at 09:44PM
http://twitter.com/FlutterDev/status/1194717579366948864