New post on /r/flutterdev subreddit:
How to navigate back to earlier screen when using bloc
Hello .. I have a question regarding the functioning of back button. I am using bloc code. I receive a state as in```if (state is GetQuestionsState){ return QuestionScreen(); }```in my question screen, I am unable to navigate back to the earlier screen, I am guessing that this is happening as I am not using```Navigator.push```to add to the stack. But since I am using bloc code, I have to return a widget. Not sure how to address this issue?
May 24, 2019 at 07:54PM by tritone_t
http://bit.ly/2YJJ1ER
  
  How to navigate back to earlier screen when using bloc
Hello .. I have a question regarding the functioning of back button. I am using bloc code. I receive a state as in```if (state is GetQuestionsState){ return QuestionScreen(); }```in my question screen, I am unable to navigate back to the earlier screen, I am guessing that this is happening as I am not using```Navigator.push```to add to the stack. But since I am using bloc code, I have to return a widget. Not sure how to address this issue?
May 24, 2019 at 07:54PM by tritone_t
http://bit.ly/2YJJ1ER
reddit
  
  r/FlutterDev - How to navigate back to earlier screen when using bloc
  0 votes and 0 comments so far on Reddit
  New post on Flutter Dev Google group:
Windows 32 - Bits
Hi, I'm just starting to learn about Flutter, but I have a Windows 32 Bits. There is a way to get it installed on this environment? At the Flutter site installations mention just installation in 64 Bits system. Thanks
May 24, 2019 at 09:28PM by Alexandre Arcanjo
http://bit.ly/30K65VK
  
  Windows 32 - Bits
Hi, I'm just starting to learn about Flutter, but I have a Windows 32 Bits. There is a way to get it installed on this environment? At the Flutter site installations mention just installation in 64 Bits system. Thanks
May 24, 2019 at 09:28PM by Alexandre Arcanjo
http://bit.ly/30K65VK
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:
Flutter Web Dependencies
I know flutter Web is still very new but has anyone found a work around to using plugins outside of the default ones list in the pubspec.yaml file? I wanted to create a website with charts but couldn't find one supported yet.
May 24, 2019 at 11:18PM by dre8597
http://bit.ly/2HCZzJe
  
  Flutter Web Dependencies
I know flutter Web is still very new but has anyone found a work around to using plugins outside of the default ones list in the pubspec.yaml file? I wanted to create a website with charts but couldn't find one supported yet.
May 24, 2019 at 11:18PM by dre8597
http://bit.ly/2HCZzJe
reddit
  
  r/FlutterDev - Flutter Web Dependencies
  0 votes and 2 comments so far on Reddit
  New post on /r/flutterdev subreddit:
Web scraping in Flutter
Have you used any web scraping package in Flutter yet?What is a recommended one and the pros and cons?
May 25, 2019 at 12:48AM by HikARuLsi
http://bit.ly/2YNTOy2
  
  Web scraping in Flutter
Have you used any web scraping package in Flutter yet?What is a recommended one and the pros and cons?
May 25, 2019 at 12:48AM by HikARuLsi
http://bit.ly/2YNTOy2
reddit
  
  r/FlutterDev - Web scraping in Flutter
  0 votes and 0 comments so far on Reddit
  New post on /r/flutterdev subreddit:
BlocLite - A simple, unbiased way to incorporate the BLoC pattern
http://bit.ly/2HEZhS9
May 25, 2019 at 12:15AM by Abion47
http://bit.ly/2HS0J29
  
  BlocLite - A simple, unbiased way to incorporate the BLoC pattern
http://bit.ly/2HEZhS9
May 25, 2019 at 12:15AM by Abion47
http://bit.ly/2HS0J29
GitHub
  
  andrewackerman/bloc_lite
  A streamlined BLoC implementation library. Contribute to andrewackerman/bloc_lite development by creating an account on GitHub.
  New post on Flutter Dev Google group:
Problems with streams
I had a problem to communicate from a Widget to it's state (for adding new items), which I after some googling solved using a stream. But it gave me a new problem. I put this widget in a Visibility widget as I only want to show it when the user enters a kind of edit mode. Entering this mode works
May 25, 2019 at 01:15AM by Mattias Månsson
http://bit.ly/2HBYeST
  
  Problems with streams
