New post on /r/flutterdev subreddit:
Flutter and Web Code Sharing. A State Management demo
http://bit.ly/2Sfn9SV
February 07, 2019 at 11:45AM by Elixane
http://bit.ly/2TCfiLQ
Flutter and Web Code Sharing. A State Management demo
http://bit.ly/2Sfn9SV
February 07, 2019 at 11:45AM by Elixane
http://bit.ly/2TCfiLQ
Medium
Flutter and Web Code Sharing. A State Management demo
I try to impress you by the amount of logic code you can share between flutter and web, and how easy state management in flutter is.
New post on /r/flutterdev subreddit:
FlutterUI - Clean Designs - Gourmet takeaway app
https://youtu.be/PnAcfyCrOEs
February 07, 2019 at 02:05PM by rajayogan27
http://bit.ly/2Dgs7Vi
FlutterUI - Clean Designs - Gourmet takeaway app
https://youtu.be/PnAcfyCrOEs
February 07, 2019 at 02:05PM by rajayogan27
http://bit.ly/2Dgs7Vi
YouTube
FlutterUI - Clean Designs - Gourmet takeaway app
Need an app ? - https://rajayogan.com
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Join our flutter community - https://discord.gg/bCSDgVG
Design…
Follow me on twitter - https://twitter.com/rajayogan14k
Other flutter videos - https://www.youtube.com/playlist?list=PLgGjX33Qsw-EMsLf8TmsYhKOCx2ALZiKi
Join our flutter community - https://discord.gg/bCSDgVG
Design…
New post on /r/flutterdev subreddit:
flutter_tflite now supports object detection (with SSD MobileNet and Tiny YOLOv2)
https://pub.dartlang.org/packages/tflitehttps://i.redd.it/ijazcj0fc5f21.jpg
February 07, 2019 at 02:20PM by x_ash
http://bit.ly/2RLSV4S
flutter_tflite now supports object detection (with SSD MobileNet and Tiny YOLOv2)
https://pub.dartlang.org/packages/tflitehttps://i.redd.it/ijazcj0fc5f21.jpg
February 07, 2019 at 02:20PM by x_ash
http://bit.ly/2RLSV4S
Dart Packages
tflite | Flutter Package
A Flutter plugin for accessing TensorFlow Lite. Supports both iOS and Android.
New post on /r/flutterdev subreddit:
Continue with dart and flutter?
I'm about to complete a dart and flutter course I've been taking at Udemy and I wanted to know if you think it would be more beneficial to continue learning about dart and flutter or explore other languages like Kotlin and why?
February 07, 2019 at 04:32PM by Krystom
http://bit.ly/2SfVBNf
Continue with dart and flutter?
I'm about to complete a dart and flutter course I've been taking at Udemy and I wanted to know if you think it would be more beneficial to continue learning about dart and flutter or explore other languages like Kotlin and why?
February 07, 2019 at 04:32PM by Krystom
http://bit.ly/2SfVBNf
reddit
r/FlutterDev - Continue with dart and flutter?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Start thinking declaratively
http://bit.ly/2Dlut59
February 07, 2019 at 03:18PM by PedroMassango
http://bit.ly/2HWp6PK
Start thinking declaratively
http://bit.ly/2Dlut59
February 07, 2019 at 03:18PM by PedroMassango
http://bit.ly/2HWp6PK
flutter.io
Start thinking declaratively
If you're coming to Flutter from an imperative framework (such as Android SDK or iOS UIKit), you need to start thinking about app development from a new perspective. Many assumptions that you might have don't apply to Flutter. For example, in Flutter it's…
New post on /r/flutterdev subreddit:
A simple starter app with a dynamic theme changer, drawer, and BLoC pattern.
https://github.com/frideosapps/theme_changer
February 07, 2019 at 03:17PM by frideosapps
http://bit.ly/2GfR1Zd
A simple starter app with a dynamic theme changer, drawer, and BLoC pattern.
https://github.com/frideosapps/theme_changer
February 07, 2019 at 03:17PM by frideosapps
http://bit.ly/2GfR1Zd
GitHub
frideosapps/theme_changer
A simple starter app with a drawer and a dynamic theme changer and persistent theme using the sharedpreferences. - frideosapps/theme_changer
New post on Flutter Dev Google group:
Someone help me to get the location from the maps center
I want to implement a map view in which the user can move the map around to adjust his location. I put a marker in his current location and I want the marker to stay at the center of the map itself and when the user moves the map it must return the location of the marker.
February 07, 2019 at 04:35PM by jijo...@gmail.com
http://bit.ly/2Sfuli1
Someone help me to get the location from the maps center
I want to implement a map view in which the user can move the map around to adjust his location. I put a marker in his current location and I want the marker to stay at the center of the map itself and when the user moves the map it must return the location of the marker.
February 07, 2019 at 04:35PM by jijo...@gmail.com
http://bit.ly/2Sfuli1
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:
Help porting code
So, hey, I've been learning flutter for a month now, and a project of mine revolves around Instagram, I nee to be able to retrieve data from Instagram without it's API.I've done this already in python, modifying this github project, and now I'm trying to port this code to Dart.The thing is, I simply can't understand the Dart http package, while in python, requests have internal Cookies and Headers that just automatically are used on it's requests, HttpRequests works differently.I'm trying with Dio now, but alas, no dice.Anyway, I'm here asking for advice on how to get at least the login working, the rest I think I can figure out on my own.Edit: I'm trying to port the linked github package, it's not so clear from my text. Also obligatory sorry for bad english.
February 07, 2019 at 05:21PM by Gibepad
http://bit.ly/2HZThFH
Help porting code
So, hey, I've been learning flutter for a month now, and a project of mine revolves around Instagram, I nee to be able to retrieve data from Instagram without it's API.I've done this already in python, modifying this github project, and now I'm trying to port this code to Dart.The thing is, I simply can't understand the Dart http package, while in python, requests have internal Cookies and Headers that just automatically are used on it's requests, HttpRequests works differently.I'm trying with Dio now, but alas, no dice.Anyway, I'm here asking for advice on how to get at least the login working, the rest I think I can figure out on my own.Edit: I'm trying to port the linked github package, it's not so clear from my text. Also obligatory sorry for bad english.
February 07, 2019 at 05:21PM by Gibepad
http://bit.ly/2HZThFH
New post on /r/flutterdev subreddit:
Checking and format your code style using dartfmt – Guilherme Torres Castro – Medium
http://bit.ly/2DYpBER
February 07, 2019 at 06:42PM by guitcastro
http://bit.ly/2GuS4Us
Checking and format your code style using dartfmt – Guilherme Torres Castro – Medium
http://bit.ly/2DYpBER
February 07, 2019 at 06:42PM by guitcastro
http://bit.ly/2GuS4Us
Medium
Checking and format your code style using dartfmt
Code Style does not affect your code behaviour, so why should I care about it? As a developer you will spent much more time reading than…
New post on Flutter Dev Google group:
How can I change Chip Transparency?
In the beginning,I try to change chip's Transparency,but it does not work,It becomes white(Color(0xfafafafa).So I try to found what the problem is.And I found chip's implement had used Material Component,and the they default color is while.So,how can I change the colors of the Material inside
February 07, 2019 at 07:08PM by 陈琼元
http://bit.ly/2TyTpgp
How can I change Chip Transparency?
In the beginning,I try to change chip's Transparency,but it does not work,It becomes white(Color(0xfafafafa).So I try to found what the problem is.And I found chip's implement had used Material Component,and the they default color is while.So,how can I change the colors of the Material inside
February 07, 2019 at 07:08PM by 陈琼元
http://bit.ly/2TyTpgp
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: Firebase CRUD Using Cloud Firestore
https://www.youtube.com/watch?v=JIJuzp-AOmk
February 07, 2019 at 08:07PM by RobertBrunhage
http://bit.ly/2I0FjTT
Flutter: Firebase CRUD Using Cloud Firestore
https://www.youtube.com/watch?v=JIJuzp-AOmk
February 07, 2019 at 08:07PM by RobertBrunhage
http://bit.ly/2I0FjTT
YouTube
Flutter: Firebase CRUD Using Cloud Firestore
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:
Confused about material widgets
Hello,Just started learning flutter as an alternative to react native..Given that flutter doesn't use native views and draws to canvas directly (which I think is great and probably solve the problem of android not being as good as iOS on react native) how do we implement custom design?I've seen many tutorials and stuff importing RaisedButton or OutlineButton or any other material widget, but realistically our clients have their own brand and design and they don't really care about material guidelines..So my question is, someone who has developed some production ready apps - how did you approach this?In order to achieve a custom (non material) design, do you still import material package and customize it as much as possible (and what do you do if simply something is not customizable) or do you import stuff from widgets library (non material - https://docs.flutter.io/flutter/widgets/widgets-library.html).. Also if you are not using material widget package, is there a better overview of non material widgets than the link above?Say for example I want to create a button but not use one of the material styles, how do I do that?Thanks!
February 07, 2019 at 08:45PM by whatever123m
http://bit.ly/2Dix9Rd
Confused about material widgets
Hello,Just started learning flutter as an alternative to react native..Given that flutter doesn't use native views and draws to canvas directly (which I think is great and probably solve the problem of android not being as good as iOS on react native) how do we implement custom design?I've seen many tutorials and stuff importing RaisedButton or OutlineButton or any other material widget, but realistically our clients have their own brand and design and they don't really care about material guidelines..So my question is, someone who has developed some production ready apps - how did you approach this?In order to achieve a custom (non material) design, do you still import material package and customize it as much as possible (and what do you do if simply something is not customizable) or do you import stuff from widgets library (non material - https://docs.flutter.io/flutter/widgets/widgets-library.html).. Also if you are not using material widget package, is there a better overview of non material widgets than the link above?Say for example I want to create a button but not use one of the material styles, how do I do that?Thanks!
February 07, 2019 at 08:45PM by whatever123m
http://bit.ly/2Dix9Rd
docs.flutter.io
widgets library - Dart API
widgets library API docs, for the Dart programming language.
New post on /r/flutterdev subreddit:
Flutter Talks podcast with Martin Aguinis
http://bit.ly/2MRDpnt
February 07, 2019 at 10:15PM by Gigatronbot
http://bit.ly/2SsRfC3
Flutter Talks podcast with Martin Aguinis
http://bit.ly/2MRDpnt
February 07, 2019 at 10:15PM by Gigatronbot
http://bit.ly/2SsRfC3
Codemagic blog
Flutter Talks podcast with Martin Aguinis
Episode 1 of Flutter Talks podcast: Fast, beautiful, productive, open with Martin Aguinis from Google's Flutter team
New post on /r/flutterdev subreddit:
Play/Pause Animation using Flutter and Flare
https://www.youtube.com/watch?v=EpsbCy81Too
February 07, 2019 at 10:04PM by Purple_Pizzazz
http://bit.ly/2Sz5Dsf
Play/Pause Animation using Flutter and Flare
https://www.youtube.com/watch?v=EpsbCy81Too
February 07, 2019 at 10:04PM by Purple_Pizzazz
http://bit.ly/2Sz5Dsf
YouTube
Create your own Play/Pause animation using Flutter and Flare
Update: Flutter now supports animated icons by default.
https://api.flutter.dev/flutter/material/AnimatedIcon-class.html
A simple play/pause animation made using Flare and Flutter! Easy animations in Flutter using Flare!
The animation was inspired by the…
https://api.flutter.dev/flutter/material/AnimatedIcon-class.html
A simple play/pause animation made using Flare and Flutter! Easy animations in Flutter using Flare!
The animation was inspired by the…
New post on /r/flutterdev subreddit:
Flutter-rs, desktop embedding using Rust
http://bit.ly/2DpWTvd
February 07, 2019 at 10:37PM by Schwusch
http://bit.ly/2GvI8Ke
Flutter-rs, desktop embedding using Rust
http://bit.ly/2DpWTvd
February 07, 2019 at 10:37PM by Schwusch
http://bit.ly/2GvI8Ke
GitHub
flutter-rs/flutter-rs
Build beautiful desktop apps with flutter and rust. 🌠 (wip) - flutter-rs/flutter-rs
New post on /r/flutterdev subreddit:
Introduction to Dart - Part 5: Control Flow
https://youtu.be/DnJKm9c9gUk
February 08, 2019 at 10:22AM by bizz84
http://bit.ly/2WK2ipH
Introduction to Dart - Part 5: Control Flow
https://youtu.be/DnJKm9c9gUk
February 08, 2019 at 10:22AM by bizz84
http://bit.ly/2WK2ipH
YouTube
Introduction to Dart - Part 5: Control Flow
Sign up here for more videos: https://codewithandrea.com/
This mini-video series is a FREE sample of my Flutter & Firebase Udemy Course: https://codewithandrea.com/courses/flutter-firebase/
Level: BEGINNER. Some previous programming knowledge is helpful…
This mini-video series is a FREE sample of my Flutter & Firebase Udemy Course: https://codewithandrea.com/courses/flutter-firebase/
Level: BEGINNER. Some previous programming knowledge is helpful…
New post on Flutter Dev Google group:
detect when a page finished building
I want to know When a page finished building so i can call a popup
February 08, 2019 at 10:01AM by kadri.moh...@gmail.com
http://bit.ly/2TFgoGI
detect when a page finished building
I want to know When a page finished building so i can call a popup
February 08, 2019 at 10:01AM by kadri.moh...@gmail.com
http://bit.ly/2TFgoGI
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:
GPS logging / tracking when logged screen
Hi, Anyone have some experience in Flutter mobile app tracking you gps coordinates, even your phone is in powersafe mode or you are using an other app / making a phonecall?
February 08, 2019 at 01:51PM by kronsj
http://bit.ly/2DowTzZ
GPS logging / tracking when logged screen
Hi, Anyone have some experience in Flutter mobile app tracking you gps coordinates, even your phone is in powersafe mode or you are using an other app / making a phonecall?
February 08, 2019 at 01:51PM by kronsj
http://bit.ly/2DowTzZ
reddit
r/FlutterDev - GPS logging / tracking when logged screen
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Hero QR Code Animation
https://youtu.be/UrJu6jnx65g
February 08, 2019 at 02:50PM by prateeksharma1712
http://bit.ly/2UOr8Ts
Hero QR Code Animation
https://youtu.be/UrJu6jnx65g
February 08, 2019 at 02:50PM by prateeksharma1712
http://bit.ly/2UOr8Ts
YouTube
Hero Animation QR Code | TRANSITIONS | FLUTTER UI
Mocking a design from dribbble in Flutter
In this video, you will see how the common UI layouts are created and how hero animations take place. In addition to this, you will also see how you can customize the transition between screen switching. Also, you…
In this video, you will see how the common UI layouts are created and how hero animations take place. In addition to this, you will also see how you can customize the transition between screen switching. Also, you…
New post on /r/flutterdev subreddit:
Flutter Ble Advertisement
Hi,I need to broadcast custom ble advertisement data from an ios/android device to many custom BLE Devices. My goal is to set the bytes of the ble adv package to broadcast it to ble devices nearby.As far as is i know i need to set the payload of the advertise package of my ios / android device.In my case it isn’t possible to simply connect to every ble device and write characteristics values, because i need to broadcast data to many devices.Is there any way to solve this problem with flutter / flutter blue?
February 08, 2019 at 05:41PM by qXcMusic
http://bit.ly/2GsEGQJ
Flutter Ble Advertisement
Hi,I need to broadcast custom ble advertisement data from an ios/android device to many custom BLE Devices. My goal is to set the bytes of the ble adv package to broadcast it to ble devices nearby.As far as is i know i need to set the payload of the advertise package of my ios / android device.In my case it isn’t possible to simply connect to every ble device and write characteristics values, because i need to broadcast data to many devices.Is there any way to solve this problem with flutter / flutter blue?
February 08, 2019 at 05:41PM by qXcMusic
http://bit.ly/2GsEGQJ
reddit
r/FlutterDev - Flutter Ble Advertisement
1 vote and 0 comments so far on Reddit