New post on /r/flutterdev subreddit:
i18n plugin for Android Studio, IntelliJ and VS Code
https://ift.tt/2RMAAXL
January 23, 2020 at 04:56PM by goranlu
https://ift.tt/38zrunP
i18n plugin for Android Studio, IntelliJ and VS Code
https://ift.tt/2RMAAXL
January 23, 2020 at 04:56PM by goranlu
https://ift.tt/38zrunP
JetBrains Marketplace
Flutter Intl - IntelliJ IDEs Plugin | Marketplace
This i18n plugin creates a binding between your translations from .arb files and your Flutter app. It generates boilerplate code for official Dart Intl library and...
New post on /r/flutterdev subreddit:
Free Website to learn Programming
Its still in active development and not supporting mobile yet, but need some feedback. https://spiweb-332e2.firebaseapp.com/#/ thanks!
January 23, 2020 at 04:54PM by aayanRaja
https://ift.tt/30LkL7w
Free Website to learn Programming
Its still in active development and not supporting mobile yet, but need some feedback. https://spiweb-332e2.firebaseapp.com/#/ thanks!
January 23, 2020 at 04:54PM by aayanRaja
https://ift.tt/30LkL7w
New post on /r/flutterdev subreddit:
I wrote a (free) book that explains how Flutter works.
I'm excited to share a free, open source "book" that outlines Flutter's internals:https://www.flutterinternals.org/I posted about this project a few weeks back and was blown away by all your amazing feedback and support.It's taken a bit to find a way to continue expanding and revising the book in a collaborative way -- but with your advice (and GitBook's generosity), I'm proud to finally share this work with everyone.The book itself is more like SparkNotes than a standard textbook -- and it's still a work-in-progress -- but it does organize quite a bit of information. My hope is that the content is comprehensive and easily understood without being too wordy (or taking too long to read).Last but not least: please check out the "Get Involved" page -- if you see a section that needs improvement (or want to contribute in any way), please feel free to jump in!
January 23, 2020 at 04:35PM by t3mp3st
https://ift.tt/37pWPsY
I wrote a (free) book that explains how Flutter works.
I'm excited to share a free, open source "book" that outlines Flutter's internals:https://www.flutterinternals.org/I posted about this project a few weeks back and was blown away by all your amazing feedback and support.It's taken a bit to find a way to continue expanding and revising the book in a collaborative way -- but with your advice (and GitBook's generosity), I'm proud to finally share this work with everyone.The book itself is more like SparkNotes than a standard textbook -- and it's still a work-in-progress -- but it does organize quite a bit of information. My hope is that the content is comprehensive and easily understood without being too wordy (or taking too long to read).Last but not least: please check out the "Get Involved" page -- if you see a section that needs improvement (or want to contribute in any way), please feel free to jump in!
January 23, 2020 at 04:35PM by t3mp3st
https://ift.tt/37pWPsY
New tweet from FlutterDev:
. * * .🌙 * . * ☄️.
* . 🌍 * . * 💫 *
. * #GoogleIO * .
* . is coming * ✨ *
. . * ✨ . * . * *
* 🌕 . . * ⭐️ * . *
Visit https://t.co/4Z0BwBPuco to discover more. pic.twitter.com/hwsv3DDFGS— Google Developers (@googledevs) January 23, 2020
January 23, 2020 at 05:28PM
http://twitter.com/FlutterDev/status/1220382702693732353
. * * .🌙 * . * ☄️.
* . 🌍 * . * 💫 *
. * #GoogleIO * .
* . is coming * ✨ *
. . * ✨ . * . * *
* 🌕 . . * ⭐️ * . *
Visit https://t.co/4Z0BwBPuco to discover more. pic.twitter.com/hwsv3DDFGS— Google Developers (@googledevs) January 23, 2020
January 23, 2020 at 05:28PM
http://twitter.com/FlutterDev/status/1220382702693732353
New post on /r/flutterdev subreddit:
Open Source Flutter based Beautiful Material Design Music Player UI
Open Source Flutter based Beautiful Material Design Music Player UIhttps://github.com/pmathulan/Flutter-Music-Player-UI
January 23, 2020 at 05:58PM by skillrays_dev
https://ift.tt/36jTOJl
Open Source Flutter based Beautiful Material Design Music Player UI
Open Source Flutter based Beautiful Material Design Music Player UIhttps://github.com/pmathulan/Flutter-Music-Player-UI
January 23, 2020 at 05:58PM by skillrays_dev
https://ift.tt/36jTOJl
GitHub
GitHub - pmathulan/Flutter-Music-Player-UI: A Material designed music player developed in Flutter.
A Material designed music player developed in Flutter. - GitHub - pmathulan/Flutter-Music-Player-UI: A Material designed music player developed in Flutter.
New post on /r/flutterdev subreddit:
How to use multiple Consumers for a single widget in Provider
I can't wrap my head around using multiple consumers for a single widget with provider? Suppose my widget is CurvedNavigationBar and I have 4 items in that widget. I also have 4 different classes that extend ChangeNotifier and are responsible for each item in CurvedNavigationBar.How can I listen to those 4 change notifiers in a single widget? I looked at the documentation and could not found such an example.. Is this even possible?I found that Consumer has a builder method, so that means you can build a widget only once/and listen to it once.Should I rather have a single class that extends ChangeNotifier and then update values in that widget and uses only a single Consumer to listen for updated values?
January 23, 2020 at 06:23PM by wellbranding
https://ift.tt/2uqcCJF
How to use multiple Consumers for a single widget in Provider
I can't wrap my head around using multiple consumers for a single widget with provider? Suppose my widget is CurvedNavigationBar and I have 4 items in that widget. I also have 4 different classes that extend ChangeNotifier and are responsible for each item in CurvedNavigationBar.How can I listen to those 4 change notifiers in a single widget? I looked at the documentation and could not found such an example.. Is this even possible?I found that Consumer has a builder method, so that means you can build a widget only once/and listen to it once.Should I rather have a single class that extends ChangeNotifier and then update values in that widget and uses only a single Consumer to listen for updated values?
January 23, 2020 at 06:23PM by wellbranding
https://ift.tt/2uqcCJF
reddit
How to use multiple Consumers for a single widget in Provider
I can't wrap my head around using **multiple consumers** for a single widget with provider? Suppose my widget is CurvedNavigationBar and I have 4...
New post on /r/flutterdev subreddit:
Hey everyone! I’ve released my first Flutter app and want to share it since this sub has helped me with so many resources. The purpose is to keep track of the money people owe you, I got the idea since me and my roommate split a lot of expenses. I welcome/appreciate any feedback! Tysm😇
https://ift.tt/37j5Ofj
January 23, 2020 at 06:54PM by parmesan_spatula
https://ift.tt/2TT6151
Hey everyone! I’ve released my first Flutter app and want to share it since this sub has helped me with so many resources. The purpose is to keep track of the money people owe you, I got the idea since me and my roommate split a lot of expenses. I welcome/appreciate any feedback! Tysm😇
https://ift.tt/37j5Ofj
January 23, 2020 at 06:54PM by parmesan_spatula
https://ift.tt/2TT6151
GitHub
michaelroudnitski/Tabs
The expense sharing app. Contribute to michaelroudnitski/Tabs development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Need advice on sending audio files to back-end servers
Hello everyone, I am trying to transcribe audio from user recordings, is there a common way to keep on sending audio files every 'X' amount of seconds while constantly recording?
January 23, 2020 at 06:51PM by outheretobeinside
https://ift.tt/2TQXFed
Need advice on sending audio files to back-end servers
Hello everyone, I am trying to transcribe audio from user recordings, is there a common way to keep on sending audio files every 'X' amount of seconds while constantly recording?
January 23, 2020 at 06:51PM by outheretobeinside
https://ift.tt/2TQXFed
reddit
Need advice on sending audio files to back-end servers
Hello everyone, I am trying to transcribe audio from user recordings, is there a common way to keep on sending audio files every 'X' amount of...
New tweet from FlutterDev:
💙#AskFlutter
VP, @materialdesign 👉@MatiasDuarte
The team received questions from all over the world during #FlutterInteract. Join experts @redbrogdon and @k8lovett as they dig into the future of design and Flutter.
Stay tuned for more...
Watch here → https://t.co/Weixt1Lx0s pic.twitter.com/y3QgxGAtIt— Flutter (@FlutterDev) January 23, 2020
January 23, 2020 at 07:10PM
http://twitter.com/FlutterDev/status/1220408493863309312
💙#AskFlutter
VP, @materialdesign 👉@MatiasDuarte
The team received questions from all over the world during #FlutterInteract. Join experts @redbrogdon and @k8lovett as they dig into the future of design and Flutter.
Stay tuned for more...
Watch here → https://t.co/Weixt1Lx0s pic.twitter.com/y3QgxGAtIt— Flutter (@FlutterDev) January 23, 2020
January 23, 2020 at 07:10PM
http://twitter.com/FlutterDev/status/1220408493863309312
New post on /r/flutterdev subreddit:
Anyone used flashcards to learn flutter & dart faster?
What are flashcards? https://apps.ankiweb.net/ >> projected forgetting curve.I took a few programming courses back in university, but that was about 10 years ago. Only worked on one programming project since then.I'm working with a programmer on upwork on a flutter app. I'd like to understand more of the code I'm getting. So far, I can build for release, connect firebase & crashlytics, change icons, tinker with the UI a bit.Do you have any other suggestions ??Anyone know of any good cheat-sheets?Thanks
January 23, 2020 at 07:16PM by somenick
https://ift.tt/38zBqO4
Anyone used flashcards to learn flutter & dart faster?
What are flashcards? https://apps.ankiweb.net/ >> projected forgetting curve.I took a few programming courses back in university, but that was about 10 years ago. Only worked on one programming project since then.I'm working with a programmer on upwork on a flutter app. I'd like to understand more of the code I'm getting. So far, I can build for release, connect firebase & crashlytics, change icons, tinker with the UI a bit.Do you have any other suggestions ??Anyone know of any good cheat-sheets?Thanks
January 23, 2020 at 07:16PM by somenick
https://ift.tt/38zBqO4
reddit
Anyone used flashcards to learn flutter & dart faster?
What are flashcards? [https://apps.ankiweb.net/](https://apps.ankiweb.net/) \>> projected forgetting curve. I took a few programming courses...
New post on /r/flutterdev subreddit:
#AskFlutter: Matias Duarte (Flutter Interact '19)
https://www.youtube.com/watch?v=6w9mfRrcGng&feature=share
January 23, 2020 at 07:15PM by Pixelreddit
https://ift.tt/2NUuCCN
#AskFlutter: Matias Duarte (Flutter Interact '19)
https://www.youtube.com/watch?v=6w9mfRrcGng&feature=share
January 23, 2020 at 07:15PM by Pixelreddit
https://ift.tt/2NUuCCN
YouTube
#AskFlutter: Matias Duarte (Flutter Interact '19)
Miss the Flutter Interact livestream? No problem! Sit down, grab some popcorn, and watch the #AskFlutter Q&A from the event. Hosts, Andrew Brogdon, John Ryan...
New post on Flutter Dev Google group:
json object with flutter
how can i run json script directly in flutter?
January 23, 2020 at 07:33PM by naji Iz-Aldeen
https://ift.tt/3aE6MVR
json object with flutter
how can i run json script directly in flutter?
January 23, 2020 at 07:33PM by naji Iz-Aldeen
https://ift.tt/3aE6MVR
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
Where to learn Flutter and Dart?
Hello everyone, I've been learning flutter and dart for the last 6 months,I have a background as a web front end developer (html, css, wordpress), so it was easy for me to learn how to create the UI, but now I'm trying to do a real case app and I'm having problems with the state management of the
January 23, 2020 at 08:15PM by Fer Buero Trebino
https://ift.tt/2TQcnSQ
Where to learn Flutter and Dart?
Hello everyone, I've been learning flutter and dart for the last 6 months,I have a background as a web front end developer (html, css, wordpress), so it was easy for me to learn how to create the UI, but now I'm trying to do a real case app and I'm having problems with the state management of the
January 23, 2020 at 08:15PM by Fer Buero Trebino
https://ift.tt/2TQcnSQ
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
School Management Application
https://ift.tt/30LgtNC
January 23, 2020 at 09:20PM by ketanchoyal
https://ift.tt/30O4DSH
School Management Application
https://ift.tt/30LgtNC
January 23, 2020 at 09:20PM by ketanchoyal
https://ift.tt/30O4DSH
GitHub
ketanchoyal/Our-E-School
A mobile app created using Flutter Framework for School management. - ketanchoyal/Our-E-School
New post on Flutter Dev Google group:
WebView Link open View in App
Hi I am learning to develop in Flutter was previously using Appcelerator. I am in the process of transitioning an app from Appcelerator to Flutter but couldn't find the answer the following: Is there a way to create a WebView with links inside it that can open a View on Flutter app? If so can
January 24, 2020 at 12:49AM by F Flores
https://ift.tt/37nljmz
WebView Link open View in App
Hi I am learning to develop in Flutter was previously using Appcelerator. I am in the process of transitioning an app from Appcelerator to Flutter but couldn't find the answer the following: Is there a way to create a WebView with links inside it that can open a View on Flutter app? If so can
January 24, 2020 at 12:49AM by F Flores
https://ift.tt/37nljmz
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on Flutter Dev Google group:
WebView Link open View in App
Hi I am learning to develop in Flutter was previously using Appcelerator. I am in the process of transitioning an app from Appcelerator to Flutter but couldn't find the answer the following: Is there a way to create a WebView with links inside it that can open a View on Flutter app? If so can
January 24, 2020 at 12:49AM by F Flores
https://ift.tt/37nljmz
WebView Link open View in App
Hi I am learning to develop in Flutter was previously using Appcelerator. I am in the process of transitioning an app from Appcelerator to Flutter but couldn't find the answer the following: Is there a way to create a WebView with links inside it that can open a View on Flutter app? If so can
January 24, 2020 at 12:49AM by F Flores
https://ift.tt/37nljmz
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New tweet from FlutterDev:
Cosmos aligned. We'll be back at Shoreline Amphitheatre in Mountain View for this year's #GoogleIO on May 12-14! pic.twitter.com/3bZqriaoi1— Sundar Pichai (@sundarpichai) January 24, 2020
January 24, 2020 at 01:10AM
http://twitter.com/FlutterDev/status/1220499024068763651
Cosmos aligned. We'll be back at Shoreline Amphitheatre in Mountain View for this year's #GoogleIO on May 12-14! pic.twitter.com/3bZqriaoi1— Sundar Pichai (@sundarpichai) January 24, 2020
January 24, 2020 at 01:10AM
http://twitter.com/FlutterDev/status/1220499024068763651
New post on /r/flutterdev subreddit:
One signal notification click
Onesignal notification click when app closed is produce abnormal behavior ( it open the app and call onNotificationOpen callback at the same time), anyone experience this?
January 24, 2020 at 03:41AM by Fienases
https://ift.tt/3aG1lFB
One signal notification click
Onesignal notification click when app closed is produce abnormal behavior ( it open the app and call onNotificationOpen callback at the same time), anyone experience this?
January 24, 2020 at 03:41AM by Fienases
https://ift.tt/3aG1lFB
reddit
One signal notification click
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Need to make a reusable widget with variables as parameters
This my code for a card widget. This will go in as a child of a ListView.builder widget. https://ift.tt/2TN9uSS I need to pass this widget to a ListView.builder so cardHead, cardDesc, cardTime, cardDate variables need to go in place of the Strings which I had manually typed (eg. Buy
January 24, 2020 at 04:15AM by Ballistic Swami
https://ift.tt/36llv4s
Need to make a reusable widget with variables as parameters
This my code for a card widget. This will go in as a child of a ListView.builder widget. https://ift.tt/2TN9uSS I need to pass this widget to a ListView.builder so cardHead, cardDesc, cardTime, cardDate variables need to go in place of the Strings which I had manually typed (eg. Buy
January 24, 2020 at 04:15AM by Ballistic Swami
https://ift.tt/36llv4s
New post on /r/flutterdev subreddit:
Structure your Flutter app based on modules with Modular
https://ift.tt/2RmgPaa
January 24, 2020 at 02:55AM by irvine5k
https://ift.tt/2GlAroB
Structure your Flutter app based on modules with Modular
https://ift.tt/2RmgPaa
January 24, 2020 at 02:55AM by irvine5k
https://ift.tt/2GlAroB
Dart packages
flutter_modular | Flutter Package
Smart project structure with dependency injection and route management
New post on /r/flutterdev subreddit:
Deploying Flutter app to Firebase App Distribution using Fastlane
https://ift.tt/2RLWES7
January 23, 2020 at 05:09PM by Gigatronbot
https://ift.tt/37yk58p
Deploying Flutter app to Firebase App Distribution using Fastlane
https://ift.tt/2RLWES7
January 23, 2020 at 05:09PM by Gigatronbot
https://ift.tt/37yk58p
Codemagic blog
Deploying Flutter app to Firebase App Distribution using Fastlane | Codemagic Blog
In this article, I will be showing how to set up and deploy your Flutter app to Firebase App Distribution with the help of Fastlane.