I had a problem to communicate from a Widget to it's state (for adding new items), which I after some googling solved using a stream. But it gave me a new problem. I put this widget in a Visibility widget as I only want to show it when the user enters a kind of edit mode. Entering this mode works
May 25, 2019 at 01:15AM by Mattias Månsson
http://bit.ly/2HBYeST
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:
Beginner questions about widget re-use in build
Fairly new to Flutter and coming more from a Java background so one thing that confuses me a bit is the build function. As I understand it the build function can be called whenever to rebuild the widget tree. And in every example it seems the widgets are re-created every time from scratch. Why
May 25, 2019 at 03:09AM by Mattias Månsson
http://bit.ly/2X0Qf7a
  
  Beginner questions about widget re-use in build
Fairly new to Flutter and coming more from a Java background so one thing that confuses me a bit is the build function. As I understand it the build function can be called whenever to rebuild the widget tree. And in every example it seems the widgets are re-created every time from scratch. Why
May 25, 2019 at 03:09AM by Mattias Månsson
http://bit.ly/2X0Qf7a
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:
Do you think Flutter is mature enough to build a full fledged application?
TLDR; Is Flutter mature enough to build a huge application?I have this "idea" that might save me from working for others and it's a HUGE application but couldn't start developing since am doubting to develop in flutter because I've read so many things these past few days that flutter isn't mature enough to build a startup application.I chose flutter to start my app with bc I want to deploy it in android and IOS so developing it in native is not a choice for me.My app consists of maps and payments etc. That's the two priorities that I keep thinking when developing in flutter whether it's supported by flutter or not.
May 25, 2019 at 04:13AM by pereVush
http://bit.ly/2ExuMeD
  
  Do you think Flutter is mature enough to build a full fledged application?
TLDR; Is Flutter mature enough to build a huge application?I have this "idea" that might save me from working for others and it's a HUGE application but couldn't start developing since am doubting to develop in flutter because I've read so many things these past few days that flutter isn't mature enough to build a startup application.I chose flutter to start my app with bc I want to deploy it in android and IOS so developing it in native is not a choice for me.My app consists of maps and payments etc. That's the two priorities that I keep thinking when developing in flutter whether it's supported by flutter or not.
May 25, 2019 at 04:13AM by pereVush
http://bit.ly/2ExuMeD
reddit
  
  r/FlutterDev - Do you think Flutter is mature enough to build a full fledged application?
  0 votes and 5 comments so far on Reddit
  New post on /r/flutterdev subreddit:
Flutter Developer Interview, Google I/O 2019 - Felix Angelov
https://www.youtube.com/watch?v=txJL-uwDCxY
May 25, 2019 at 06:04AM by whatsupcoders
http://bit.ly/2WrbaDb
  
  Flutter Developer Interview, Google I/O 2019 - Felix Angelov
https://www.youtube.com/watch?v=txJL-uwDCxY
May 25, 2019 at 06:04AM by whatsupcoders
http://bit.ly/2WrbaDb
YouTube
  
  Flutter Developer Interview, Google I/O 2019 - Felix Angelov
  Flutter Developer Interview, Google I/O 2019 - Felix Angelov Felix Angelov - Software Engineer, Creator of BLOC, Flutter BLOC and Angular BLOC Packages. An i...
  New post on /r/flutterdev subreddit:
Understanding BLOC Architecture in Flutter
Hello everyone,Here's a quick article that will help everyone get a grasp on the latest BLOC Architecture with Flutter: https://ayusch.com/understanding-bloc-architecture-in-flutter/Go check out !
May 25, 2019 at 05:19AM by ayusch
http://bit.ly/2XdMlrm
  
  Understanding BLOC Architecture in Flutter
Hello everyone,Here's a quick article that will help everyone get a grasp on the latest BLOC Architecture with Flutter: https://ayusch.com/understanding-bloc-architecture-in-flutter/Go check out !
May 25, 2019 at 05:19AM by ayusch
http://bit.ly/2XdMlrm
AndroidVille
  
  Understanding BLOC Architecture in Flutter
  In this post we'll take a look at the new BLOC Architecture and understand how to implement BLOC Architecture it in our flutter application.
  New post on /r/flutterdev subreddit:
