New post on Flutter Dev Google group:
How to work with a Json object by calling another object (REST API) - Flutter
I have a Listview that is generated through a request to a json webservice(this already works correctly) But I need to click on one of the objects to make a new request with an inherent id to object generated by Listview Below is the code that generates my ListView Future
August 06, 2019 at 05:45PM by Anderson Augusto
https://ift.tt/2yIxsmo
How to work with a Json object by calling another object (REST API) - Flutter
I have a Listview that is generated through a request to a json webservice(this already works correctly) But I need to click on one of the objects to make a new request with an inherent id to object generated by Listview Below is the code that generates my ListView Future
August 06, 2019 at 05:45PM by Anderson Augusto
https://ift.tt/2yIxsmo
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:
AsyncRedux: Flutter’s non-boilerplate version of Redux
Hi everyone. I know Redux is not that popular with the Flutter community, maybe because of all the boilerplate?For quite some time I've been developing a "non-boilerplate" version of Redux called AsyncRedux, which has both sync and async reducers, so no middleware is necessary, and has tons of features to integrate with Flutter, including testing.We've been using it successfully in a large scale project, and I've just publish it yesterday (pub.dev/packages/async_redux).If you want to give it a look, with lots of code examples, see here: https://medium.com/@marcglasberg/https-medium-com-marcglasberg-async-redux-33ac5e27d5f6
August 06, 2019 at 06:16PM by marcglasberg
https://ift.tt/2yFEdp6
AsyncRedux: Flutter’s non-boilerplate version of Redux
Hi everyone. I know Redux is not that popular with the Flutter community, maybe because of all the boilerplate?For quite some time I've been developing a "non-boilerplate" version of Redux called AsyncRedux, which has both sync and async reducers, so no middleware is necessary, and has tons of features to integrate with Flutter, including testing.We've been using it successfully in a large scale project, and I've just publish it yesterday (pub.dev/packages/async_redux).If you want to give it a look, with lots of code examples, see here: https://medium.com/@marcglasberg/https-medium-com-marcglasberg-async-redux-33ac5e27d5f6
August 06, 2019 at 06:16PM by marcglasberg
https://ift.tt/2yFEdp6
Dart packages
async_redux | Flutter package
The modern version of Redux. State management that's simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.
New post on Flutter Dev Google group:
Is this website https://flutter.dev/ developed in Flutter ?????
Is this website https://flutter.dev/ developed in Flutter ?????
August 06, 2019 at 06:23PM by Ersion Meculi
https://ift.tt/2ZA7jSN
Is this website https://flutter.dev/ developed in Flutter ?????
Is this website https://flutter.dev/ developed in Flutter ?????
August 06, 2019 at 06:23PM by Ersion Meculi
https://ift.tt/2ZA7jSN
flutter.dev
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.
New post on /r/flutterdev subreddit:
Ability to integrate Android Q's navigation bar
Is it possible to integrate the new Android navigation bar into the BottomNavigationBar, just like it does on iOS?Here's how it looks like right now: https://imgur.com/F0DekuP.
August 06, 2019 at 06:39PM by jesusrp98
https://ift.tt/2KzHX11
Ability to integrate Android Q's navigation bar
Is it possible to integrate the new Android navigation bar into the BottomNavigationBar, just like it does on iOS?Here's how it looks like right now: https://imgur.com/F0DekuP.
August 06, 2019 at 06:39PM by jesusrp98
https://ift.tt/2KzHX11
Imgur
Android Q's navigation bar on Flutter
Post with 0 votes and 572 views. Android Q's navigation bar on Flutter
New post on /r/flutterdev subreddit:
Simple example of a GraphQl client in a Dart CLI app. (Part 1)
https://ift.tt/2KBqGVk
August 06, 2019 at 08:15PM by quad99
https://ift.tt/2TdodEj
Simple example of a GraphQl client in a Dart CLI app. (Part 1)
https://ift.tt/2KBqGVk
August 06, 2019 at 08:15PM by quad99
https://ift.tt/2TdodEj
GitHub
dmh2000/Flutter-GraphqlX
Contribute to dmh2000/Flutter-GraphqlX development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter: A Framework to Surpass React Native
https://ift.tt/31k6rC1
August 06, 2019 at 09:45PM by EngineerScientist
https://ift.tt/2yGjT73
Flutter: A Framework to Surpass React Native
https://ift.tt/31k6rC1
August 06, 2019 at 09:45PM by EngineerScientist
https://ift.tt/2yGjT73
Rainway
Bringing PC Games to Mobile with Flutter | Rainway
Flutter redefined our approach to cross-platform mobile development.
New post on /r/flutterdev subreddit:
How to know if an app is made with Flutter?
E.g if i download an app and wants to know if it was made with flutter sdk how would i know on both Android and ios. Here's one way I know for Android, In developers options enable "show layout bounds" for flutter apps the app won't show bounds of ui.
August 07, 2019 at 01:12AM by neattike
https://ift.tt/2YuI3R7
How to know if an app is made with Flutter?
E.g if i download an app and wants to know if it was made with flutter sdk how would i know on both Android and ios. Here's one way I know for Android, In developers options enable "show layout bounds" for flutter apps the app won't show bounds of ui.
August 07, 2019 at 01:12AM by neattike
https://ift.tt/2YuI3R7
reddit
r/FlutterDev - How to know if an app is made with Flutter?
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
Are there any differences between .sink.add and .add ?
Can someone explain to me these few lines? Are there any differences between .sink.add and .add ? final _moviesFetcher = BehaviorSubject(); _moviesFetcher.sink.add(itemModel); _moviesFetcher.add(itemModel);
August 07, 2019 at 05:04AM by Tony Seng
https://ift.tt/2KiH4uP
Are there any differences between .sink.add and .add ?
Can someone explain to me these few lines? Are there any differences between .sink.add and .add ? final _moviesFetcher = BehaviorSubject(); _moviesFetcher.sink.add(itemModel); _moviesFetcher.add(itemModel);
August 07, 2019 at 05:04AM by Tony Seng
https://ift.tt/2KiH4uP
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 Localizations Tale (Localizations Example)
https://ift.tt/2YM5CEy
August 07, 2019 at 04:35AM by limboo_o
https://ift.tt/2ZCaNnv
Flutter Localizations Tale (Localizations Example)
https://ift.tt/2YM5CEy
August 07, 2019 at 04:35AM by limboo_o
https://ift.tt/2ZCaNnv
GitHub
khalidfsh/flutter_localizations_tale
Flutter minimal localization example. Contribute to khalidfsh/flutter_localizations_tale development by creating an account on GitHub.
New post on Flutter Dev Google group:
Xcode archive fails (multiple commands ..
need to produce an archive so we can upload to TestFlight so followed instructions in https://ift.tt/2VtHeCn . my flutter runs on both real iPhone and simulator with no problem. so I produce a release version as required then open the resultant Xcode project (runner). I need to
August 07, 2019 at 05:38AM by john mcfetridge
https://ift.tt/2OJuWY8
Xcode archive fails (multiple commands ..
need to produce an archive so we can upload to TestFlight so followed instructions in https://ift.tt/2VtHeCn . my flutter runs on both real iPhone and simulator with no problem. so I produce a release version as required then open the resultant Xcode project (runner). I need to
August 07, 2019 at 05:38AM by john mcfetridge
https://ift.tt/2OJuWY8
flutter.dev
Preparing an iOS app for release
This guide provides a step-by-step walkthrough of releasing a Flutter app tothe [App Store][appstore] and [TestFlight][testflight].For information on obfuscating Dart code, see [Obfuscating DartCode]({{site.github}}/flutter/flutter/wiki/Obfuscating-Dart-Code).##…
New post on Flutter Dev Google group:
Firestore.instance.runTransaction((transaction) async won't work
I tried to make application from this tutorial: https://ift.tt/33hi2DJ and I got stuck at step 11 because Firestore.instance.runTransaction((transaction) async won't work. What should i do? This is the code that i've made so far : Widget _buildListItem
August 07, 2019 at 09:51AM by meliana winata
https://ift.tt/2TflQAL
Firestore.instance.runTransaction((transaction) async won't work
I tried to make application from this tutorial: https://ift.tt/33hi2DJ and I got stuck at step 11 because Firestore.instance.runTransaction((transaction) async won't work. What should i do? This is the code that i've made so far : Widget _buildListItem
August 07, 2019 at 09:51AM by meliana winata
https://ift.tt/2TflQAL
New post on Flutter Dev Google group:
Dart dev tools - usage statistics
Hi, every time I start dart dev tools I get a question if I want to send usage statistics. Is there any chance that dev tools will remember my decision? If I click "No thanks" (yeah.. I'm bad that I'm not sending any data... :/) it askes again if I restart and again if I restart and again if I
August 07, 2019 at 11:27AM by Frank Weißenborn
https://ift.tt/2KCNJz4
Dart dev tools - usage statistics
Hi, every time I start dart dev tools I get a question if I want to send usage statistics. Is there any chance that dev tools will remember my decision? If I click "No thanks" (yeah.. I'm bad that I'm not sending any data... :/) it askes again if I restart and again if I restart and again if I
August 07, 2019 at 11:27AM by Frank Weißenborn
https://ift.tt/2KCNJz4
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:
How do I create Flutter module/package that I can use in already built react-native, xamarin, cordova apps??
I want to create something like npm package that I can use in app which are built on other frameworks. It it possible??
August 07, 2019 at 12:14PM by Krunal Purohit
https://ift.tt/33kgCs0
How do I create Flutter module/package that I can use in already built react-native, xamarin, cordova apps??
I want to create something like npm package that I can use in app which are built on other frameworks. It it possible??
August 07, 2019 at 12:14PM by Krunal Purohit
https://ift.tt/33kgCs0
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:
Social Network App Possible?
Hey everyone, before I start my journey and document every step with my idea that I have for an social media app, I would first like to know if it is possible to make a fully fledged app in only dart and flutter with all the functionality like let's say Instagram as well as be able to let the user upload clips and display it in a card view of some sorts. I am talking about displaying categories to follow and receiving all the content that is tagged in that category on your news feed as well as when you refresh all the latest posts will be at the top.If I don't make sense I apologize my brain is like a car going at 1000mph :)
August 07, 2019 at 12:29PM by ChristianGeorgeson
https://ift.tt/2MFT23j
Social Network App Possible?
Hey everyone, before I start my journey and document every step with my idea that I have for an social media app, I would first like to know if it is possible to make a fully fledged app in only dart and flutter with all the functionality like let's say Instagram as well as be able to let the user upload clips and display it in a card view of some sorts. I am talking about displaying categories to follow and receiving all the content that is tagged in that category on your news feed as well as when you refresh all the latest posts will be at the top.If I don't make sense I apologize my brain is like a car going at 1000mph :)
August 07, 2019 at 12:29PM by ChristianGeorgeson
https://ift.tt/2MFT23j
reddit
r/FlutterDev - Social Network App Possible?
0 votes and 5 comments so far on Reddit
New post on /r/flutterdev subreddit:
flutter_rating_bar | A simple yet fully customizable rating bar for flutter which also include a rating bar indicator, supporting any fraction of rating.
https://ift.tt/2XrUDLQ
August 07, 2019 at 01:55PM by Elixane
https://ift.tt/33aBwtE
flutter_rating_bar | A simple yet fully customizable rating bar for flutter which also include a rating bar indicator, supporting any fraction of rating.
https://ift.tt/2XrUDLQ
August 07, 2019 at 01:55PM by Elixane
https://ift.tt/33aBwtE
Dart packages
flutter_rating_bar | Flutter Package
A simple yet fully customizable ratingbar for flutter which also include a rating bar indicator, supporting any fraction of rating.
New post on /r/flutterdev subreddit:
A beautiful, comprehensive Flutter Todo-List App that is perfect for getting started
https://ift.tt/2Te3QXK
August 07, 2019 at 03:32PM by Android-Bro
https://ift.tt/33hsnzF
A beautiful, comprehensive Flutter Todo-List App that is perfect for getting started
https://ift.tt/2Te3QXK
August 07, 2019 at 03:32PM by Android-Bro
https://ift.tt/33hsnzF
reddit
A beautiful, comprehensive Flutter Todo-List App that is perfect...
Posted in r/Flutter by u/Android-Bro • 65 points and 26 comments
New post on /r/flutterdev subreddit:
Does anyone know how I could go about creating a page transition animation like this in flutter?
https://ift.tt/2TjF6xe
August 07, 2019 at 03:22PM by TheEdenChild
https://ift.tt/33lcvMn
Does anyone know how I could go about creating a page transition animation like this in flutter?
https://ift.tt/2TjF6xe
August 07, 2019 at 03:22PM by TheEdenChild
https://ift.tt/33lcvMn
raywenderlich.com
Reproducing Popular iOS Controls Part 3: App Store & Maps
In part three of this new course, you’ll recreate controls from Apple’s own App Store and Maps apps.
New post on /r/flutterdev subreddit:
Flutter representation of a furniture app UI
https://ift.tt/31osibu
August 07, 2019 at 04:11PM by JideGuru
https://ift.tt/2KjusDv
Flutter representation of a furniture app UI
https://ift.tt/31osibu
August 07, 2019 at 04:11PM by JideGuru
https://ift.tt/2KjusDv
GitHub
JideGuru/FlutterFurnitureAppUI
Flutter representation of a furniture app UI. Contribute to JideGuru/FlutterFurnitureAppUI development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Comparison of all existing possibilities for creating app
I've read a lot of articles of "React vs Flutter" or "Native vs Flutter" etc... each author with a different point of view... Is there ONE table that would summarize the different technologies to create apps, comparing them with criterias ? I've been searching on the internet but nothing complete, just some one vs one comparisons.Also, how about the famous question of "is an app created with flutter a native app" ? What does "native" really mean, the closest to the hardware ? So is Java/Kotlin native as long as you're developing for a virtual machine ?Lots of questions in my head, but no final "scientific" response. It seems that everyone have different opinion on that :/
August 07, 2019 at 03:53PM by Kamel38
https://ift.tt/2KkgocW
Comparison of all existing possibilities for creating app
I've read a lot of articles of "React vs Flutter" or "Native vs Flutter" etc... each author with a different point of view... Is there ONE table that would summarize the different technologies to create apps, comparing them with criterias ? I've been searching on the internet but nothing complete, just some one vs one comparisons.Also, how about the famous question of "is an app created with flutter a native app" ? What does "native" really mean, the closest to the hardware ? So is Java/Kotlin native as long as you're developing for a virtual machine ?Lots of questions in my head, but no final "scientific" response. It seems that everyone have different opinion on that :/
August 07, 2019 at 03:53PM by Kamel38
https://ift.tt/2KkgocW
reddit
r/FlutterDev - Comparison of all existing possibilities for creating app
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Stuck between flutter and react native
I feel that flutter is great for development but it is still not very widely used so jobs/internships are very rare. On the other hand with react native it may be worse than flutter but it has a large amount of jobs. I was thinking of going with flutter and approaching companies to offer to make them an app or do freelance but I feel like right now RN is a lot more stable so I just wanted to know your opinions on this.
August 07, 2019 at 03:42PM by YAttia
https://ift.tt/33j5v2A
Stuck between flutter and react native
I feel that flutter is great for development but it is still not very widely used so jobs/internships are very rare. On the other hand with react native it may be worse than flutter but it has a large amount of jobs. I was thinking of going with flutter and approaching companies to offer to make them an app or do freelance but I feel like right now RN is a lot more stable so I just wanted to know your opinions on this.
August 07, 2019 at 03:42PM by YAttia
https://ift.tt/33j5v2A
reddit
r/FlutterDev - Stuck between flutter and react native
0 votes and 1 comment so far on Reddit