New post on /r/flutterdev subreddit:
Written my first mobile app using Flutter - "RomBro"
Hey,Just wanted to share my first mobile app. It communicates with the service (GitHub) I've written in C# using ASP.NET Core and SignalR. I started writing it primary to automate certain things on my Raspberry Pi, but then it kinda ended up being more of a tool for RetroPie users. I'm hoping that someone can take a look and share ways on how to improve parts of the code. At the moment I am not satisfied with the way I'm using Streams with the bloc package. So feel free to shoot! :)GitHub
February 12, 2019 at 03:01PM by nyoibou
http://bit.ly/2N0H2HK
Written my first mobile app using Flutter - "RomBro"
Hey,Just wanted to share my first mobile app. It communicates with the service (GitHub) I've written in C# using ASP.NET Core and SignalR. I started writing it primary to automate certain things on my Raspberry Pi, but then it kinda ended up being more of a tool for RetroPie users. I'm hoping that someone can take a look and share ways on how to improve parts of the code. At the moment I am not satisfied with the way I'm using Streams with the bloc package. So feel free to shoot! :)GitHub
February 12, 2019 at 03:01PM by nyoibou
http://bit.ly/2N0H2HK
GitHub
atresnjo/RomBro.Service
The service that is powering the RomBro UI. Contribute to atresnjo/RomBro.Service development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Easy Reactive Widgets and State with scoped_model (Blog + Vid Tutorials)
https://twitter.com/seenickcode/status/1095313035298852864
February 12, 2019 at 02:39PM by seenickcode
http://bit.ly/2N3k42s
Easy Reactive Widgets and State with scoped_model (Blog + Vid Tutorials)
https://twitter.com/seenickcode/status/1095313035298852864
February 12, 2019 at 02:39PM by seenickcode
http://bit.ly/2N3k42s
Twitter
Nick Manning
scoped_model is like owning a bike: it can make your life easier, it's a must-have for some, but still not for everyone. Check out: - ✍My new post on scoped_model: https://t.co/yS9KhQyFaq - 📺10min vid: https://t.co/Z83uyOLWAe - 🥳 30min pro vid: https://t.co/KrdtXJOjLw
New post on /r/flutterdev subreddit:
Flutter upgrade and Android X - beware! (solution inside)
If you have an existing flutter application, and you are depending on some external packages, you may run into a compatibility problems when running
February 12, 2019 at 02:05PM by yoavrofe
http://bit.ly/2TGAqRq
Flutter upgrade and Android X - beware! (solution inside)
If you have an existing flutter application, and you are depending on some external packages, you may run into a compatibility problems when running
flutter upgrade
. This may upgrade some packages and require you to upgrade the android project to Android X.Assuming all the packages you are using have been migrated to Android X, this would work. But what if some packages were not upgraded, and have no Android X version yet? This would prevent compilation.The solution is to remove the ^ symbol in the beginning of the package version. This symbol means that flutter is free to upgrade to the next minor version, which should have no breaking changes, but in fact some do.I wasted some time on it yesterday, and hope that if you run into this problem you'll find this tip useful.February 12, 2019 at 02:05PM by yoavrofe
http://bit.ly/2TGAqRq
reddit
r/FlutterDev - Flutter upgrade and Android X - beware! (solution inside)
3 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
New in Flutter
Hello guys,I'm a Junior programmer end i writting in java and I interesting to improve my skills in developering app android, the my question is:It's possible to write an application android with in java / kotlin applicative logic writting and used flutter for the UI the application android?or flutter do not give the possibility to write an application logic in another lenguage?If you allow it, please direct me to a good guideSorry my terrible english but i'm learning
February 12, 2019 at 03:32PM by crazyjoker96
http://bit.ly/2RU8988
New in Flutter
Hello guys,I'm a Junior programmer end i writting in java and I interesting to improve my skills in developering app android, the my question is:It's possible to write an application android with in java / kotlin applicative logic writting and used flutter for the UI the application android?or flutter do not give the possibility to write an application logic in another lenguage?If you allow it, please direct me to a good guideSorry my terrible english but i'm learning
February 12, 2019 at 03:32PM by crazyjoker96
http://bit.ly/2RU8988
reddit
r/FlutterDev - New in Flutter
1 vote and 1 comment so far on Reddit
New post on Flutter Dev Google group:
try-catch not working (async/await)
// This method is called from outside. Future addBullet(Bullet bullet, Date date) async { try { await store.addBullet(bullet, _dateToPageId(date)); } on NoSuchPageError { print('NoSuchPageError catched'); // create a new page and try adding the bullet again await store.addJournalPage(JournalPa
February 12, 2019 at 06:08PM by elias burgstaller
http://bit.ly/2N2Vb7g
try-catch not working (async/await)
// This method is called from outside. Future addBullet(Bullet bullet, Date date) async { try { await store.addBullet(bullet, _dateToPageId(date)); } on NoSuchPageError { print('NoSuchPageError catched'); // create a new page and try adding the bullet again await store.addJournalPage(JournalPa
February 12, 2019 at 06:08PM by elias burgstaller
http://bit.ly/2N2Vb7g
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:
making flutter / flutter install? more intelligent about Android SDK.
Hi All, So for the who-knows-what time, I ran into this issue that has all sorts of different shapes on github: - http://bit.ly/2Gohi7t. Now, I believe this can be solved by making flutter doctor more intelligent and offer to add the requires path statements into the
February 12, 2019 at 07:06PM by si...@vitakka.co
http://bit.ly/2Icq8Hk
making flutter / flutter install? more intelligent about Android SDK.
Hi All, So for the who-knows-what time, I ran into this issue that has all sorts of different shapes on github: - http://bit.ly/2Gohi7t. Now, I believe this can be solved by making flutter doctor more intelligent and offer to add the requires path statements into the
February 12, 2019 at 07:06PM by si...@vitakka.co
http://bit.ly/2Icq8Hk
GitHub
flutter even at 1.0, can't detect android SDK automatically · Issue #27843 · flutter/flutter
Install a brand new Kubuntu 18.10 Install Flutter Follow Android Studio installation enable KVM (not relevant but part of steps) run flutter doctor sivan@titan:~/Flutter$ flutter -v doctor [✓] Flut...
New post on /r/flutterdev subreddit:
App internationalization
We should think about a simpler way to internationalize an application, I tried with the package Intl but coming from a simple "resources" file like strings.xml I find it extremely tedious and overcomplicated.
I was thinking about a simple dart class that handles the various translation accessible by a method like get("key", context) from different JSON, maybe from the asset or something like that, fallbacking to a defined language if some translation is missing.
What can be the drawback of a similar approach?
Also, which approach can be used to "generate" the keys in a way we are sure we can't misspell it? (like R.string...)
February 12, 2019 at 06:39PM by HatDroid
http://bit.ly/2N0mBum
App internationalization
We should think about a simpler way to internationalize an application, I tried with the package Intl but coming from a simple "resources" file like strings.xml I find it extremely tedious and overcomplicated.
I was thinking about a simple dart class that handles the various translation accessible by a method like get("key", context) from different JSON, maybe from the asset or something like that, fallbacking to a defined language if some translation is missing.
What can be the drawback of a similar approach?
Also, which approach can be used to "generate" the keys in a way we are sure we can't misspell it? (like R.string...)
February 12, 2019 at 06:39PM by HatDroid
http://bit.ly/2N0mBum
reddit
r/FlutterDev - App internationalization
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
CODEMAGIC — FLUTTER CI/CD . I
If Flutter did caught your attention before and started playing with it, the name of Codemagic is probably something you may heard before. It is the first CI/CD tool dedicated to Flutter apps, and it is developed by Nevercode. It was launched at Flutter Live in December 2018, this new tool makes easy to automate the process of CI/CD for Flutter apps from a single automation.Interested ? Further information about this tool and how to use it, here.
February 12, 2019 at 07:34PM by develodroid
http://bit.ly/2TMpT72
CODEMAGIC — FLUTTER CI/CD . I
If Flutter did caught your attention before and started playing with it, the name of Codemagic is probably something you may heard before. It is the first CI/CD tool dedicated to Flutter apps, and it is developed by Nevercode. It was launched at Flutter Live in December 2018, this new tool makes easy to automate the process of CI/CD for Flutter apps from a single automation.Interested ? Further information about this tool and how to use it, here.
February 12, 2019 at 07:34PM by develodroid
http://bit.ly/2TMpT72
Codemagic
Codemagic - CI/CD for Android, iOS, Flutter and React Native projects
Boost your mobile app development with continuous integration and delivery. Replace manual intervention and build, test and deliver mobile apps 20% faster with CI/CD for mobile
New post on /r/flutterdev subreddit:
Flutter: Animation Series Ep 4 | Flipper Widget
https://youtu.be/R7sOcdIeMKQ
February 12, 2019 at 07:20PM by imthepk
http://bit.ly/2BtNVwA
Flutter: Animation Series Ep 4 | Flipper Widget
https://youtu.be/R7sOcdIeMKQ
February 12, 2019 at 07:20PM by imthepk
http://bit.ly/2BtNVwA
YouTube
Flutter: Animation Series Ep 4 | Flipper Widget
In this video, I will explain how to make a flipper widget with some cool animation which actually makes sense.
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlipperWidget
Flutter UI Kit - http…
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/FlipperWidget
Flutter UI Kit - http…
New post on /r/flutterdev subreddit:
Flutter Effect Challenge - Splash Tap
https://www.youtube.com/watch?v=7qkhpeZdD7U
February 12, 2019 at 08:26PM by Purple_Pizzazz
http://bit.ly/2BwNFx4
Flutter Effect Challenge - Splash Tap
https://www.youtube.com/watch?v=7qkhpeZdD7U
February 12, 2019 at 08:26PM by Purple_Pizzazz
http://bit.ly/2BwNFx4
YouTube
Flutter Effect Challenge - Splash Tap
In this video we create a custom widget that animates a tap splash effect, inspired by this design on Dribbble: https://dribbble.com/shots/5922034-Multi-search-by-categories
The Splash widget receives a child and on tap an expanding splash effect appears.…
The Splash widget receives a child and on tap an expanding splash effect appears.…
New post on /r/flutterdev subreddit:
Positioned (Flutter Widget of the Week)
https://www.youtube.com/watch?v=EgtPleVwxBQ
February 12, 2019 at 08:08PM by PedroMassango
http://bit.ly/2TMCcjJ
Positioned (Flutter Widget of the Week)
https://www.youtube.com/watch?v=EgtPleVwxBQ
February 12, 2019 at 08:08PM by PedroMassango
http://bit.ly/2TMCcjJ
YouTube
Positioned (Flutter Widget of the Week)
Use the Positioned widget to position Flutter widgets in a Stack. Wrap the Stack’s children with a Positioned widget and set the parameters (top, bottom, left, right, height, and width) to achieve your desired Stack layout. You can also use Positioned.fill…
New tweet from flutterio:
🕺Let’s do the two-step💃
Step 1 - Wrap in a ‘Positioned’ widget
Step 2 - Set the alignment parameters ↑←↓→
Just like that you’ve learned how to position widgets within a Stack.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/hPGlEAOFpr— Flutter (@flutterio) February 12, 2019
February 12, 2019 at 09:12PM
http://twitter.com/flutterio/status/1095415252395515904
🕺Let’s do the two-step💃
Step 1 - Wrap in a ‘Positioned’ widget
Step 2 - Set the alignment parameters ↑←↓→
Just like that you’ve learned how to position widgets within a Stack.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/hPGlEAOFpr— Flutter (@flutterio) February 12, 2019
February 12, 2019 at 09:12PM
http://twitter.com/flutterio/status/1095415252395515904
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Sweet Alert Dialog plugins
http://bit.ly/2WRmRjU
February 12, 2019 at 10:13PM by JideGuru
http://bit.ly/2St6KKR
Sweet Alert Dialog plugins
http://bit.ly/2WRmRjU
February 12, 2019 at 10:13PM by JideGuru
http://bit.ly/2St6KKR
GitHub
JideGuru/rich-alert-dialogs
A Flutter plugin for displaying cool alert dialogs. - JideGuru/rich-alert-dialogs
New post on /r/flutterdev subreddit:
Flutter Tutorial- Flutter OutlineButton
Flutter Tutorial- Flutter OutlineButtonhttps://www.youtube.com/watch?v=qO19P4AMoH8
February 13, 2019 at 06:11AM by whatsupcoders
http://bit.ly/2WU6K5j
Flutter Tutorial- Flutter OutlineButton
Flutter Tutorial- Flutter OutlineButtonhttps://www.youtube.com/watch?v=qO19P4AMoH8
February 13, 2019 at 06:11AM by whatsupcoders
http://bit.ly/2WU6K5j
YouTube
Flutter Tutorial- Flutter OutlineButton
Flutter Tutorial- Flutter OutlineButton In this video, you will see the different types of buttons available in Flutter and their implementation. Also, you s...
New post on Flutter Dev Google group:
stepper.dart / horizontal
Is that normal that the StepperType.horizontal is not achived in the stepper.dart class. I quote: // TODO(dragostis): Missing functionality: // * mobile horizontal mode with adding/removing steps // * alternative labeling // * stepper feedback in the case of high-latency interactions
February 13, 2019 at 10:22AM by Bened
http://bit.ly/2GGcM3B
stepper.dart / horizontal
Is that normal that the StepperType.horizontal is not achived in the stepper.dart class. I quote: // TODO(dragostis): Missing functionality: // * mobile horizontal mode with adding/removing steps // * alternative labeling // * stepper feedback in the case of high-latency interactions
February 13, 2019 at 10:22AM by Bened
http://bit.ly/2GGcM3B
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:
Emily Fortuna | It's All Widgets! Flutter Podcast
http://bit.ly/2GEqtQB
February 13, 2019 at 10:13AM by hillel369
http://bit.ly/2tk6Q8w
Emily Fortuna | It's All Widgets! Flutter Podcast
http://bit.ly/2GEqtQB
February 13, 2019 at 10:13AM by hillel369
http://bit.ly/2tk6Q8w
It's All Widgets!
Emily Fortuna | It's All Widgets!
Emily Fortuna is a developer advocate on the Flutter team at Google. When not educating people about the awesomeness of Flutter, she can be found working on improving fairness in machine learning or acting on the stage and screen. She is an avid member of…
New post on /r/flutterdev subreddit:
The absolute best VSCode Plugins for Flutter development
http://bit.ly/2Sy1GoG
February 13, 2019 at 03:16PM by maskys
http://bit.ly/2SwPAvN
The absolute best VSCode Plugins for Flutter development
http://bit.ly/2Sy1GoG
February 13, 2019 at 03:16PM by maskys
http://bit.ly/2SwPAvN
mascii.
The absolute best VSCode Plugins for Flutter development
Flutter drastically accelerates mobile development and makes it painless to craft great UIs. Without further ado, here are my top flutter plugins.
New post on /r/flutterdev subreddit:
Flutter firebase offline working
I want to make my flutter app working with firebase realtime database in offline mode tooThis is possible?If possible, how can I do it?
February 13, 2019 at 04:23PM by minyu911
http://bit.ly/2S0Dx50
Flutter firebase offline working
I want to make my flutter app working with firebase realtime database in offline mode tooThis is possible?If possible, how can I do it?
February 13, 2019 at 04:23PM by minyu911
http://bit.ly/2S0Dx50
reddit
r/FlutterDev - Flutter firebase offline working
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to make flutter working with firebase realtime database in offline mode
I want to make my flutter app working with firebase realtime database in offline mode tooCan you help me?
February 13, 2019 at 04:46PM by minyu911
http://bit.ly/2E6Bvwg
How to make flutter working with firebase realtime database in offline mode
I want to make my flutter app working with firebase realtime database in offline mode tooCan you help me?
February 13, 2019 at 04:46PM by minyu911
http://bit.ly/2E6Bvwg
reddit
r/FlutterDev - How to make flutter working with firebase realtime database in offline mode
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
FlutterUI - Minimal Apps - Currencies
https://youtu.be/KQgRaufECvw
February 13, 2019 at 06:04PM by rajayogan27
http://bit.ly/2IcxzOO
FlutterUI - Minimal Apps - Currencies
https://youtu.be/KQgRaufECvw
February 13, 2019 at 06:04PM by rajayogan27
http://bit.ly/2IcxzOO
YouTube
FlutterUI - Minimal Apps - Currencies
Support me - https://paypal.me/RajaYogan Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF Follow me on twitter - https://...