New post on /r/flutterdev subreddit:
A doubt about using Provider + BLoC together,
I have used BLoC pattern in a few projects previously and I recently checked provider package, and I understand that it provides wide range of options including option to use Blocs with it. But when I tried to use it I came across this one limitation. I cannot Initiate the Bloc as per route basis, i.e I cannot insert Bloc provider right above the widget. Instead I have to initiate them above the MaterialApp widget wrap it around them. That means everything is alive until app is alive. which seems to be not a good Idea?At this is point am not sure I was doing something Anti-pattern or is it just a limitation of the package? What is advantage and disadvantage of both?Edit: better explanation in issue with codehttps://github.com/rrousselGit/provider/issues/85
May 24, 2019 at 12:39PM by shashikantx
http://bit.ly/2M8YMnz
A doubt about using Provider + BLoC together,
I have used BLoC pattern in a few projects previously and I recently checked provider package, and I understand that it provides wide range of options including option to use Blocs with it. But when I tried to use it I came across this one limitation. I cannot Initiate the Bloc as per route basis, i.e I cannot insert Bloc provider right above the widget. Instead I have to initiate them above the MaterialApp widget wrap it around them. That means everything is alive until app is alive. which seems to be not a good Idea?At this is point am not sure I was doing something Anti-pattern or is it just a limitation of the package? What is advantage and disadvantage of both?Edit: better explanation in issue with codehttps://github.com/rrousselGit/provider/issues/85
May 24, 2019 at 12:39PM by shashikantx
http://bit.ly/2M8YMnz
GitHub
Cannot provide bloc from inside of other widgets ? · Issue #85 · rrousselGit/provider
As I was thinking of using Provider + BLoC. Usually with Inherited widget what is possible is to provide a bloc specific to the route / sub child widgets. When I tried the same with Provider it fai...
New tweet from FlutterDev:
It's so much easier to see your widget hierarchy with UI guides now 🤠 pic.twitter.com/WmjR0fihSZ— John Ryan (@jryanio) May 23, 2019
May 24, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1131953000463908869
It's so much easier to see your widget hierarchy with UI guides now 🤠 pic.twitter.com/WmjR0fihSZ— John Ryan (@jryanio) May 23, 2019
May 24, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1131953000463908869
Twitter
John Ryan
It's so much easier to see your widget hierarchy with UI guides now 🤠
New post on /r/flutterdev subreddit:
IntelliJ vs Android Studio Question
So basically I’m getting a “target of URI doesn’t exist” in IntelliJ IDEA CE when I try to add any package/dependency and then use the import statement in my main.dart file.But when I open the exact same project in Android Studio, those errors go away completely.Now I thought Android Studio And IntelliJ were supposed to be identical basically (for flutter purposes), so does anyone know why I’m having errors in IntelliJ but not in Android Studio and how I can fix it in IntelliJ (because I prefer IntelliJ)?Both are updated and my flutter is up to date in both.
May 24, 2019 at 06:40PM by codininja1337
http://bit.ly/2X3mUsz
IntelliJ vs Android Studio Question
So basically I’m getting a “target of URI doesn’t exist” in IntelliJ IDEA CE when I try to add any package/dependency and then use the import statement in my main.dart file.But when I open the exact same project in Android Studio, those errors go away completely.Now I thought Android Studio And IntelliJ were supposed to be identical basically (for flutter purposes), so does anyone know why I’m having errors in IntelliJ but not in Android Studio and how I can fix it in IntelliJ (because I prefer IntelliJ)?Both are updated and my flutter is up to date in both.
May 24, 2019 at 06:40PM by codininja1337
http://bit.ly/2X3mUsz
reddit
r/FlutterDev - IntelliJ vs Android Studio Question
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
#FlutterFriday tip
Set up UI indent guides for better visibility of your widget hierarchy.
Learn more here → https://t.co/5C4jknfwLl
Get started here → https://t.co/IBnwLiE15M https://t.co/rEoPApHBfr— Flutter (@FlutterDev) May 24, 2019
May 24, 2019 at 07:13PM
http://twitter.com/FlutterDev/status/1131971586834206720
#FlutterFriday tip
Set up UI indent guides for better visibility of your widget hierarchy.
Learn more here → https://t.co/5C4jknfwLl
Get started here → https://t.co/IBnwLiE15M https://t.co/rEoPApHBfr— Flutter (@FlutterDev) May 24, 2019
May 24, 2019 at 07:13PM
http://twitter.com/FlutterDev/status/1131971586834206720
Twitter
#flutterfriday hashtag on Twitter
35m ago @FlutterDev tweeted: "✳️ Early access to features like HotUI a.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
File Upload to server
How to upload file/document to server?
May 24, 2019 at 07:47PM by Kamran Ali
http://bit.ly/2HAdWxS
File Upload to server
How to upload file/document to server?
May 24, 2019 at 07:47PM by Kamran Ali
http://bit.ly/2HAdWxS
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:
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.