New post on /r/flutterdev subreddit:
Short Beginners guide to parsing Json in Flutter
http://bit.ly/2vMTd33
May 10, 2019 at 06:43AM by Filledstacks
http://bit.ly/2PZ8h6T
Short Beginners guide to parsing Json in Flutter
http://bit.ly/2vMTd33
May 10, 2019 at 06:43AM by Filledstacks
http://bit.ly/2PZ8h6T
Filledstacks
How to parse Json in Flutter
This Tutorial shows the best and most convenient way to convert json in Flutter.
New post on Flutter Dev Google group:
Contact syncing implementation
Hi I am trying to implement the contact syncing for both ios and android. I got the plugin for picking up the contact but the plugin is providing the contact numbers with country code and their is no way to separate country code and number. Here is the package- http://bit.ly/2Wz2O9l
May 10, 2019 at 09:53AM by Avinash Sharma
http://bit.ly/2DZQGHp
Contact syncing implementation
Hi I am trying to implement the contact syncing for both ios and android. I got the plugin for picking up the contact but the plugin is providing the contact numbers with country code and their is no way to separate country code and number. Here is the package- http://bit.ly/2Wz2O9l
May 10, 2019 at 09:53AM by Avinash Sharma
http://bit.ly/2DZQGHp
Dart packages
Search results for conta.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.
New post on Flutter Dev Google group:
Flutter | Video call
Hi I need to achieve Video call functionality on flutter. I need to do it via a flutter code as none of any 3rd party provide sdk for flutter sdk. Thanks
May 10, 2019 at 10:33AM by Avinash Sharma
http://bit.ly/2Jxx7JN
Flutter | Video call
Hi I need to achieve Video call functionality on flutter. I need to do it via a flutter code as none of any 3rd party provide sdk for flutter sdk. Thanks
May 10, 2019 at 10:33AM by Avinash Sharma
http://bit.ly/2Jxx7JN
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:
Create SDK using flutter
Hello, We've tested the integration of Flutter in an already existent native app and it did work quite good. However, we are looking to create an sdk on top of flutter that we could distribute as a .framework / .aar to be integrated by others. Is this technically possible ? From what I have
May 10, 2019 at 10:36AM by Vítor Magalhães
http://bit.ly/2PVYHlf
Create SDK using flutter
Hello, We've tested the integration of Flutter in an already existent native app and it did work quite good. However, we are looking to create an sdk on top of flutter that we could distribute as a .framework / .aar to be integrated by others. Is this technically possible ? From what I have
May 10, 2019 at 10:36AM by Vítor Magalhães
http://bit.ly/2PVYHlf
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:
need MVVM for Flutter
Hi! There can someone name a MVVM pattern (GitHub link) for flutter app using Rx-dart, repository pattern, offline storage ?
May 10, 2019 at 11:47AM by callmesujeetkr
http://bit.ly/2VWvDQ2
need MVVM for Flutter
Hi! There can someone name a MVVM pattern (GitHub link) for flutter app using Rx-dart, repository pattern, offline storage ?
May 10, 2019 at 11:47AM by callmesujeetkr
http://bit.ly/2VWvDQ2
reddit
r/FlutterDev - need MVVM for Flutter
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Rejection from apple store due to white screen loading indefinitely
This might not be flutter specific of course, but any ideas how I could have an app pass in beta review and in my testing on a simulator and fail in an app review due to immediate white screen forever on launch? I don't know what could be different about their environment and mine that could
May 10, 2019 at 04:26PM by Neil Jay Warner
http://bit.ly/2Ymiugy
Rejection from apple store due to white screen loading indefinitely
This might not be flutter specific of course, but any ideas how I could have an app pass in beta review and in my testing on a simulator and fail in an app review due to immediate white screen forever on launch? I don't know what could be different about their environment and mine that could
May 10, 2019 at 04:26PM by Neil Jay Warner
http://bit.ly/2Ymiugy
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 google maps plugin mapstyle?
Is there some way, so that I can use custom mapstyle in the google map flutter plugin? As far as I know it's not supported yet, but with some other ways?
May 10, 2019 at 05:41PM by Virshlee
http://bit.ly/2HdQNB2
flutter google maps plugin mapstyle?
Is there some way, so that I can use custom mapstyle in the google map flutter plugin? As far as I know it's not supported yet, but with some other ways?
May 10, 2019 at 05:41PM by Virshlee
http://bit.ly/2HdQNB2
reddit
r/FlutterDev - flutter google maps plugin mapstyle?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Learning Flutter & Dart
Hello there, I'd like to learn flutter.Wich is the best course online or the best book to invest money for study and develop app with flutter?
May 10, 2019 at 05:24PM by Hax_1994
http://bit.ly/2Ykt8Vi
Learning Flutter & Dart
Hello there, I'd like to learn flutter.Wich is the best course online or the best book to invest money for study and develop app with flutter?
May 10, 2019 at 05:24PM by Hax_1994
http://bit.ly/2Ykt8Vi
reddit
r/FlutterDev - Learning Flutter & Dart
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
I'm having trouble running the flutter ios simulator (First time user)
I know this might not be the best place to post this, but as a new user, I need some helpI was really excited about Flutter, just installed it, but I'm having trouble running it on the iOS or the android simulator. On the iOS simulator, it always crashes with this error:=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===clang-4.0: error: no such file or directory:... /Users/oneStep/Library/Developer/Xcode/DerivedData/Runner-erppndhrorptvigfgyiagzaujsuv/Index/Data Store'clang-4.0: error: no such file or directory:......Could not build the application for the simulator. Error launching application on iPhone Xʀ. Exited (sigterm)I followed all the installation steps, and flutter doctor confirms that I have everything. I can't even run it on my actual iphone either, even after signing the certificate. I can't seem to find any answers online.. and I'm pretty disappointed considering that these errors are preventing me from trying flutter out.Does anyone have any idea what I can do? I submitted a github issue, but it seems like similar ones in the past have been left unanswered.Any help is appreciated. Thank you!
May 10, 2019 at 06:13PM by onestepNP
http://bit.ly/2Lwl4Pz
I'm having trouble running the flutter ios simulator (First time user)
I know this might not be the best place to post this, but as a new user, I need some helpI was really excited about Flutter, just installed it, but I'm having trouble running it on the iOS or the android simulator. On the iOS simulator, it always crashes with this error:=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===clang-4.0: error: no such file or directory:... /Users/oneStep/Library/Developer/Xcode/DerivedData/Runner-erppndhrorptvigfgyiagzaujsuv/Index/Data Store'clang-4.0: error: no such file or directory:......Could not build the application for the simulator. Error launching application on iPhone Xʀ. Exited (sigterm)I followed all the installation steps, and flutter doctor confirms that I have everything. I can't even run it on my actual iphone either, even after signing the certificate. I can't seem to find any answers online.. and I'm pretty disappointed considering that these errors are preventing me from trying flutter out.Does anyone have any idea what I can do? I submitted a github issue, but it seems like similar ones in the past have been left unanswered.Any help is appreciated. Thank you!
May 10, 2019 at 06:13PM by onestepNP
http://bit.ly/2Lwl4Pz
reddit
r/FlutterDev - I'm having trouble running the flutter ios simulator (First time user)
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Broadcast/Listeners
I have worked with event messaging in other languages but I can't figure out how to get this to work with Flutter/Dart. My app uses a page(class) and a saperate class(to communicate with FireStore). After receiving the data from FireStore, how do I send an event back to my calling page, cause I
May 10, 2019 at 06:46PM by jerry hamby
http://bit.ly/2Vcy6Bn
Broadcast/Listeners
I have worked with event messaging in other languages but I can't figure out how to get this to work with Flutter/Dart. My app uses a page(class) and a saperate class(to communicate with FireStore). After receiving the data from FireStore, how do I send an event back to my calling page, cause I
May 10, 2019 at 06:46PM by jerry hamby
http://bit.ly/2Vcy6Bn
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 on embedded devices ?
I am surpriced I saw in article flutter going to support Web, desktop and embedded devices!!How can flutter run on embedded devices with limited resources? Which devices are supported ? till now
May 10, 2019 at 06:39PM by archgloom
http://bit.ly/2Lzpm9a
Flutter on embedded devices ?
I am surpriced I saw in article flutter going to support Web, desktop and embedded devices!!How can flutter run on embedded devices with limited resources? Which devices are supported ? till now
May 10, 2019 at 06:39PM by archgloom
http://bit.ly/2Lzpm9a
reddit
r/FlutterDev - Flutter on embedded devices ?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Pokemon Wiki App made with Flutter
http://bit.ly/2LzpnKg
May 10, 2019 at 06:28PM by arslannmrv
http://bit.ly/2VZicij
Pokemon Wiki App made with Flutter
http://bit.ly/2LzpnKg
May 10, 2019 at 06:28PM by arslannmrv
http://bit.ly/2VZicij
GitHub
arslannmrv/FlutterPokemonWiki
Contribute to arslannmrv/FlutterPokemonWiki development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
AnimatedList (Flutter Widget of the Week)
https://www.youtube.com/watch?v=ZtfItHwFlZ8
May 10, 2019 at 08:47PM by Spectarion
http://bit.ly/2VeDHqX
AnimatedList (Flutter Widget of the Week)
https://www.youtube.com/watch?v=ZtfItHwFlZ8
May 10, 2019 at 08:47PM by Spectarion
http://bit.ly/2VeDHqX
YouTube
AnimatedList (Flutter Widget of the Week)
Use AnimatedList to make your lists more dynamic. You can use it to animate your lists when inserting or removing items.
Learn more about AnimatedList → https://goo.gle/2WAHXmb
Learn everything about Flutter at → https://goo.gle/2WAhEN1
Get more tips!…
Learn more about AnimatedList → https://goo.gle/2WAHXmb
Learn everything about Flutter at → https://goo.gle/2WAhEN1
Get more tips!…
New post on /r/flutterdev subreddit:
State management for BottomNavigationBar?
How do you manage the active page for a BottomNavigationBar? Right now I call setState() every time, but as my app grows, it creates more lag since it has to rebuild all the widgets on the tab... Should you use some kind of state management system?Also I'm not gonna use PageView, it has animations and behaviors that a BottomNavigationBar shouldn't have.
May 10, 2019 at 08:46PM by thisw4y
http://bit.ly/309uNyH
State management for BottomNavigationBar?
How do you manage the active page for a BottomNavigationBar? Right now I call setState() every time, but as my app grows, it creates more lag since it has to rebuild all the widgets on the tab... Should you use some kind of state management system?Also I'm not gonna use PageView, it has animations and behaviors that a BottomNavigationBar shouldn't have.
May 10, 2019 at 08:46PM by thisw4y
http://bit.ly/309uNyH
reddit
r/FlutterDev - State management for BottomNavigationBar?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Feature Roadmap for charts_flutter?
I use charts_flutter quite a bit, and I was curious if anyone on the Flutter team could talk about whether there's a Feature Roadmap that exists for this package.It is "feature complete" as far as my use-cases are concerned, but there are some interesting empty sections in the charting examples web page (e.g., Hover Cards) that speak to additional functionality that may or may not be introduced in the future.https://github.com/google/charts/tree/master/charts_flutterAny comments would be appreciated. Thanks!
May 10, 2019 at 08:00PM by jupiter_josh
http://bit.ly/2Yqzxyl
Feature Roadmap for charts_flutter?
I use charts_flutter quite a bit, and I was curious if anyone on the Flutter team could talk about whether there's a Feature Roadmap that exists for this package.It is "feature complete" as far as my use-cases are concerned, but there are some interesting empty sections in the charting examples web page (e.g., Hover Cards) that speak to additional functionality that may or may not be introduced in the future.https://github.com/google/charts/tree/master/charts_flutterAny comments would be appreciated. Thanks!
May 10, 2019 at 08:00PM by jupiter_josh
http://bit.ly/2Yqzxyl
GitHub
charts/charts_flutter at master · google/charts
Contribute to google/charts development by creating an account on GitHub.
New tweet from FlutterDev:
Develop with the Chrome OS and Flutter dream team!
We’re pleased to announce today new features that make Flutter a great way to build Chrome OS apps and Chrome OS a great developer platform to build Flutter apps.
Read here ↓ https://t.co/o5UVgtRwHT— Flutter (@FlutterDev) May 10, 2019
May 10, 2019 at 10:04PM
http://twitter.com/FlutterDev/status/1126940975119704065
Develop with the Chrome OS and Flutter dream team!
We’re pleased to announce today new features that make Flutter a great way to build Chrome OS apps and Chrome OS a great developer platform to build Flutter apps.
Read here ↓ https://t.co/o5UVgtRwHT— Flutter (@FlutterDev) May 10, 2019
May 10, 2019 at 10:04PM
http://twitter.com/FlutterDev/status/1126940975119704065
Google Developers Blog
Flutter and Chrome OS: Better Together
Since its inception, Flutter has shared many of the same principles as Chrome OS: productive, fast, and beautiful experiences. Flutter allows developers to build beautiful, fast UIs, while also providing a high degree of developer productivity, and a completely…
New post on /r/flutterdev subreddit:
Looking to explain key.properties information
Can anyone give me some ideas where should I get or obtain the storePassword, the keypassword, the keyalias and the storeFile?storePassword=<password from previous step>keyPassword=<password from previous step>keyAlias=keystoreFile=<location of the key store file, e.g. /Users/<user name>/key.jks>Thank you,
May 10, 2019 at 10:09PM by victorpur
http://bit.ly/2E11Xr0
Looking to explain key.properties information
Can anyone give me some ideas where should I get or obtain the storePassword, the keypassword, the keyalias and the storeFile?storePassword=<password from previous step>keyPassword=<password from previous step>keyAlias=keystoreFile=<location of the key store file, e.g. /Users/<user name>/key.jks>Thank you,
May 10, 2019 at 10:09PM by victorpur
http://bit.ly/2E11Xr0
reddit
r/FlutterDev - Looking to explain key.properties information
0 votes and 1 comment so far on Reddit
New tweet from FlutterDev:
Give your lists some pizzazz with the AnimatedList widget! Use the AnimatedList widget to dynamically animate lists when adding or removing items.
Watch this #WidgetoftheWeek here → https://t.co/pUwYDSC1Rw pic.twitter.com/JkCGMpRXVi— Flutter (@FlutterDev) May 10, 2019
May 11, 2019 at 12:07AM
http://twitter.com/FlutterDev/status/1126971955251486720
Give your lists some pizzazz with the AnimatedList widget! Use the AnimatedList widget to dynamically animate lists when adding or removing items.
Watch this #WidgetoftheWeek here → https://t.co/pUwYDSC1Rw pic.twitter.com/JkCGMpRXVi— Flutter (@FlutterDev) May 10, 2019
May 11, 2019 at 12:07AM
http://twitter.com/FlutterDev/status/1126971955251486720
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Bottom Expandable Card Package! (beta)
http://bit.ly/2vNnP4y
May 11, 2019 at 12:23AM by Bernardi_23
http://bit.ly/2HdRnxq
Bottom Expandable Card Package! (beta)
http://bit.ly/2vNnP4y
May 11, 2019 at 12:23AM by Bernardi_23
http://bit.ly/2HdRnxq
Dart packages
expandable_card | Flutter Package
a Flutter Widget that makes it easy to build a page with a bottom Card that can be expanded on user drag.
New tweet from FlutterDev:
We had tons of Flutter announcements at #io19 this year. 🎉
Now we're wrapping up! Here’s a summary of all the big news, as well as highlights from the press coverage.
Read it here ↓ https://t.co/zGyrGsPqFC— Flutter (@FlutterDev) May 10, 2019
May 11, 2019 at 01:05AM
http://twitter.com/FlutterDev/status/1126986523616980993
We had tons of Flutter announcements at #io19 this year. 🎉
Now we're wrapping up! Here’s a summary of all the big news, as well as highlights from the press coverage.
Read it here ↓ https://t.co/zGyrGsPqFC— Flutter (@FlutterDev) May 10, 2019
May 11, 2019 at 01:05AM
http://twitter.com/FlutterDev/status/1126986523616980993
Twitter
#io19 hashtag on Twitter
On Jul 4 @GCPcloud tweeted: "Check out our pick of the top 5 GCP sess.." - read what others are saying and join the conversation.