Flutter Web: Deploying Portfolio App To Github.IO | Peanut Tutorial | Part 2
https://youtu.be/ajSliNbczi0
May 25, 2019 at 07:37AM by imthepk
http://bit.ly/2ExSXcX
  
  Flutter Web: Deploying Portfolio App To Github.IO | Peanut Tutorial | Part 2
https://youtu.be/ajSliNbczi0
May 25, 2019 at 07:37AM by imthepk
http://bit.ly/2ExSXcX
YouTube
  
  Flutter Web: Deploying Portfolio App To Github.IO | Peanut Tutorial | Part 2
  In this video, I will explain how to deploy your Flutter web app to GitHub pages or github.io 
Live demo - http://mtechviral.com/myportfolio/#/
#Github #Flutter #FlutterWeb
Please give stars for this project on git and like the video.
Source Code - …
  Live demo - http://mtechviral.com/myportfolio/#/
#Github #Flutter #FlutterWeb
Please give stars for this project on git and like the video.
Source Code - …
New post on Flutter Dev Google group:
transitive dependencies that include statically linked binaries
[!] The 'Pods-App' target has transitive dependencies that include statically linked binaries: (cloud_firestore, FirebaseAuth, FirebaseCore, FirebaseInstanceID, FirebaseDatabase, FirebaseFirestore, FirebaseFunctions, FirebaseMessaging, FirebaseStorage, and firebase_core) We have developed
May 25, 2019 at 08:24AM by Srinivasu Kota
http://bit.ly/2JD8Naw
  
  transitive dependencies that include statically linked binaries
[!] The 'Pods-App' target has transitive dependencies that include statically linked binaries: (cloud_firestore, FirebaseAuth, FirebaseCore, FirebaseInstanceID, FirebaseDatabase, FirebaseFirestore, FirebaseFunctions, FirebaseMessaging, FirebaseStorage, and firebase_core) We have developed
May 25, 2019 at 08:24AM by Srinivasu Kota
http://bit.ly/2JD8Naw
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:
Flutter widgets Explained.
Hey guys i wrote a Blog explaining types of widgets in flutter people just starting to learn flutter should follow this link to read and learn something about our lovely flutter.Flutter widgets demystified.
May 25, 2019 at 08:53AM by Gat786
http://bit.ly/2wkhuOg
  
  Flutter widgets Explained.
Hey guys i wrote a Blog explaining types of widgets in flutter people just starting to learn flutter should follow this link to read and learn something about our lovely flutter.Flutter widgets demystified.
May 25, 2019 at 08:53AM by Gat786
http://bit.ly/2wkhuOg
Web X Studio
  
  Flutter Widgets Demystified. - Web X Studio
  This post is for people who have started learning the fastest growing mobile application development framework Flutter and are somewhat confused with how it works. Well me personally, I have almost a full year’s experience Read more…
  New post on /r/flutterdev subreddit:
streaming_shared_preferences - A reactive key-value store for Flutter projects, based on pure Dart Streams
http://bit.ly/2X6mYru
May 25, 2019 at 10:14AM by roughike
http://bit.ly/2EyyMvo
  
  streaming_shared_preferences - A reactive key-value store for Flutter projects, based on pure Dart Streams
http://bit.ly/2X6mYru
May 25, 2019 at 10:14AM by roughike
http://bit.ly/2EyyMvo
GitHub
  
  roughike/streaming_shared_preferences
  A reactive key-value store for Flutter projects. Like shared_preferences, but with Streams. - roughike/streaming_shared_preferences
  New post on Flutter Dev Google group:
How to implement search delegate with sqflite flutter
I have created an app that stores some notes in sqlite database. I did all CRUD operations and it's working well, but when I'm trying to make search operation inside my database with SearchDelegate, I am not getting any data in search bar . My code is here < https://stackoverflow.com/questions/5
May 25, 2019 at 01:32PM by mahantappa b k
http://bit.ly/2JEkIVA
  
  How to implement search delegate with sqflite flutter
