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

Onesignal issue on flutter
Has anyone experience extremely long build time after using Onesignal in flutter?

January 14, 2020 at 02:31AM by Fienases
https://ift.tt/2FOe6jq
New post on Flutter Dev Google group:

Proposal: Update the TextTheme API
Proposal for a (breaking) renaming change in the TextTheme API: flutter.dev/go/update-text-theme-api. The overall goal is to sync the TextTheme API's TextStyle names with the current Material design spec. Comments on the document are welcome.

January 14, 2020 at 02:55AM by hansmuller
https://ift.tt/2TmfCRC
New post on /r/flutterdev subreddit:

Quickblox launches Flutter SDK
https://ift.tt/2QRSo4v

January 14, 2020 at 09:03AM by llamapajama93
https://ift.tt/2tYa8lo
New post on /r/flutterdev subreddit:

In introduction to writing cli scripts using Dart and dshell.
https://ift.tt/387VYx7

January 14, 2020 at 08:26AM by bsutto
https://ift.tt/2uMHfcy
New post on Flutter Dev Google group:

Form Builder data saving issue
Hello guys, I need a help your efforts are really appreciable please help. I am creating a long form using formbuilder I need to save data instead of Text I need to save value from FormBuilderRadio . Presently it's like this FormBuilderRadio( decoration: InputDecoration(labelText: "Choose

January 14, 2020 at 11:08AM by Sangeeta Kumari
https://ift.tt/2TnWoes
New post on /r/flutterdev subreddit:

I published my 2nd Flutter app and AppStore just approved it!
Hi guys.First of all, flutter has changed my life. I enjoy developing again. I even convinced managers at my day job to switch to Flutter. Every new project is created in Flutter. So I am helping the adoption as much as I can.Wanted to share another milestone for me. Been working on it for last 6 months in the evenings.
It's called Timecap. This app tracks time in a goal/limit based way. I like to consider it a ScreenTime for your life.Any feedback is appreciated.
Google Play: https://play.google.com/store/apps/details?id=com.ziggycrane.time
AppStore: https://apps.apple.com/us/app/timecap-track-your-time-goals/id1494584871?ls=1

January 14, 2020 at 11:48AM by ziggycrane
https://ift.tt/2QP7ojk
New post on /r/flutterdev subreddit:

Is Flutter safe for new Apple rules effective April 2020?
> Apps should look great on all models of iPhone and iPad, regardless of display size or aspect ratio. With features like Xcode storyboards and Auto Layout, your app’s interface elements and layouts automatically fit the display. As announced at WWDC19, starting April 2020, apps submitted to the App Store must use an Xcode storyboard to provide the app’s launch screen and must have an interface that supports any display size.> Support for Multitasking on iPad is strongly encouraged. Adding support for multiple windows, and adopting Multitasking capabilities, including Slide Over, Split View, and Picture in Picture, will ensure your app delivers a modern and complete experience on iPadOS.Above is the latest from official Apple Developer News. Specifically the portion "starting April 2020, apps submitted to the App Store must use an Xcode storyboard to provide the app’s launch screen and must have an interface that supports any display size". I can see LaunchScreen.storyboard and Main.storyboard inside iOS Runner Xcode Workspace, not sure if Flutter is setup to use them. The news also suggest we'll now require to test Flutter apps running on iPad.

January 14, 2020 at 02:45PM by etca2z
https://ift.tt/389eLbp
New post on /r/flutterdev subreddit:

Flutter Web SEO
The support of Flutter for the web is awesome, but does it make sense to develop my website with Flutter according to SEO? So whats the point using flutter if my website doesnt get found?

January 14, 2020 at 03:49PM by T0kwe0
https://ift.tt/36TNmKg
New post on /r/flutterdev subreddit:

[My first app] the unpaprd.
Hey guys. I recently made an audiobook app in flutter. Please download, review and share.PS link: https://kutt.it/YsIl36 Link for the source code: GitHub.com/gargakshit/unpaprdThanks

January 13, 2020 at 09:20PM by AkshitGarg
https://ift.tt/2FL2QEm
New post on /r/flutterdev subreddit:

