New post on /r/flutterdev subreddit:
Flutter is fun. but there is No job.
I'm really interested in flutter and learning some basics from Angela Yu on Udemy. but i didn't see any job in Mumbai, india. India's financial capital. there are lot of jobs for React and other frameworks but hardly anyone post job for flutter. I'm following this from last 4 months but no one seems to interested in flutter here. in comparison there are more than 300 web devs jobs posted daily on indeed. really confused on what to choose. i really enjoy flutter but there is not point if no one willing to hire me. Thanks.
August 06, 2019 at 08:43AM by blueblood_14
https://ift.tt/2Yt677c
Flutter is fun. but there is No job.
I'm really interested in flutter and learning some basics from Angela Yu on Udemy. but i didn't see any job in Mumbai, india. India's financial capital. there are lot of jobs for React and other frameworks but hardly anyone post job for flutter. I'm following this from last 4 months but no one seems to interested in flutter here. in comparison there are more than 300 web devs jobs posted daily on indeed. really confused on what to choose. i really enjoy flutter but there is not point if no one willing to hire me. Thanks.
August 06, 2019 at 08:43AM by blueblood_14
https://ift.tt/2Yt677c
reddit
r/FlutterDev - Flutter is fun. but there is No job.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Snappable Blogpost : Thanos Snap Effect in Flutter
https://ift.tt/2YKkqUd
August 06, 2019 at 11:58AM by EngineerScientist
https://ift.tt/2Kw0cnP
Snappable Blogpost : Thanos Snap Effect in Flutter
https://ift.tt/2YKkqUd
August 06, 2019 at 11:58AM by EngineerScientist
https://ift.tt/2Kw0cnP
Fidev
Thanos Snap Effect in Flutter - Fidev
Have you ever woken up and thought "How awesome would it be to create Thanos snap effect in Flutter"? Probably not. Well... following Google's Easter Egg I did. 🙂 And I've found out that no one did it in Flutter yet so why not give it a try! In this post…
New post on /r/flutterdev subreddit:
Sign-in with email link (passwordless) with Flutter & Firebase [Setup Guide]
https://ift.tt/2ZzCAoI
August 06, 2019 at 11:49AM by bizz84
https://ift.tt/2M2uPVi
Sign-in with email link (passwordless) with Flutter & Firebase [Setup Guide]
https://ift.tt/2ZzCAoI
August 06, 2019 at 11:49AM by bizz84
https://ift.tt/2M2uPVi
GitHub
bizz84/firebase_auth_demo_flutter
Reference Authentication Flow with Flutter & Firebase - bizz84/firebase_auth_demo_flutter
New post on /r/flutterdev subreddit:
Why SystemSound.play(SystemSoundType.click) doesn't work?
Hi all! I'm creating an android app. I need a button which produce sound when it is clicked. I've done some googling. Every article online i read suggest me to use this code:
August 06, 2019 at 12:35PM by bajirut
https://ift.tt/2M0rgPz
Why SystemSound.play(SystemSoundType.click) doesn't work?
Hi all! I'm creating an android app. I need a button which produce sound when it is clicked. I've done some googling. Every article online i read suggest me to use this code:
import 'package:flutter/services.dart'; ... SystemSound.play(SystemSoundType.click); ...I don't need to play a file like mp3, i just need a button which produce sound when it's clicked. I've tried the code above and it didn't work. What possibly goes wrong here?​Thanks.
August 06, 2019 at 12:35PM by bajirut
https://ift.tt/2M0rgPz
reddit
r/FlutterDev - Why SystemSound.play(SystemSoundType.click) doesn't work?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Tutorial: Habit Tracker UI
https://ift.tt/2OKPEXs
August 05, 2019 at 07:04PM by cybdom
https://ift.tt/2yFw18l
Flutter Tutorial: Habit Tracker UI
https://ift.tt/2OKPEXs
August 05, 2019 at 07:04PM by cybdom
https://ift.tt/2yFw18l
Flutter Tutorial by Cybdom Tech
Flutter Tutorial: Habit Tracker UI
Today we will take a look at probably the most complex app UI I shared with you until now.
New post on /r/flutterdev subreddit:
Plugin for displaying scrolling views with fading edges
https://ift.tt/2Lz3yJG
August 06, 2019 at 04:27PM by mponkin
https://ift.tt/2ZBqOdC
Plugin for displaying scrolling views with fading edges
https://ift.tt/2Lz3yJG
August 06, 2019 at 04:27PM by mponkin
https://ift.tt/2ZBqOdC
Dart packages
fading_edge_scrollview | Flutter Package
Package providing FadingEdgeScrollView which allows you to build scrollable views with fading edges
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