I have created an app that stores some notes in sqlite database. I did all CRUD operations and it's working well, but when I'm trying to make search operation inside my database with SearchDelegate, I am not getting any data in search bar . My code is here < https://stackoverflow.com/questions/5
May 25, 2019 at 01:32PM by mahantappa b k
http://bit.ly/2JEkIVA
Stack Overflow
  
  How to convert Decimal to Double in C#?
  I want to assign the decimal variable trans to the double variable this.Opacity.
decimal trans = trackBar1.Value / 5000;
this.Opacity = trans;
When I build the app it gives the following error:
C...
  decimal trans = trackBar1.Value / 5000;
this.Opacity = trans;
When I build the app it gives the following error:
C...
New post on Flutter Dev Google group:
Mapbox flutter
I want to use mapbox in my flutter application for navigation from one place to another place un real time update user location, to trace the path. Instructions to give me.
May 25, 2019 at 01:39PM by josue tchirktema
http://bit.ly/2K1SyTO
  
  Mapbox flutter
I want to use mapbox in my flutter application for navigation from one place to another place un real time update user location, to trace the path. Instructions to give me.
May 25, 2019 at 01:39PM by josue tchirktema
http://bit.ly/2K1SyTO
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:
Set of packages and utilitarian functions that help in the use of BloC pattern with dependency injection.
http://bit.ly/2WwLTaZ
May 25, 2019 at 01:31PM by rafaelbarbosatec
http://bit.ly/2W09KAd
  
  Set of packages and utilitarian functions that help in the use of BloC pattern with dependency injection.
http://bit.ly/2WwLTaZ
May 25, 2019 at 01:31PM by rafaelbarbosatec
http://bit.ly/2W09KAd
GitHub
  
  RafaelBarbosatec/bsev
  Classes útil to use BloC pattern. Contribute to RafaelBarbosatec/bsev development by creating an account on GitHub.
  New post on /r/flutterdev subreddit:
Understanding BLOC architecture in Flutter
http://bit.ly/2WsfRfW
May 25, 2019 at 12:57PM by ayusch
http://bit.ly/2MiF7BM
  
  Understanding BLOC architecture in Flutter
http://bit.ly/2WsfRfW
May 25, 2019 at 12:57PM by ayusch
http://bit.ly/2MiF7BM
AndroidVille | Ayusch
  
  Understanding BLOC Architecture in Flutter — AndroidVille | Ayusch
  In this post we'll take a look at the new BLOC Architecture and understand how to implement BLOC Architecture it in our flutter application.
  New post on Flutter Dev Google group:
hot reload the world upside down
I am using AS to build flutter/dart app. Why? because I can work that way with the last 5.1.1 gradle I consider Dart a good language as it is both dynamic and static. Today I am a little bit bewildered: Indeed if I create a basic Android app, Hot reload works in it BUT if I create *a basic Flutter
May 25, 2019 at 02:25PM by Bened
http://bit.ly/2EwQgIx
  
  hot reload the world upside down
I am using AS to build flutter/dart app. Why? because I can work that way with the last 5.1.1 gradle I consider Dart a good language as it is both dynamic and static. Today I am a little bit bewildered: Indeed if I create a basic Android app, Hot reload works in it BUT if I create *a basic Flutter
May 25, 2019 at 02:25PM by Bened
http://bit.ly/2EwQgIx
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:
Changing Theme at run-time: Flutter
Now that even Google is advocating the benefits of dark mode, every developer should consider adding multiple themes to their app.https://medium.com/@bimsina/changing-theme-at-run-time-flutter-d634c307de8a
May 25, 2019 at 03:08PM by bimsina
http://bit.ly/2W9jokg
  
  Changing Theme at run-time: Flutter
Now that even Google is advocating the benefits of dark mode, every developer should consider adding multiple themes to their app.https://medium.com/@bimsina/changing-theme-at-run-time-flutter-d634c307de8a
May 25, 2019 at 03:08PM by bimsina
http://bit.ly/2W9jokg
Medium
  
  Changing Theme at run-time : Flutter
  Theming is a crucial part of app development, whether it be mobile or web. Some users like to stay on the light side while some not so…