New post on Flutter Dev Google group:
Getting data from flutter
I'm new to flutter. I'm working on vs code. I need help... How to get data from the firebase realtime database in which, In database, the only name is constant only the value changes. So how can i program to get this? and it should update its value Thank You.
July 01, 2019 at 01:46PM by Abinavan Nagendran
https://ift.tt/2RKDdsF
Getting data from flutter
I'm new to flutter. I'm working on vs code. I need help... How to get data from the firebase realtime database in which, In database, the only name is constant only the value changes. So how can i program to get this? and it should update its value Thank You.
July 01, 2019 at 01:46PM by Abinavan Nagendran
https://ift.tt/2RKDdsF
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:
Hot Reload
Good Evening, Hello, I want to ask why is my hot reload is missing, i'm new to flutter ._. i hope you guys can help me. i'm sorry if my english is bad
July 01, 2019 at 02:59PM by Nur Wahidin Saputra
https://ift.tt/2KPCWns
Hot Reload
Good Evening, Hello, I want to ask why is my hot reload is missing, i'm new to flutter ._. i hope you guys can help me. i'm sorry if my english is bad
July 01, 2019 at 02:59PM by Nur Wahidin Saputra
https://ift.tt/2KPCWns
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:
App to display PDF files Flutter
Good morning everyone,I am new to mobile and flutter development. I am currently building an app in which users can view archive files. So all these files are in pdf version. I need some advice on how to go about this. Do I upload the pdf's to the pubspec file and then just call it on my display pages. OR is it more complicated?
July 01, 2019 at 03:41PM by afdal_khan
https://ift.tt/322XChf
App to display PDF files Flutter
Good morning everyone,I am new to mobile and flutter development. I am currently building an app in which users can view archive files. So all these files are in pdf version. I need some advice on how to go about this. Do I upload the pdf's to the pubspec file and then just call it on my display pages. OR is it more complicated?
July 01, 2019 at 03:41PM by afdal_khan
https://ift.tt/322XChf
reddit
r/FlutterDev - App to display PDF files Flutter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Any good resources on Flutter UI design
I'm currently in the process of making an app where the front end is mostly done functionally. It's just that it looks really ugly. Does anyone have any resources about UI design in flutter or even in general?
July 01, 2019 at 03:17PM by Kibitz117
https://ift.tt/2Xil8TI
Any good resources on Flutter UI design
I'm currently in the process of making an app where the front end is mostly done functionally. It's just that it looks really ugly. Does anyone have any resources about UI design in flutter or even in general?
July 01, 2019 at 03:17PM by Kibitz117
https://ift.tt/2Xil8TI
reddit
r/FlutterDev - Any good resources on Flutter UI design
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
WebSocket error
i'm connecting to websocket from the following line of code: IOWebSocketChannel.connect( 'wss://iamflexi.com/ws/private_feed/$userName/' ); Then i send data to my websocket from the following code: var _results = { 'message': _textController.text, "command": "new_messag
July 01, 2019 at 06:33PM by Kamran Ali
https://ift.tt/2XEMAzu
WebSocket error
i'm connecting to websocket from the following line of code: IOWebSocketChannel.connect( 'wss://iamflexi.com/ws/private_feed/$userName/' ); Then i send data to my websocket from the following code: var _results = { 'message': _textController.text, "command": "new_messag
July 01, 2019 at 06:33PM by Kamran Ali
https://ift.tt/2XEMAzu
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:
A very noob tutorial for Flare ?
I'm a developer and want to draw lines, and even that I can't do. Help me please!I have to learn / use Flare.PS: I don't understand much, I tried a bit, I could create a line, but I can't animate the drawing.I post here too because r/2dimension is quite less populated.
July 01, 2019 at 06:26PM by napolitain_
https://ift.tt/2Xm18o8
A very noob tutorial for Flare ?
I'm a developer and want to draw lines, and even that I can't do. Help me please!I have to learn / use Flare.PS: I don't understand much, I tried a bit, I could create a line, but I can't animate the drawing.I post here too because r/2dimension is quite less populated.
July 01, 2019 at 06:26PM by napolitain_
https://ift.tt/2Xm18o8
reddit
r/FlutterDev - A very noob tutorial for Flare ?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter + pizza? Yes! Calcolapizza is my first Flutter app to calculate amount for pizza doughs
Hi guys, I started to play with Flutter some weeks ago with the AppBrewery's course and after some units I felt already confident enough to build my first app, I already had some programming background behind since I am a CS Student so it was relatively easy, I just had to learn how things work with Flutter.Since I love making pizza I decided to make an Android version of a tool that an italian forum offers to calculate the amount for pizza doughs, the web page it's responsive but everytime I had to screenshot the results and I never remembered what I originally set so how many pizzas, their weights etc. I don't even wanted to write down every single recipe since I like to experiment a lot and that's why I made my own Flutter version of the Calcolapizza. The app is not complex, on GitHub you can find the source code and also how to set it up for a neapolitan style pizza dough and a video that explain the entire kneading process.I'm really happy of what you can do with Flutter in a few days, it's so easy! Some months ago I had to develop two app for a University course, one in Java for Android and one with Objective-C for iOS (don't ask me why they didn't switch at least to Swift) and I really loved Flutter for its simplicity. Here's some resources that helped me and that I recommend:AppBrewery's Flutter coursePragmatic State Management in Flutter (Google I/O'19)Flutter Localization the Easy Way - Internationalization with JSONLet me know what do you think about the app if you will try it! I'm open to any kind of feedback or suggestion :)
July 01, 2019 at 06:10PM by Nicuz06
https://ift.tt/2FL9cnv
Flutter + pizza? Yes! Calcolapizza is my first Flutter app to calculate amount for pizza doughs
Hi guys, I started to play with Flutter some weeks ago with the AppBrewery's course and after some units I felt already confident enough to build my first app, I already had some programming background behind since I am a CS Student so it was relatively easy, I just had to learn how things work with Flutter.Since I love making pizza I decided to make an Android version of a tool that an italian forum offers to calculate the amount for pizza doughs, the web page it's responsive but everytime I had to screenshot the results and I never remembered what I originally set so how many pizzas, their weights etc. I don't even wanted to write down every single recipe since I like to experiment a lot and that's why I made my own Flutter version of the Calcolapizza. The app is not complex, on GitHub you can find the source code and also how to set it up for a neapolitan style pizza dough and a video that explain the entire kneading process.I'm really happy of what you can do with Flutter in a few days, it's so easy! Some months ago I had to develop two app for a University course, one in Java for Android and one with Objective-C for iOS (don't ask me why they didn't switch at least to Swift) and I really loved Flutter for its simplicity. Here's some resources that helped me and that I recommend:AppBrewery's Flutter coursePragmatic State Management in Flutter (Google I/O'19)Flutter Localization the Easy Way - Internationalization with JSONLet me know what do you think about the app if you will try it! I'm open to any kind of feedback or suggestion :)
July 01, 2019 at 06:10PM by Nicuz06
https://ift.tt/2FL9cnv
www.laconfraternitadellapizza.net
Il Calcolapizza 2.1 - Calcolatore per le corrette quantità da utilizzare nel preparare l'impasto per pizza
Preciso e snello calcolatore di impasti per pizza, per quantificare ingredienti e lieviti: lievitazioni corrette a ogni temperatura e pizze perfette.
New post on /r/flutterdev subreddit:
Flutter Devlog: Project Startup #5 | Onboarding | Water Reminder App
https://www.youtube.com/watch?v=AxZaWivE38Y
July 01, 2019 at 07:34PM by RobertBrunhage
https://ift.tt/2RMP1ui
Flutter Devlog: Project Startup #5 | Onboarding | Water Reminder App
https://www.youtube.com/watch?v=AxZaWivE38Y
July 01, 2019 at 07:34PM by RobertBrunhage
https://ift.tt/2RMP1ui
YouTube
Flutter Devlog: Project Startup #5 | Onboarding | Water Reminder App
The Best Flutter Course on the Internet 👉 https://www.hungrimind.com/learn/flutter
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage
⭐⭐⭐ CONNECT WITH ME…
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage
⭐⭐⭐ CONNECT WITH ME…
New post on /r/flutterdev subreddit:
Placeholder (Flutter Widget of the Week)
https://www.youtube.com/watch?v=LPe56fezmoo
July 01, 2019 at 07:32PM by ZeroOneDz
https://ift.tt/2KQnbg8
Placeholder (Flutter Widget of the Week)
https://www.youtube.com/watch?v=LPe56fezmoo
July 01, 2019 at 07:32PM by ZeroOneDz
https://ift.tt/2KQnbg8
YouTube
Placeholder (Flutter Widget of the Week)
Need something to stand in for a widget you're not finished composing? Placeholder is here to help. It's a simple widget that draws an X where your widget will ultimately go!
Learn more about Placeholder → https://goo.gle/31QByGF
This video is also subtitled…
Learn more about Placeholder → https://goo.gle/31QByGF
This video is also subtitled…
New tweet from FlutterDev:
While a Future provides a single value and stops, Streams keep on going and provide multiple values (and errors!) over time.
In this episode of #FlutterinFocus, learn about the fundamentals of reactive coding with streams 🚰
Watch here → https://t.co/cbtVb3Zpmw pic.twitter.com/yQWf9jSgMv— Flutter (@FlutterDev) July 1, 2019
July 01, 2019 at 08:33PM
http://twitter.com/FlutterDev/status/1145762248381673474
While a Future provides a single value and stops, Streams keep on going and provide multiple values (and errors!) over time.
In this episode of #FlutterinFocus, learn about the fundamentals of reactive coding with streams 🚰
Watch here → https://t.co/cbtVb3Zpmw pic.twitter.com/yQWf9jSgMv— Flutter (@FlutterDev) July 1, 2019
July 01, 2019 at 08:33PM
http://twitter.com/FlutterDev/status/1145762248381673474
Twitter
#flutterinfocus hashtag on Twitter
23m ago @FlutterDev tweeted: "🌟Another #FlutterinFocus episode! 🌟
.." - read what others are saying and join the conversation.
.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
After 20 hours of work, the Dart 'spread' copy generator is finally implemented for IntelliJ
https://ift.tt/2KPYKiP
July 01, 2019 at 09:04PM by andrasferenczi
https://ift.tt/2NnTtBa
After 20 hours of work, the Dart 'spread' copy generator is finally implemented for IntelliJ
https://ift.tt/2KPYKiP
July 01, 2019 at 09:04PM by andrasferenczi
https://ift.tt/2NnTtBa
New post on Flutter Dev Google group:
Failed to generate APK with google_maps_flutter
google_maps_flutter: ^0.5.16 $ flutter build apk --debug Initializing gradle... 3,7s Resolving dependencies... 33,3s FAILURE: Build
July 01, 2019 at 11:22PM by Leonardo Costa
https://ift.tt/2Xhobvk
Failed to generate APK with google_maps_flutter
google_maps_flutter: ^0.5.16 $ flutter build apk --debug Initializing gradle... 3,7s Resolving dependencies... 33,3s FAILURE: Build
July 01, 2019 at 11:22PM by Leonardo Costa
https://ift.tt/2Xhobvk
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:
Dart & Flutter VS Code extensions v3.2.0
Hey all, v3.2.0 of the VS Code extensions are live. Release notes below (and online ). If you hit any problems please do file issues on GitHub . Code Completion Improvements - #1776
July 01, 2019 at 11:22PM by Danny Tuppeny
https://ift.tt/2J2EsAE
Dart & Flutter VS Code extensions v3.2.0
Hey all, v3.2.0 of the VS Code extensions are live. Release notes below (and online ). If you hit any problems please do file issues on GitHub . Code Completion Improvements - #1776
July 01, 2019 at 11:22PM by Danny Tuppeny
https://ift.tt/2J2EsAE
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:
Flutter boilerplate
Hi all, I need a starting app with simple booking features, based on Firebase.. Some help ? :)
July 02, 2019 at 12:03AM by Mauro Miotello
https://ift.tt/2Xm7Wly
Flutter boilerplate
Hi all, I need a starting app with simple booking features, based on Firebase.. Some help ? :)
July 02, 2019 at 12:03AM by Mauro Miotello
https://ift.tt/2Xm7Wly
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:
[BREAKING CHANGE] Change arguments of SceneBuilder.pushColorFilter
Issue: https://ift.tt/2Yzky5L We updated Paint.colorFilter a little ways back to accept a color matrix in addition to a simple color/blendmode pair. We have a request to do the same for SceneBuilder. The most straightforward way to do this is to change the parameter
July 02, 2019 at 12:10AM by Dan Field
https://ift.tt/2FLBCho
[BREAKING CHANGE] Change arguments of SceneBuilder.pushColorFilter
Issue: https://ift.tt/2Yzky5L We updated Paint.colorFilter a little ways back to accept a color matrix in addition to a simple color/blendmode pair. We have a request to do the same for SceneBuilder. The most straightforward way to do this is to change the parameter
July 02, 2019 at 12:10AM by Dan Field
https://ift.tt/2FLBCho
GitHub
SceneBuilder.pushColorFilter should take a ColorFilter instead of a Color/BlendMode · Issue #35415 · flutter/flutter
See https://api.flutter.dev/flutter/dart-ui/Paint/colorFilter.html See #6688 We can do this easily on Paint color filters, but not for an entire scene.
New post on /r/flutterdev subreddit:
Dragging, zooming and placing object on indoor map with Flutter
https://ift.tt/2XgkVQX
July 02, 2019 at 02:01AM by Elixane
https://ift.tt/2Xqbm7e
Dragging, zooming and placing object on indoor map with Flutter
https://ift.tt/2XgkVQX
July 02, 2019 at 02:01AM by Elixane
https://ift.tt/2Xqbm7e
Medium
Dragging, zooming and placing object on indoor map with Flutter
I’ve decided to implement a PoC for one feature which we probably will need in our product. Suppose that a user wants to upload to the…
New post on /r/flutterdev subreddit:
Travel App UI
https://ift.tt/320uHKB
July 02, 2019 at 03:48AM by JideGuru
https://ift.tt/2Nn87Zo
Travel App UI
https://ift.tt/320uHKB
July 02, 2019 at 03:48AM by JideGuru
https://ift.tt/2Nn87Zo
GitHub
JideGuru/FlutterTravel
Flutter representation of a Travel App Concept. Contribute to JideGuru/FlutterTravel development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Hackathon Contest
https://ift.tt/2Jhj35z
July 02, 2019 at 04:51AM by softwaredaily
https://ift.tt/2xn4Mi7
Flutter Hackathon Contest
https://ift.tt/2Jhj35z
July 02, 2019 at 04:51AM by softwaredaily
https://ift.tt/2xn4Mi7
Findcollabs
FindCollabs Open | FindCollabs
FindCollabs is a place to build projects with other people.
New post on /r/flutterdev subreddit:
Provide a Stream of your Battery Level in Flutter
https://ift.tt/2J4fdOv
July 02, 2019 at 05:05AM by Filledstacks
https://ift.tt/2XfH2af
Provide a Stream of your Battery Level in Flutter
https://ift.tt/2J4fdOv
July 02, 2019 at 05:05AM by Filledstacks
https://ift.tt/2XfH2af
Filledstacks
Provide Battery Information in Flutter
This article shows how to create a device information service for your Futter app.
New post on Flutter Dev Google group:
QR Code scanning
Is there any option to scan qr code using firebase ml kit?
July 02, 2019 at 08:12AM by Vinay
https://ift.tt/2RNnOYj
QR Code scanning
Is there any option to scan qr code using firebase ml kit?
July 02, 2019 at 08:12AM by Vinay
https://ift.tt/2RNnOYj
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.