New plugins for handling and simulating BLE
Hi!I'm one of the developers from Polidea that worked on a new version of FlutterBleLib and a brand new plugin called BLEmulator, which is a BLE simulator for Flutter. Both are free and open source! Both plugins are supporting only Android and iOS.Here are the packages:https://pub.dev/packages/flutter_ble_libhttps://pub.dev/packages/blemulatorWe've also released a blogpost explaining how it works, decisions made and the reasons behind them, and the basics of how to use them: http://bit.ly/Polidea_BLEmulatorIf you find any bugs, please create an issue on GitHub. I'm periodically checking Stack Overflow for anything related to any of those, so if you run into any problems, be sure to ask your question there.Hope you'll like 'em!Cheers!

January 14, 2020 at 03:18PM by Calot
https://ift.tt/36X8UFO
New tweet from FlutterDev:

🌌This un-animated galaxy doesn’t feel very galactic... yet! 💫

Get control over your animations using explicit animations. Learn about direction animations with built-in Transition widgets as we mix-in rotation, and more!

In @Fitzface's post ↓ https://t.co/1y5XIPaScO— Flutter (@FlutterDev) January 14, 2020

January 14, 2020 at 06:00PM
http://twitter.com/FlutterDev/status/1217129248210792449
New post on /r/flutterdev subreddit:

[D] The Flutter Architecture
The Flutter SDK allows you to build Android, iOS, web, and desktop apps from a single codebase. This is done using platform-specific features as well as media queries, and it enables developers to ship applications faster. Flutter also offers close- to-instant feedback with the hot reload feature, enabling you to iterate quickly on your application.In this piece, we’ll cover the fundamental concepts you need in order to start working with Flutter.https://heartbeat.fritz.ai/the-flutter-architecture-9d3a5f30bb25

January 14, 2020 at 06:38PM by mwitiderrick
https://ift.tt/2u2ueeg
New post on /r/flutterdev subreddit:

Flutter - Add Share feature (Subscriber Requested)
https://www.youtube.com/watch?v=Z45mpurtOhE

January 14, 2020 at 06:34PM by cmcoffee91
https://ift.tt/3ajvB9o
New post on Flutter Dev Google group:

Flutter + Coroutines
Has anyone tried using kotlin Coroutines with flutter platform channel? If yes can you please provide me with some code snippet?

January 14, 2020 at 08:35PM by Abhimanyu Shekhawat
https://ift.tt/3864AUL
New post on /r/flutterdev subreddit:

Is there a difference between keeping variables in the StatefulWidget and keeping them in the State class ?
Im asking this because sometimes I have to pass a value to a StatefulWidget through its constructor, and that value might change over time. But I dont know if its better to pass that value again in the State class constructor to save it there, or just use the widget.value reference to change it.

January 14, 2020 at 08:56PM by siggy164
https://ift.tt/2Tmpmvm
New post on Flutter Dev Google group:

Advance Search plugin for best results
I am adding a directory within the app . Each listing sells a product , many have same product . So if someone wants list of all those sellers for a product they need to input in search 4 different keywords category. Then the list will appear . I want the list to appear after fulfilling the

January 14, 2020 at 10:19PM by Nikesh Bhansali
https://ift.tt/384bY34
New post on /r/flutterdev subreddit:

I created a Discord for new Flutter developers to encourage, collaborate, and learn from each other.
Hello all,I just recently started exploring Flutter coming from Android development. Instead of learning by myself I decided that it would be most beneficial for me if I found a group of people who are on a similar path. Usually I do not collaborate or interact with others, being a huge introvert, but in the spirit of the new year I am trying to make a change.here is a link to the Discord I created -> https://discord.gg/6naMxwtlooking forward to meeting anyone who joins !

January 14, 2020 at 11:02PM by -Progress-
https://ift.tt/36Vx0AG
New post on Flutter Dev Google group:

[Breaking Change Proposal] Add a new method to TextInputClient for iOS autocorrection highlight support
Hi All, I would like to propose adding a new method to TextInputClient, detailed in https://ift.tt/30kfm7g, to allow for adding iOS autocorrection highlight support to text input components such as TextField, . This change breaks

January 14, 2020 at 11:35PM by Longcatis Looong
https://ift.tt/2QS4hr2
New post on /r/flutterdev subreddit:

How can i do silent notification like (Samsung Health app)
I use Samsung Health app and it has silent notification that i can't remove (image). The app is closed but still counting on the silent notification. How can i do this in flutter ?Thank you.

January 15, 2020 at 12:13AM by suhaib4x
https://ift.tt/35TYg1g
New post on /r/flutterdev subreddit:

Flutter : Sliders DeMystified
https://ift.tt/30mO2FF

January 14, 2020 at 11:17PM by Elixane
https://ift.tt/35VxzZW