New post on /r/flutterdev subreddit:
Looking to create a unique website for a single purpose with a single button.
At my job, we need to use a voting website this week, opavote. Previously, we would use kiosk mode on the site, and we'd type in every single code that we get (250) for each person voting.Discovered they have the ability for urls that use the code, following a basic structure. At first I generated a file with 250 we codes, 2 to a page. But I realized this still isn't the quickest way (since it opens a tab each scan, some volunteers may never close tabs, and have 100 tabs open on an iPad.)So I'm thinking I upload the text file of codes to a server, have a private (flutter based) site, with a button that pulls a code, deletes the code from the file, and loads the site.But if two stations pressed the button at the same time, it could in theory grab the same code.How do I avoid a collision? Is there a way to handle it from the server?I'm assuming flutter would be easy because I'm comfortable with Dart, and it's been a while since using PHP or JS.
November 18, 2019 at 12:34AM by jthornenj
https://ift.tt/2qlIqOc
Looking to create a unique website for a single purpose with a single button.
At my job, we need to use a voting website this week, opavote. Previously, we would use kiosk mode on the site, and we'd type in every single code that we get (250) for each person voting.Discovered they have the ability for urls that use the code, following a basic structure. At first I generated a file with 250 we codes, 2 to a page. But I realized this still isn't the quickest way (since it opens a tab each scan, some volunteers may never close tabs, and have 100 tabs open on an iPad.)So I'm thinking I upload the text file of codes to a server, have a private (flutter based) site, with a button that pulls a code, deletes the code from the file, and loads the site.But if two stations pressed the button at the same time, it could in theory grab the same code.How do I avoid a collision? Is there a way to handle it from the server?I'm assuming flutter would be easy because I'm comfortable with Dart, and it's been a while since using PHP or JS.
November 18, 2019 at 12:34AM by jthornenj
https://ift.tt/2qlIqOc
reddit
Looking to create a unique website for a single purpose with a...
At my job, we need to use a voting website this week, opavote. Previously, we would use kiosk mode on the site, and we'd type in every single code...
New post on /r/flutterdev subreddit:
ESP32 CAM with Flutter | Tutorial - [Part.3] Xiaomi YI Home App Clone (Baby Monitor)
https://youtu.be/9GyOTlOGjSA
November 18, 2019 at 04:57AM by XBriefer
https://ift.tt/2rU28kC
ESP32 CAM with Flutter | Tutorial - [Part.3] Xiaomi YI Home App Clone (Baby Monitor)
https://youtu.be/9GyOTlOGjSA
November 18, 2019 at 04:57AM by XBriefer
https://ift.tt/2rU28kC
YouTube
ESP32 CAM with Flutter | Tutorial - [Part.3] Xiaomi YI Home App Clone (Baby Monitor)
In this video, Part. 3, I'll show you how to make a similar YI Home app with Flutter. This app supports to allow you to save images in the native gallery in both Android and iOS.
Note: This part 3 tutorial is based on the previous video. I hope you've checked…
Note: This part 3 tutorial is based on the previous video. I hope you've checked…
New post on /r/flutterdev subreddit:
Help on how to create a (really) custom Bottom Navigation Bar
So, I've been tasked with this somewhat unorthodox Bottom Navigation Bar that is somewhat transparent, so it needs to be on top of every screen instead of below them. The official implementation is very limited and doesn't seem to allow this, let alone any see-through functionalities on the bottom navbar. If I try to mess with the opacity I see a blank background where the BottomNavigationBar is, so I ended up creating a Stack on every page with a custom widget aligned to bottomCenter (which works). This widget gets recreated on every screen, which doesn't seem like the best way to handle this. Is there a better way?
November 18, 2019 at 04:47AM by nnnightmare
https://ift.tt/2qdmyoj
Help on how to create a (really) custom Bottom Navigation Bar
So, I've been tasked with this somewhat unorthodox Bottom Navigation Bar that is somewhat transparent, so it needs to be on top of every screen instead of below them. The official implementation is very limited and doesn't seem to allow this, let alone any see-through functionalities on the bottom navbar. If I try to mess with the opacity I see a blank background where the BottomNavigationBar is, so I ended up creating a Stack on every page with a custom widget aligned to bottomCenter (which works). This widget gets recreated on every screen, which doesn't seem like the best way to handle this. Is there a better way?
November 18, 2019 at 04:47AM by nnnightmare
https://ift.tt/2qdmyoj
api.flutter.dev
BottomNavigationBar class - material library - Dart API
API docs for the BottomNavigationBar class from the material library, for the Dart programming language.
New post on /r/flutterdev subreddit:
Why can't you make columns scrollable?????
I dont want to use a listview.. its not compatible with the layout ive already made with column. If the screen is tilted and an overflow happens i just want it to be scrollable. Why is this so difficult????
November 18, 2019 at 04:07AM by fd991
https://ift.tt/2pqZzpc
Why can't you make columns scrollable?????
I dont want to use a listview.. its not compatible with the layout ive already made with column. If the screen is tilted and an overflow happens i just want it to be scrollable. Why is this so difficult????
November 18, 2019 at 04:07AM by fd991
https://ift.tt/2pqZzpc
reddit
Why can't you make columns scrollable?????
I dont want to use a listview.. its not compatible with the layout ive already made with column. If the screen is tilted and an overflow happens i...
New post on /r/flutterdev subreddit:
Looking for State Management Help
I am looking for someone who can help me with some state management questions. I’ve been researching it and I’m pretty stuck in what I have been building the past week and can’t figure it out.Anyone who is willing to give me some advice please message me and I’ll share the details in more depth.
November 18, 2019 at 02:56AM by Sh-t_Shower_Shave
https://ift.tt/2NWTo5I
Looking for State Management Help
I am looking for someone who can help me with some state management questions. I’ve been researching it and I’m pretty stuck in what I have been building the past week and can’t figure it out.Anyone who is willing to give me some advice please message me and I’ll share the details in more depth.
November 18, 2019 at 02:56AM by Sh-t_Shower_Shave
https://ift.tt/2NWTo5I
reddit
Looking for State Management Help
I am looking for someone who can help me with some state management questions. I’ve been researching it and I’m pretty stuck in what I have been...
New post on /r/flutterdev subreddit:
Why Mobx.dart is not popular as flutter_bloc?
I notice Mobx.dart code is much shorter than flutter_bloc. And both have the same approach to register the Store/Bloc in the root of app, use Observable/BlocBuilder to listen for change. But it seems Mobx.dart is not popular as flutter_bloc.If you've experienced with Mobx.dart, can you share with me what's its pros and cons in comparison with flutter_bloc or Provider?
November 18, 2019 at 08:14AM by fluttervn
https://ift.tt/2QswEMD
Why Mobx.dart is not popular as flutter_bloc?
I notice Mobx.dart code is much shorter than flutter_bloc. And both have the same approach to register the Store/Bloc in the root of app, use Observable/BlocBuilder to listen for change. But it seems Mobx.dart is not popular as flutter_bloc.If you've experienced with Mobx.dart, can you share with me what's its pros and cons in comparison with flutter_bloc or Provider?
November 18, 2019 at 08:14AM by fluttervn
https://ift.tt/2QswEMD
GitHub
GitHub - mobxjs/mobx.dart: MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps. - mobxjs/mobx.dart
New post on Flutter Dev Google group:
getting an issue with storing data in firebase and retrieval of data from firebase
when i was designing an app using flutter and trying to store data in firebase through flutter app but i was facing an error like after installing the app in mobile it was displaying some words on the red screen as provided in attachment. please help me to resolve this..?
November 18, 2019 at 09:55AM by susheel chebrolu
https://ift.tt/2r5sRKI
getting an issue with storing data in firebase and retrieval of data from firebase
when i was designing an app using flutter and trying to store data in firebase through flutter app but i was facing an error like after installing the app in mobile it was displaying some words on the red screen as provided in attachment. please help me to resolve this..?
November 18, 2019 at 09:55AM by susheel chebrolu
https://ift.tt/2r5sRKI
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 Tap Newsletter - Week 13 - Articles, tutorials, videos and mucho more!
https://ift.tt/2CZuhZz
November 18, 2019 at 12:09PM by vensign
https://ift.tt/2r40kou
Flutter Tap Newsletter - Week 13 - Articles, tutorials, videos and mucho more!
https://ift.tt/2CZuhZz
November 18, 2019 at 12:09PM by vensign
https://ift.tt/2r40kou
Fluttertap
Newsletter Issue 13
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 13
New post on /r/flutterdev subreddit:
The flutter clock ends in 5 hours
For the people who forgot or did not know about the mysterious Flutter timer at flutter.dev/clock. We don't know why it is there or what will be announced, but it ends in 5 hours!
November 18, 2019 at 12:51PM by Schroefdop
https://ift.tt/2KwHGg2
The flutter clock ends in 5 hours
For the people who forgot or did not know about the mysterious Flutter timer at flutter.dev/clock. We don't know why it is there or what will be announced, but it ends in 5 hours!
November 18, 2019 at 12:51PM by Schroefdop
https://ift.tt/2KwHGg2
Medium
🕒 It’s Time: The Flutter Clock Contest Results
We are always amazed by what developers around the world are building with Flutter. This year we partnered with the Google Assistant and…
New post on /r/flutterdev subreddit:
Amazon Simple Notification Service in flutter
Can we use Amazon Simple Notification Service in flutter?
November 18, 2019 at 02:19PM by Mike_Handy
https://ift.tt/2OlBZmh
Amazon Simple Notification Service in flutter
Can we use Amazon Simple Notification Service in flutter?
November 18, 2019 at 02:19PM by Mike_Handy
https://ift.tt/2OlBZmh
reddit
Amazon Simple Notification Service in flutter
Can we use Amazon Simple Notification Service in flutter?
New post on /r/flutterdev subreddit:
Flutter Clock is just little over hour to end
https://ift.tt/36zx7Cg
November 18, 2019 at 04:40PM by TahaTesser
https://ift.tt/2Kzw7Vl
Flutter Clock is just little over hour to end
https://ift.tt/36zx7Cg
November 18, 2019 at 04:40PM by TahaTesser
https://ift.tt/2Kzw7Vl
flutter.dev
Flutter Clock
New post on /r/flutterdev subreddit:
With MobX in flutter, how to bind UI with objects in Array?
I am new to Flutter and Mobx. I am working on an app in which shows current status of devices present in a location. So the data is like a location can have multiple device.
November 18, 2019 at 05:18PM by vijay053
https://ift.tt/2NXvBTj
With MobX in flutter, how to bind UI with objects in Array?
I am new to Flutter and Mobx. I am working on an app in which shows current status of devices present in a location. So the data is like a location can have multiple device.
Location -> Array of<Devices>Now there is a Screen 'A' which shows the list of devices. When user selects a device, we move to Screen B and show the current status(details) of device selected by user on previous screen. I have created Store for Location and binded it with Screen A. But I am confused about how to handle binding in Screen 'B'?Please share your thoughts about how to structure this app.
November 18, 2019 at 05:18PM by vijay053
https://ift.tt/2NXvBTj
reddit
With MobX in flutter, how to bind UI with objects in Array?
I am new to Flutter and Mobx. I am working on an app in which shows current status of devices present in a location. So the data is like a...
New post on Flutter Dev Google group:
Need help on unusual case of flutter test run that gives "FileSystemException: Cannot open file" error
I am facing one issue while testing simple file_read unit test. I need help on explaining why I am getting two different result for same test...
November 18, 2019 at 05:41PM by shyam
https://ift.tt/32XI11J
Need help on unusual case of flutter test run that gives "FileSystemException: Cannot open file" error
I am facing one issue while testing simple file_read unit test. I need help on explaining why I am getting two different result for same test...
November 18, 2019 at 05:41PM by shyam
https://ift.tt/32XI11J
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 tweet from FlutterDev:
The countdown is over!
Announcing our #FlutterClock challenge! Flutter Clock is a contest in partnership with Google Assistant and Lenovo Smart Displays that challenges you to build a beautiful and innovative clock-face with Flutter.
More details → https://t.co/IfhpvmXD9d pic.twitter.com/jw5ptZsJ4V— Flutter (@FlutterDev) November 18, 2019
November 18, 2019 at 06:08PM
http://twitter.com/FlutterDev/status/1196475336885620736
The countdown is over!
Announcing our #FlutterClock challenge! Flutter Clock is a contest in partnership with Google Assistant and Lenovo Smart Displays that challenges you to build a beautiful and innovative clock-face with Flutter.
More details → https://t.co/IfhpvmXD9d pic.twitter.com/jw5ptZsJ4V— Flutter (@FlutterDev) November 18, 2019
November 18, 2019 at 06:08PM
http://twitter.com/FlutterDev/status/1196475336885620736
Twitter
#flutterclock hashtag on Twitter
On 18 Nov 2019 @FlutterDev tweeted: "The countdown is over!
Announcing our .." - read what others are saying and join the conversation.
Announcing our .." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
The countdown is over! Flutter Clock is a contest that challenges you to build a beautiful and innovative clock-face with Flutter.
https://twitter.com/FlutterDev/status/1196475336885620736?s=09
November 18, 2019 at 06:11PM by Skyost
https://ift.tt/33YILVx
The countdown is over! Flutter Clock is a contest that challenges you to build a beautiful and innovative clock-face with Flutter.
https://twitter.com/FlutterDev/status/1196475336885620736?s=09
November 18, 2019 at 06:11PM by Skyost
https://ift.tt/33YILVx
Twitter
Flutter
The countdown is over! Announcing our #FlutterClock challenge! Flutter Clock is a contest in partnership with Google Assistant and Lenovo Smart Displays that challenges you to build a beautiful and innovative clock-face with Flutter. More details → https…
New post on /r/flutterdev subreddit:
Take the Flutter Clock challenge
https://ift.tt/36zx7Cg
November 18, 2019 at 05:58PM by Vardiak
https://ift.tt/2Xovymw
Take the Flutter Clock challenge
https://ift.tt/36zx7Cg
November 18, 2019 at 05:58PM by Vardiak
https://ift.tt/2Xovymw
flutter.dev
Flutter Clock
New post on /r/flutterdev subreddit:
Flutter Clock Challenge
https://www.youtube.com/watch?v=rxs69_szCkE
November 18, 2019 at 05:52PM by xTeCnOxShAdOwZz
https://ift.tt/2r31As7
Flutter Clock Challenge
https://www.youtube.com/watch?v=rxs69_szCkE
November 18, 2019 at 05:52PM by xTeCnOxShAdOwZz
https://ift.tt/2r31As7
YouTube
Take the Flutter Clock challenge
We have a new contest to announce! Introducing Flutter Clock: your chance to build a beautiful clock face with Flutter. We’ll be giving away thousands of dollars worth of prizes and a chance to inspire a design for the Lenovo Smart Clock.
Flutter Clock…
Flutter Clock…
New post on /r/flutterdev subreddit:
Mistery Unveiled: Flutter clock is a design contest
https://ift.tt/36zx7Cg
November 18, 2019 at 05:52PM by joaquini
https://ift.tt/2Ouj2Ou
Mistery Unveiled: Flutter clock is a design contest
https://ift.tt/36zx7Cg
November 18, 2019 at 05:52PM by joaquini
https://ift.tt/2Ouj2Ou
flutter.dev
Flutter Clock
New post on /r/flutterdev subreddit:
Where should I dispatch action to load list
So I am completely new to flutter. I am writing an app with redux state management and firestore for backend. I have a few questions for more experienced devs.
I've got a navigation drawer from which I navigate to a screen called Events. On this screen I want to display list of future events stored in firestore. After selecting one of the events, I want to navigate to screen where user can edit that event.Where do I dispatch action for loading list of events? Before navigating to new screen? Somewhere in screen's ViewModel?How should I handle editing event? On editing screen or after coming back to list screen?I've seen few examples on github but every single app has its own specific behaviour and I can't find any universal solution.
Any tips or more advanced tutorials You would recommend?
November 18, 2019 at 07:23PM by cotusiee
https://ift.tt/2KzKoBk
Where should I dispatch action to load list
So I am completely new to flutter. I am writing an app with redux state management and firestore for backend. I have a few questions for more experienced devs.
I've got a navigation drawer from which I navigate to a screen called Events. On this screen I want to display list of future events stored in firestore. After selecting one of the events, I want to navigate to screen where user can edit that event.Where do I dispatch action for loading list of events? Before navigating to new screen? Somewhere in screen's ViewModel?How should I handle editing event? On editing screen or after coming back to list screen?I've seen few examples on github but every single app has its own specific behaviour and I can't find any universal solution.
Any tips or more advanced tutorials You would recommend?
November 18, 2019 at 07:23PM by cotusiee
https://ift.tt/2KzKoBk
reddit
Where should I dispatch action to load list
So I am completely new to flutter. I am writing an app with redux state management and firestore for backend. I have a few questions for more...
New post on /r/flutterdev subreddit:
Lightweight Dictionary / Vocabulary app made in Flutter. Hope you like it!
Feedback appreciated. This is my second app published to Google Play. I've made it since I wanted a quick dictionary to search words in English and also store them in a vocabulary, as English is not my first language and Lovecraft has a lot of hard and archaic words.Play StoreGitHubI must say that Flutter is pretty amazing. I've been working in it the last few months and I'm having a blast. Now I'm working on a big project, an app that helps you brew beer. Cheers!
November 18, 2019 at 07:14PM by dragonslayerarmour
https://ift.tt/2XqIxnD
Lightweight Dictionary / Vocabulary app made in Flutter. Hope you like it!
Feedback appreciated. This is my second app published to Google Play. I've made it since I wanted a quick dictionary to search words in English and also store them in a vocabulary, as English is not my first language and Lovecraft has a lot of hard and archaic words.Play StoreGitHubI must say that Flutter is pretty amazing. I've been working in it the last few months and I'm having a blast. Now I'm working on a big project, an app that helps you brew beer. Cheers!
November 18, 2019 at 07:14PM by dragonslayerarmour
https://ift.tt/2XqIxnD
Google Play
lightweight vocabulary & dictionary - Apps on Google Play
> Lightweight vocabulary that allows easy English dictionary searches and offline-storing of words. Take advantage of this app to quickly search unknown words and add them in your personal vocabulary for later use.
> LIGHTWEIGHT ~ fast and simple to use;…
> LIGHTWEIGHT ~ fast and simple to use;…
New post on /r/flutterdev subreddit:
Can we get an AMA from the flutter web team?
I think it will help the community to have an AMA from the flutter web team. Right now performance is sub sub par. If they can provide some guidance on how they will deal with these and more issues it can help restore confidence in the flutter web platform.
November 18, 2019 at 07:01PM by yabadababoo
https://ift.tt/2Qvtac5
Can we get an AMA from the flutter web team?
I think it will help the community to have an AMA from the flutter web team. Right now performance is sub sub par. If they can provide some guidance on how they will deal with these and more issues it can help restore confidence in the flutter web platform.
November 18, 2019 at 07:01PM by yabadababoo
https://ift.tt/2Qvtac5
reddit
Can we get an AMA from the flutter web team?
I think it will help the community to have an AMA from the flutter web team. Right now performance is sub sub par. If they can provide some...