New post on /r/flutterdev subreddit:
Friendly reminder for all Bloc users: always return only unmodifiable lists.
Just finished my 2 day debug session with the help of a very friendly flutter expert. It was caused by streaming a modifiable List from a bloc. In some widget some items were removed from the list which in turn also removed the content in another place - which you obviously don't expect.So kids, always use an unmodifiable List or a library like kt.dart when exposing any List from a bloc.Funny thing is that I was already developing the app where this happend since a year and in the whole time using Bloc this error never happend to me once. Well at least I learned my lesson now😉.
July 15, 2019 at 06:41PM by JSANL
https://ift.tt/2M0FRcC
Friendly reminder for all Bloc users: always return only unmodifiable lists.
Just finished my 2 day debug session with the help of a very friendly flutter expert. It was caused by streaming a modifiable List from a bloc. In some widget some items were removed from the list which in turn also removed the content in another place - which you obviously don't expect.So kids, always use an unmodifiable List or a library like kt.dart when exposing any List from a bloc.Funny thing is that I was already developing the app where this happend since a year and in the whole time using Bloc this error never happend to me once. Well at least I learned my lesson now😉.
July 15, 2019 at 06:41PM by JSANL
https://ift.tt/2M0FRcC
reddit
r/FlutterDev - Friendly reminder for all Bloc users: always return only unmodifiable lists.
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
Learn about using async and await with Dart's Futures!
🚿Keep your asynchronous code sleek and clean
🙅Avoid nested callbacks
👌Handle errors easily
Learn more in this episode of #FlutterinFocus → https://t.co/fnah5aSM1H pic.twitter.com/ppGAeXhJIU— Flutter (@FlutterDev) July 15, 2019
July 15, 2019 at 08:37PM
http://twitter.com/FlutterDev/status/1150836681978863616
Learn about using async and await with Dart's Futures!
🚿Keep your asynchronous code sleek and clean
🙅Avoid nested callbacks
👌Handle errors easily
Learn more in this episode of #FlutterinFocus → https://t.co/fnah5aSM1H pic.twitter.com/ppGAeXhJIU— Flutter (@FlutterDev) July 15, 2019
July 15, 2019 at 08:37PM
http://twitter.com/FlutterDev/status/1150836681978863616
Twitter
#flutterinfocus hashtag on Twitter
23m ago @FlutterDev tweeted: "🌟Another #FlutterinFocus episode! 🌟
.." - read what others are saying and join the conversation.
.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flavors in Flutter with Fastlane - yet another guide
https://ift.tt/2LnxIiZ
July 15, 2019 at 11:44PM by EngineerScientist
https://ift.tt/2lCiMlL
Flavors in Flutter with Fastlane - yet another guide
https://ift.tt/2LnxIiZ
July 15, 2019 at 11:44PM by EngineerScientist
https://ift.tt/2lCiMlL
Dominik Roszkowski Blog
Flavors in Flutter with Fastlane - yet another guide
It's a good practice to build separate apps for development, test and production environment. In case of mobile apps a good way to have separate configurations is usage of flavors. In this tutorial you will learn how to prepare ordinary Flutter project to…
New post on /r/flutterdev subreddit:
Capabilities of Flutter
Hi, I'm curious on what can be done with Flutter. Can you build a functional WhatsApp in Flutter like sending and receiving messages? Or a functional Snapchat? Please let me know what you think! Thank you very much!
July 16, 2019 at 01:59AM by lambtom12
https://ift.tt/2LtZXNl
Capabilities of Flutter
Hi, I'm curious on what can be done with Flutter. Can you build a functional WhatsApp in Flutter like sending and receiving messages? Or a functional Snapchat? Please let me know what you think! Thank you very much!
July 16, 2019 at 01:59AM by lambtom12
https://ift.tt/2LtZXNl
reddit
r/FlutterDev - Capabilities of Flutter
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter commands hang in vscode
Hello everyone,I'm trying to use flutter in vscode but none of the commands will work. Trying to run flutter doctor, new project, run or any other suggested commands from the drop down menu just results in a "running..." message in the notification menu that seems to last forever. Any tips for a confused newbie flutterer?Edit: I've already tried reinstalling vscode and both the flutter and dart extensions as well as running vscode as admin and adding flutter to path
July 16, 2019 at 06:44AM by lawthrowaway123098
https://ift.tt/2JzsUVO
Flutter commands hang in vscode
Hello everyone,I'm trying to use flutter in vscode but none of the commands will work. Trying to run flutter doctor, new project, run or any other suggested commands from the drop down menu just results in a "running..." message in the notification menu that seems to last forever. Any tips for a confused newbie flutterer?Edit: I've already tried reinstalling vscode and both the flutter and dart extensions as well as running vscode as admin and adding flutter to path
July 16, 2019 at 06:44AM by lawthrowaway123098
https://ift.tt/2JzsUVO
reddit
r/FlutterDev - Flutter commands hang in vscode
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
how to add the values to the table through textbox
need to add the values retreive from the texxtfeild to the table how can i do it. -thanks in advance
July 16, 2019 at 07:54AM by ಮಂಜು
https://ift.tt/2XLz9hW
how to add the values to the table through textbox
need to add the values retreive from the texxtfeild to the table how can i do it. -thanks in advance
July 16, 2019 at 07:54AM by ಮಂಜು
https://ift.tt/2XLz9hW
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:
Apple Sign In - Flutter Plugin
https://ift.tt/30vDhiX
July 16, 2019 at 09:37AM by Elixane
https://ift.tt/2XYdOkP
Apple Sign In - Flutter Plugin
https://ift.tt/30vDhiX
July 16, 2019 at 09:37AM by Elixane
https://ift.tt/2XYdOkP
Dart packages
apple_sign_in | Flutter Package
Sign in With Apple for Flutter
New post on /r/flutterdev subreddit:
Restrict API keys (Google services etc.)
Hey.Im building an app which rely on google maps services. I have worked around this problem for a long time now but with static maps api Im stuck now.So to do request from the app you need to authorize the HTTP request with a API key in the end of the query like: www.maps.google.com?QUERY&key=THE\_API _KEYI dont want this key to be public visible because someone can steal it and use my quota. I can't be the only one faceing this problem? I have worked around it with other services by doing the request from the server side. But here i really dont want to serve static images from my backend server.Do someone have a suggestion how to solve it? or someone in the same situation as me? Please tell me if you need more information to solve the problem.
July 16, 2019 at 09:15AM by ercadev
https://ift.tt/2k02HWA
Restrict API keys (Google services etc.)
Hey.Im building an app which rely on google maps services. I have worked around this problem for a long time now but with static maps api Im stuck now.So to do request from the app you need to authorize the HTTP request with a API key in the end of the query like: www.maps.google.com?QUERY&key=THE\_API _KEYI dont want this key to be public visible because someone can steal it and use my quota. I can't be the only one faceing this problem? I have worked around it with other services by doing the request from the server side. But here i really dont want to serve static images from my backend server.Do someone have a suggestion how to solve it? or someone in the same situation as me? Please tell me if you need more information to solve the problem.
July 16, 2019 at 09:15AM by ercadev
https://ift.tt/2k02HWA
New post on Flutter Dev Google group:
How to repaint from outside main.dart?
I wanted to outsource some code to different dart-files, so I created some static classes that create widgets of some kind for me. However, if I need to repaint nothing happens, because (I guess) setState isn't called. How would I need to change my code to repaint? main.dart for example return
July 16, 2019 at 12:06PM by Chris W
https://ift.tt/2kaP1bd
How to repaint from outside main.dart?
I wanted to outsource some code to different dart-files, so I created some static classes that create widgets of some kind for me. However, if I need to repaint nothing happens, because (I guess) setState isn't called. How would I need to change my code to repaint? main.dart for example return
July 16, 2019 at 12:06PM by Chris W
https://ift.tt/2kaP1bd
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:
GitHub - flutter-devs/flutter_Flipkart_UI_clone: Demo UI of Flipkart app made with Flutter.
https://ift.tt/2luC4sV
July 16, 2019 at 01:11PM by Flutter-Devs
https://ift.tt/2jDFrgC
GitHub - flutter-devs/flutter_Flipkart_UI_clone: Demo UI of Flipkart app made with Flutter.
https://ift.tt/2luC4sV
July 16, 2019 at 01:11PM by Flutter-Devs
https://ift.tt/2jDFrgC
GitHub
flutter-devs/flutter_Flipkart_UI_clone
Demo UI of Flipkart app made with Flutter. Contribute to flutter-devs/flutter_Flipkart_UI_clone development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Include c++ or python in Flutter app
Hello everyone,I'm currently working on a project, and I need to add a c++ code (or a python code) inside my Flutter app, any way to do so? Or is it impossible?Thanks in advance !
July 16, 2019 at 02:35PM by rabihkadi
https://ift.tt/2kaK8im
Include c++ or python in Flutter app
Hello everyone,I'm currently working on a project, and I need to add a c++ code (or a python code) inside my Flutter app, any way to do so? Or is it impossible?Thanks in advance !
July 16, 2019 at 02:35PM by rabihkadi
https://ift.tt/2kaK8im
reddit
r/FlutterDev - Include c++ or python in Flutter app
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
FLX: An open source mobile game made with Flutter to test your reflexes
https://ift.tt/2lcaErz
July 16, 2019 at 03:24PM by Pixels97
https://ift.tt/2le6Oyj
FLX: An open source mobile game made with Flutter to test your reflexes
https://ift.tt/2lcaErz
July 16, 2019 at 03:24PM by Pixels97
https://ift.tt/2le6Oyj
GitHub
HossamElghamry/FLX
A mobile game using Flutter to test your reaction speed in various ways - HossamElghamry/FLX
New post on /r/flutterdev subreddit:
Flutter - Provider - Points of interest - Points to care about
https://ift.tt/2laMXzW
July 16, 2019 at 03:14PM by Purple_Pizzazz
https://ift.tt/2ldbVie
Flutter - Provider - Points of interest - Points to care about
https://ift.tt/2laMXzW
July 16, 2019 at 03:14PM by Purple_Pizzazz
https://ift.tt/2ldbVie
Didier Boelens
Didier Boelens - Flutter
Flutter - Tour of the Provider package, points of interest and to care about.
New post on Flutter Dev Google group:
Show custom error message if a page is not loaded in webview_flutter
Dear all, I am using webview_flutter to display HTML pages. If a page is not loaded due to internet connectivity failure, it shows the default error message. I want to show a custom error message instead of that. Kindly let me know how to achieve that. Thanks, Niladri
July 16, 2019 at 03:30PM by Niladri Paul
https://ift.tt/2lvhWa7
Show custom error message if a page is not loaded in webview_flutter
Dear all, I am using webview_flutter to display HTML pages. If a page is not loaded due to internet connectivity failure, it shows the default error message. I want to show a custom error message instead of that. Kindly let me know how to achieve that. Thanks, Niladri
July 16, 2019 at 03:30PM by Niladri Paul
https://ift.tt/2lvhWa7
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:
Link to vscode widget tree plugin?
I've seen people on youtube using a plugin that helps with folding widgets, and more easily see the widget three.Can someone link me the vscode plugin
July 16, 2019 at 03:56PM by dasmikko
https://ift.tt/2jKKfkz
Link to vscode widget tree plugin?
I've seen people on youtube using a plugin that helps with folding widgets, and more easily see the widget three.Can someone link me the vscode plugin
July 16, 2019 at 03:56PM by dasmikko
https://ift.tt/2jKKfkz
reddit
r/FlutterDev - Link to vscode widget tree plugin?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Does Firebase Documentation for Dart/Flutter Exist?
Hello all!Does anyone know if there is any official Firebase documentation for Dart/Flutter (Specifically Cloud Firestore) available? I couldn’t find anything on the Firebase website, but I find it hard to image that Google wouldn’t be updating their official documentation to support one of their homegrown products.
July 16, 2019 at 04:43PM by Zhultaka
https://ift.tt/2kc0hUI
Does Firebase Documentation for Dart/Flutter Exist?
Hello all!Does anyone know if there is any official Firebase documentation for Dart/Flutter (Specifically Cloud Firestore) available? I couldn’t find anything on the Firebase website, but I find it hard to image that Google wouldn’t be updating their official documentation to support one of their homegrown products.
July 16, 2019 at 04:43PM by Zhultaka
https://ift.tt/2kc0hUI
reddit
r/FlutterDev - Does Firebase Documentation for Dart/Flutter Exist?
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Use graphql_codegen to save your life
I'm working on the graphql_codegen project, which could generate Dart codes from graphql files.Try it now and give me feedback to help me to improve it.Example:
July 16, 2019 at 05:29PM by LongYinan
https://ift.tt/2lLhc0R
Use graphql_codegen to save your life
I'm working on the graphql_codegen project, which could generate Dart codes from graphql files.Try it now and give me feedback to help me to improve it.Example:
graphql query projectDetail($fullPath: ID!, $first: Int!, $after: String!, $status: PipelineStatusEnum) { project(fullPath: $fullPath) { archived pipelines(first: $first, after: $after, status: $status) { edges { cursor node { id iid sha status detailedStatus { detailsPath hasDetails } } } pageInfo { endCursor hasNextPage hasPreviousPage } } } }
```dart ...class ProjectDetailVariable { ProjectDetailVariable({this.fullPath, this.first, this.after, this.status});String fullPath; int first; String after; PipelineStatusEnum status;Map<String, dynamic> toJson() { return { 'fullPath': fullPath, 'first': first, 'after': after, 'status': PipelineStatusEnumValues.reverseMap[status] }; } }class ProjectDetailQuery { ProjectDetailQuery({this.project});factory ProjectDetailQuery.fromJson(Map<String, dynamic> json) { if (json == null) { return ProjectDetailQuery(); } return ProjectDetailQuery( project: ProjectDetailQueryProject.fromJson(json['project'])); }ProjectDetailQueryProject project;Map<String, dynamic> toJson() => {'project': project?.toJson()}; }... ```July 16, 2019 at 05:29PM by LongYinan
https://ift.tt/2lLhc0R
GitHub
Brooooooklyn/graphql_codegen
Generate codes from graphql files. Contribute to Brooooooklyn/graphql_codegen development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
I created a puzzle game with Flutter, what do you think?
https://ift.tt/2lAHcMc
July 16, 2019 at 06:33PM by yucacuy
https://ift.tt/2lyhrft
I created a puzzle game with Flutter, what do you think?
https://ift.tt/2lAHcMc
July 16, 2019 at 06:33PM by yucacuy
https://ift.tt/2lyhrft
Google Play
Mystic Square - Apps on Google Play
The Mystic Square is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The object of the puzzle is to place the tiles in a particular order by making sliding moves that use the empty space.
New post on /r/flutterdev subreddit:
Building a Social app UI with Flutter
https://ift.tt/2jMKmfk
July 16, 2019 at 07:26PM by JideGuru
https://ift.tt/2jHZ3Ae
Building a Social app UI with Flutter
https://ift.tt/2jMKmfk
July 16, 2019 at 07:26PM by JideGuru
https://ift.tt/2jHZ3Ae
Medium
Building a Social app UI with Flutter
Lets Build a full Social app ui in flutter
New post on /r/flutterdev subreddit:
FlutterUI - Clean Designs - Fruits
https://youtu.be/wodEsx1_OA8
July 16, 2019 at 08:06PM by rajayogan27
https://ift.tt/2jKb3Bi
FlutterUI - Clean Designs - Fruits
https://youtu.be/wodEsx1_OA8
July 16, 2019 at 08:06PM by rajayogan27
https://ift.tt/2jKb3Bi
YouTube
FlutterUI - Clean Designs - Fruits
Need an app ? - https://rajayogan.com
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw…
New post on /r/flutterdev subreddit:
How to show a circular spinner on login page.
Could some of the brilliant minds on here kindly help a noob with regards to a simple Flutter dilemma.I am trying to create a simple login page which does an authentication on button click using the BLOC
architecture pattern.I have most of the piece working except one thing:How do I display a CircularProgressIndicator
in the center of the app while the login is in progress and then dismiss it once it's complete (irrespective if the call is a success or failure)?I am seeing conflicting answers where some are recommending usage of Streams, Future or FutureBuilderP.S: Posted same question on SO: https://stackoverflow.com/questions/57063225/flutter-show-spinner-on-loginThanks!
July 16, 2019 at 10:00PM by androiddevforeast
https://ift.tt/2jN2OV5
How to show a circular spinner on login page.
Could some of the brilliant minds on here kindly help a noob with regards to a simple Flutter dilemma.I am trying to create a simple login page which does an authentication on button click using the BLOC
architecture pattern.I have most of the piece working except one thing:How do I display a CircularProgressIndicator
in the center of the app while the login is in progress and then dismiss it once it's complete (irrespective if the call is a success or failure)?I am seeing conflicting answers where some are recommending usage of Streams, Future or FutureBuilderP.S: Posted same question on SO: https://stackoverflow.com/questions/57063225/flutter-show-spinner-on-loginThanks!
July 16, 2019 at 10:00PM by androiddevforeast
https://ift.tt/2jN2OV5
Stack Overflow
Flutter show spinner on login
Newbie to Flutter.
I am trying to create a simple login page which does an authentication on button click using the BLOC architecture pattern.
I have most of the piece working except one thing:
H...
I am trying to create a simple login page which does an authentication on button click using the BLOC architecture pattern.
I have most of the piece working except one thing:
H...