New post on /r/flutterdev subreddit:
Creating an API in JavaScript to implement the Server-Side Search in Flutter
https://youtu.be/99oiBDS1q70
June 17, 2019 at 02:53PM by zaiste
http://bit.ly/2Zs0fXN
Creating an API in JavaScript to implement the Server-Side Search in Flutter
https://youtu.be/99oiBDS1q70
June 17, 2019 at 02:53PM by zaiste
http://bit.ly/2Zs0fXN
YouTube
Flutter in Practice - E31: JavaScript API for Server-Side Search
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instead of teaching concepts and ideas in both Flutter and Dart, this course showcases a process of building…
New post on /r/flutterdev subreddit:
Migrate your Flutter App to Flutter Web
http://bit.ly/2N2Es7w
June 17, 2019 at 02:15PM by suchox
http://bit.ly/2WMdXYM
Migrate your Flutter App to Flutter Web
http://bit.ly/2N2Es7w
June 17, 2019 at 02:15PM by suchox
http://bit.ly/2WMdXYM
Medium
Migrate your Flutter App to Flutter Web
Recently Google released the technical preview of Flutter Web, an extension to Flutter for the modern web. So what does this mean? It…
New post on /r/flutterdev subreddit:
Bloc vs global variables and streams
Greetings all,If I had a going class that maintained the various states required, such as login, current progress in book, books currently reading, etc and had a steam that broadcasted all changes, in what ways is that worse than Bloc?
June 17, 2019 at 03:08PM by ajacian
http://bit.ly/2F9Obmn
Bloc vs global variables and streams
Greetings all,If I had a going class that maintained the various states required, such as login, current progress in book, books currently reading, etc and had a steam that broadcasted all changes, in what ways is that worse than Bloc?
June 17, 2019 at 03:08PM by ajacian
http://bit.ly/2F9Obmn
reddit
r/FlutterDev - Bloc vs global variables and streams
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
local_assets_server: lightweight Flutter plugin which serves local assets to webview
http://bit.ly/2WM7AQf
June 17, 2019 at 04:48PM by lesnitsky_a
http://bit.ly/2x5150h
local_assets_server: lightweight Flutter plugin which serves local assets to webview
http://bit.ly/2WM7AQf
June 17, 2019 at 04:48PM by lesnitsky_a
http://bit.ly/2x5150h
GitHub
lesnitsky/flutter_local_assets_server
📦Local server which serves assets to WebView. Contribute to lesnitsky/flutter_local_assets_server development by creating an account on GitHub.
New post on Flutter Dev Google group:
Launch screen bitmaps
Hi all, As per http://bit.ly/2KVj6q3 What are the recommend image sizes? I'm confused as to where the image/bitmap is saved and what the resolution/s should be? Thanks.
June 17, 2019 at 05:17PM by Gavin Henry
http://bit.ly/2FfLwHA
Launch screen bitmaps
Hi all, As per http://bit.ly/2KVj6q3 What are the recommend image sizes? I'm confused as to where the image/bitmap is saved and what the resolution/s should be? Thanks.
June 17, 2019 at 05:17PM by Gavin Henry
http://bit.ly/2FfLwHA
flutter.dev
Adding assets and images
Flutter apps can include both code and _assets_ (sometimes calledresources). An asset is a file that is bundled and deployed with yourapp, and is accessible at runtime. Common types of assets includestatic data (for example, JSON files), configuration files…
New tweet from FlutterDev:
A New #Flutterinfocus Series!
A step on the way from beginner to Flutter expert is understanding Dart's async patterns. See streams, futures, and multithreading as @redbrogdon covers the foundation of async: Dart's isolates and event loop!
For more → https://t.co/rm064qpXgx pic.twitter.com/2x65KF1NM1— Flutter (@FlutterDev) June 17, 2019
June 17, 2019 at 06:28PM
http://twitter.com/FlutterDev/status/1140657500037029888
A New #Flutterinfocus Series!
A step on the way from beginner to Flutter expert is understanding Dart's async patterns. See streams, futures, and multithreading as @redbrogdon covers the foundation of async: Dart's isolates and event loop!
For more → https://t.co/rm064qpXgx pic.twitter.com/2x65KF1NM1— Flutter (@FlutterDev) June 17, 2019
June 17, 2019 at 06:28PM
http://twitter.com/FlutterDev/status/1140657500037029888
Twitter
#flutterinfocus hashtag on Twitter
7m ago @FlutterDev tweeted: "A New #Flutterinfocus Series!
A step o.." - read what others are saying and join the conversation.
A step o.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter Devlog: Project Startup #3 | Notifications 🔔
https://youtu.be/uGuql9bx5k4
June 17, 2019 at 06:08PM by RobertBrunhage
http://bit.ly/2MTu8Pv
Flutter Devlog: Project Startup #3 | Notifications 🔔
https://youtu.be/uGuql9bx5k4
June 17, 2019 at 06:08PM by RobertBrunhage
http://bit.ly/2MTu8Pv
YouTube
Flutter Devlog: Project Startup #3 | Notifications 🔔
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:…
New post on /r/flutterdev subreddit:
Firestore alternatives
Hi all,I'm building an app in flutter right now for my startup. I have a large portion of my database in Firestore, and for search I'm just using using arrayContains to search a single array of every word in the description.I need offline search, so the dart Agolia plugin sadly won't really work for me. Are there any other alternatives right now? I know realm is coming, but it can't seem to come fast enough for me.
June 17, 2019 at 06:01PM by DoPeopleEvenLookHere
http://bit.ly/2IMEXgY
Firestore alternatives
Hi all,I'm building an app in flutter right now for my startup. I have a large portion of my database in Firestore, and for search I'm just using using arrayContains to search a single array of every word in the description.I need offline search, so the dart Agolia plugin sadly won't really work for me. Are there any other alternatives right now? I know realm is coming, but it can't seem to come fast enough for me.
June 17, 2019 at 06:01PM by DoPeopleEvenLookHere
http://bit.ly/2IMEXgY
reddit
r/FlutterDev - Firestore alternatives
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
Firestore model/design thoughts
A lot of this bloc/streaming is new to me and I feel stuck on how to design one part of my models and it is when I start using sub-collections in Firestore. Lets say I have a collection with companies and each company has a sub-collection with employees. I have then made two model classes for
June 17, 2019 at 08:08PM by Mattias Månsson
http://bit.ly/2XSt53e
Firestore model/design thoughts
A lot of this bloc/streaming is new to me and I feel stuck on how to design one part of my models and it is when I start using sub-collections in Firestore. Lets say I have a collection with companies and each company has a sub-collection with employees. I have then made two model classes for
June 17, 2019 at 08:08PM by Mattias Månsson
http://bit.ly/2XSt53e
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 achieve modal presentation style similar to iOS13?
How can I achieve something like this?
June 17, 2019 at 11:48PM by czater
http://bit.ly/2ZBkEtH
How to achieve modal presentation style similar to iOS13?
How can I achieve something like this?
June 17, 2019 at 11:48PM by czater
http://bit.ly/2ZBkEtH
New post on /r/flutterdev subreddit:
Flutter with amazon rekognition
Hello.Has anyone successfully tried using flutter and amazon rekognition for image/object recognition? Dont see a plugin for it.
June 17, 2019 at 11:04PM by bitcoin-wiz
http://bit.ly/31CO7oL
Flutter with amazon rekognition
Hello.Has anyone successfully tried using flutter and amazon rekognition for image/object recognition? Dont see a plugin for it.
June 17, 2019 at 11:04PM by bitcoin-wiz
http://bit.ly/31CO7oL
reddit
r/FlutterDev - Flutter with amazon rekognition
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Can I have a material app with a cupertinoTabScaffold
Hello, Is it possible to have. a. flutter material with a cupertinoTabScaffold? Thanks
June 18, 2019 at 02:54AM by Ptemp
http://bit.ly/2XTxGCn
Can I have a material app with a cupertinoTabScaffold
Hello, Is it possible to have. a. flutter material with a cupertinoTabScaffold? Thanks
June 18, 2019 at 02:54AM by Ptemp
http://bit.ly/2XTxGCn
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:
In part three of our Just Java project we’ll create a simple toggle animation.
http://bit.ly/2INYqOj
June 18, 2019 at 04:02AM by idreesBughio
http://bit.ly/31BvEsG
In part three of our Just Java project we’ll create a simple toggle animation.
http://bit.ly/2INYqOj
June 18, 2019 at 04:02AM by idreesBughio
http://bit.ly/31BvEsG
Technotes 78
‘Just Java’ in flutter part three: CREATING CUSTOM ITEM WIDGET
Show your support by subscribing to my blog. Don’t worry it’s free!!! EID MUBARAK EVERYONE! <3 I know its too late for that but I was on a vacation and just meeting you guys now so&#…
New post on /r/flutterdev subreddit:
( Need advice ) which State management should I use?
Hello, I am relatively new to flutter, I am building an eCommerce app with reaction platform as backend that uses graphql for serving data. I need advice with which state management I should opt for considering my use case.
June 18, 2019 at 02:52AM by Anoop_kumar
http://bit.ly/2RoW0JJ
( Need advice ) which State management should I use?
Hello, I am relatively new to flutter, I am building an eCommerce app with reaction platform as backend that uses graphql for serving data. I need advice with which state management I should opt for considering my use case.
June 18, 2019 at 02:52AM by Anoop_kumar
http://bit.ly/2RoW0JJ
reddit
r/FlutterDev - ( Need advice ) which State management should I use?
4 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Navigation without Context - Navigating from your Business / State Management logic
http://bit.ly/2WKLiyp
June 18, 2019 at 05:11AM by Filledstacks
http://bit.ly/2WQgnFv
Navigation without Context - Navigating from your Business / State Management logic
http://bit.ly/2WKLiyp
June 18, 2019 at 05:11AM by Filledstacks
http://bit.ly/2WQgnFv
Filledstacks
Navigate without context in Flutter with a Navigation Service
This tutorial shows you how to navigate without the context so navigation can move into business logic.
New post on Flutter Dev Google group:
Platform Adaptable UI
Hi I am new to Flutter development, I am from iOS background. Please clear my following doubt on flutter development. 1. For developing Android and iOS app, using Material and Cupertino widget is a mandatory one. Do apple have any restriction while uploading to App Store if I developed App
June 18, 2019 at 08:40AM by Srikanth
http://bit.ly/2XjjPrY
Platform Adaptable UI
Hi I am new to Flutter development, I am from iOS background. Please clear my following doubt on flutter development. 1. For developing Android and iOS app, using Material and Cupertino widget is a mandatory one. Do apple have any restriction while uploading to App Store if I developed App
June 18, 2019 at 08:40AM by Srikanth
http://bit.ly/2XjjPrY
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:
Should I Add Generated Dart Files to Git?
http://bit.ly/2WLKKZ3
June 18, 2019 at 08:22AM by Elixane
http://bit.ly/2x07jPl
Should I Add Generated Dart Files to Git?
http://bit.ly/2WLKKZ3
June 18, 2019 at 08:22AM by Elixane
http://bit.ly/2x07jPl
Medium
Should I Add Generated Dart Files to Git?
Dealing with generated files in Flutter
New post on Flutter Dev Google group:
Unable to run flutter after audio players package import
I imported following sound package from flutter packages. audioplayers: ^0.12.1 It threw errors saying I needed to install some things. Based on the error messages, I ran following commands. brew install cocoa pods pod setup The setup was completed successfully. It started throwing
June 18, 2019 at 10:46AM by karthik vaithin
http://bit.ly/2FgCBpI
Unable to run flutter after audio players package import
I imported following sound package from flutter packages. audioplayers: ^0.12.1 It threw errors saying I needed to install some things. Based on the error messages, I ran following commands. brew install cocoa pods pod setup The setup was completed successfully. It started throwing
June 18, 2019 at 10:46AM by karthik vaithin
http://bit.ly/2FgCBpI
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:
Invalid `Podfile` file: No such file or directory @ rb_sysopen - flutter_module/.ios/Flutter/podhelper.rb
http://bit.ly/2XVvwlA
June 18, 2019 at 10:15AM by neurenor
http://bit.ly/2IQrWTt
Invalid `Podfile` file: No such file or directory @ rb_sysopen - flutter_module/.ios/Flutter/podhelper.rb
http://bit.ly/2XVvwlA
June 18, 2019 at 10:15AM by neurenor
http://bit.ly/2IQrWTt
Stack Overflow
Invalid `Podfile` file: No such file or directory @ rb_sysopen - flutter_module/.ios/Flutter/podhelper.rb
I am integrating flutter module in the iOS app and while installing the pod, I am getting this error.
Below is the code in podfile.
# Uncomment the next line to define a global platform for your
Below is the code in podfile.
# Uncomment the next line to define a global platform for your
New post on Flutter Dev Google group:
Emulator code for android??
Hello, How to connect android devices in vs code. I mean how to bring emulator for android in vs code
June 18, 2019 at 12:42PM by Abinavan Nagendran
http://bit.ly/31PFHdU
Emulator code for android??
Hello, How to connect android devices in vs code. I mean how to bring emulator for android in vs code
June 18, 2019 at 12:42PM by Abinavan Nagendran
http://bit.ly/31PFHdU
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.