New tweet from FlutterDev:
It's that time again 🤯#WidgetoftheWeek ⚡
Need to get a user's input or alert them? Depending on your preferred design, you can use a basic popup that can include an animated image or just text. AlertDialog will get your message across.
Watch more → https://t.co/nf6159nxRO pic.twitter.com/Jsxf3IX1qc— Flutter (@FlutterDev) November 6, 2019
November 06, 2019 at 08:34PM
http://twitter.com/FlutterDev/status/1192163311950786560
It's that time again 🤯#WidgetoftheWeek ⚡
Need to get a user's input or alert them? Depending on your preferred design, you can use a basic popup that can include an animated image or just text. AlertDialog will get your message across.
Watch more → https://t.co/nf6159nxRO pic.twitter.com/Jsxf3IX1qc— Flutter (@FlutterDev) November 6, 2019
November 06, 2019 at 08:34PM
http://twitter.com/FlutterDev/status/1192163311950786560
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:
Flutter Dev Environment Installation-by-hand Without AndroidStudio
https://ift.tt/36Bog2V
November 06, 2019 at 08:36PM by Cesarius1970
https://ift.tt/2PTDH0p
Flutter Dev Environment Installation-by-hand Without AndroidStudio
https://ift.tt/36Bog2V
November 06, 2019 at 08:36PM by Cesarius1970
https://ift.tt/2PTDH0p
Medium
Flutter Dev Environment Installation-by-hand Without AndroidStudio
Hi!. This is my second how-to in the series about these technologies. I have managed to install them side by side on Debian 10 (without…
New post on /r/flutterdev subreddit:
Problems with the hero widget
Hello, I'm a beginner and I want to create a simple notes app.I have a Container as frames to scroll through and then the boxes laid out with rows and columns and then a container with text in it. I want the big Container to transition into the detailed screen and the text should also have a hero transition so it's all smooth. I first put a hero transition only on the big Container, but then during the transition, the outer left part of the box was this yellow and black stripes and when the transition was over it was completely normal again. Also, the text was a bit glitchy. Then I tried to add a Hero widget to the text as well, but you're not allowed to do that. So I commented the first one out. Everything was fine besides the outer Container not transitioning.Do I have to post the code? What should I do? Do you have an idea?
November 06, 2019 at 08:25PM by fstr05
https://ift.tt/2NNFpOd
Problems with the hero widget
Hello, I'm a beginner and I want to create a simple notes app.I have a Container as frames to scroll through and then the boxes laid out with rows and columns and then a container with text in it. I want the big Container to transition into the detailed screen and the text should also have a hero transition so it's all smooth. I first put a hero transition only on the big Container, but then during the transition, the outer left part of the box was this yellow and black stripes and when the transition was over it was completely normal again. Also, the text was a bit glitchy. Then I tried to add a Hero widget to the text as well, but you're not allowed to do that. So I commented the first one out. Everything was fine besides the outer Container not transitioning.Do I have to post the code? What should I do? Do you have an idea?
November 06, 2019 at 08:25PM by fstr05
https://ift.tt/2NNFpOd
reddit
Problems with the hero widget
Hello, I'm a beginner and I want to create a simple notes app. I have a Container as frames to scroll through and then the boxes laid out with...
New post on /r/flutterdev subreddit:
Setting $PATH with VIM
https://ift.tt/34I6qd3
November 06, 2019 at 09:49PM by Gentle_Island
https://ift.tt/2pPi1YH
Setting $PATH with VIM
https://ift.tt/34I6qd3
November 06, 2019 at 09:49PM by Gentle_Island
https://ift.tt/2pPi1YH
Medium
My $PATH to Flutter with Vim
I recently finished The Complete Flutter Development Bootcamp with Dart by AppBrewery and at the very beginning I was introduced to Vim. I…
New tweet from FlutterDev:
It's that time again 🤯#WidgetoftheWeek ⚡
Need to get a user's input or alert them? Depending on your preferred design, you can use a basic popup that can include an animated image or just text. AlertDialog will get your message across.
Watch more → https://t.co/Iitqd4vmAF pic.twitter.com/N7dAyFhpdu— Flutter (@FlutterDev) November 6, 2019
November 06, 2019 at 10:25PM
http://twitter.com/FlutterDev/status/1192191268450750464
It's that time again 🤯#WidgetoftheWeek ⚡
Need to get a user's input or alert them? Depending on your preferred design, you can use a basic popup that can include an animated image or just text. AlertDialog will get your message across.
Watch more → https://t.co/Iitqd4vmAF pic.twitter.com/N7dAyFhpdu— Flutter (@FlutterDev) November 6, 2019
November 06, 2019 at 10:25PM
http://twitter.com/FlutterDev/status/1192191268450750464
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 Flutter Dev Google group:
[IOS] Google sign in crashes the flutter app in IOS device
Hi all, google_sign_in 4.0.11 plugin crashes on the IOS device with the exception, but it works OK on the simulator. PlatformException(google_sign_in, -[NSNull stringByAddingPercentEncodingWithAllowedCharacters:]: unrecognized selector sent to instance 0x38bb1978, NSInvalidArgumentException)
November 06, 2019 at 10:33PM by Subbu
https://ift.tt/2PPeeFA
[IOS] Google sign in crashes the flutter app in IOS device
Hi all, google_sign_in 4.0.11 plugin crashes on the IOS device with the exception, but it works OK on the simulator. PlatformException(google_sign_in, -[NSNull stringByAddingPercentEncodingWithAllowedCharacters:]: unrecognized selector sent to instance 0x38bb1978, NSInvalidArgumentException)
November 06, 2019 at 10:33PM by Subbu
https://ift.tt/2PPeeFA
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 can I make snapchat-like UI and still scroll center widget?
By snapchat-like UI, I mean pages slide out of the right/left sides and cover the middle screen instead of moving it. I already have this implemented with a stack having the main screen in the back, and above it a pageview with a transparent Container in the center.My problem is that I now can't scroll the center page, because the transparent widget is covering it. How can I make it register touches with a widget above it?
November 06, 2019 at 10:42PM by jeremyfriesen
https://ift.tt/2pBSbYl
How can I make snapchat-like UI and still scroll center widget?
By snapchat-like UI, I mean pages slide out of the right/left sides and cover the middle screen instead of moving it. I already have this implemented with a stack having the main screen in the back, and above it a pageview with a transparent Container in the center.My problem is that I now can't scroll the center page, because the transparent widget is covering it. How can I make it register touches with a widget above it?
November 06, 2019 at 10:42PM by jeremyfriesen
https://ift.tt/2pBSbYl
reddit
How can I make snapchat-like UI and still scroll center widget?
By snapchat-like UI, I mean pages slide out of the right/left sides and cover the middle screen instead of moving it. I already have this...
New post on /r/flutterdev subreddit:
Github's 2019 Octoverse report is out, Flutter is listed as the #2 fastest growing open source projects and Dart the #1 fastest growing language worldwide!
https://ift.tt/1huIPwK
November 06, 2019 at 11:40PM by EngineerScientist
https://ift.tt/33pcxCI
Github's 2019 Octoverse report is out, Flutter is listed as the #2 fastest growing open source projects and Dart the #1 fastest growing language worldwide!
https://ift.tt/1huIPwK
November 06, 2019 at 11:40PM by EngineerScientist
https://ift.tt/33pcxCI
The State of the Octoverse
The State of the Octoverse explores a year of change with new deep dives into developer productivity, security, and how we build communities on GitHub.
New post on Flutter Dev Google group:
IOS 4/3 images not working with ImagePicker in VS Code
Note I'm testing with 2 devices: (not testing using camera mode yet) 1- iPhone 7 (IOS 13.2) (has 4/3 and square) 2- iPhone 11 (IOS 13.2) (has 4/3, 16/9 and square) Using ImagePicker (image_picker: ^0.6.1+10), (Flutter 1.9.1+hotfix.5) I have found that when I select an image from the library
November 07, 2019 at 12:25AM by jerry hamby
https://ift.tt/2JZNzCi
IOS 4/3 images not working with ImagePicker in VS Code
Note I'm testing with 2 devices: (not testing using camera mode yet) 1- iPhone 7 (IOS 13.2) (has 4/3 and square) 2- iPhone 11 (IOS 13.2) (has 4/3, 16/9 and square) Using ImagePicker (image_picker: ^0.6.1+10), (Flutter 1.9.1+hotfix.5) I have found that when I select an image from the library
November 07, 2019 at 12:25AM by jerry hamby
https://ift.tt/2JZNzCi
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:
FlutterLogin, my first Flutter package
https://ift.tt/36PCA8i
November 06, 2019 at 09:08AM by NearHuscarl
https://ift.tt/33AXdmk
FlutterLogin, my first Flutter package
https://ift.tt/36PCA8i
November 06, 2019 at 09:08AM by NearHuscarl
https://ift.tt/33AXdmk
GitHub
NearHuscarl/flutter_login
Provides login screen with login/signup functionalities to help speed up development - NearHuscarl/flutter_login
New post on /r/flutterdev subreddit:
Data Persistence on Flutter
https://ift.tt/2WNvzA8
November 07, 2019 at 12:38AM by Elixane
https://ift.tt/2pNpU0T
Data Persistence on Flutter
https://ift.tt/2WNvzA8
November 07, 2019 at 12:38AM by Elixane
https://ift.tt/2pNpU0T
kodeco.com
Data Persistence on Flutter
See how to persist data to storage in a Flutter app, including to files and to a remote datastore, and use a Repository interface for the persistence.
New post on Flutter Dev Google group:
Incoming Call Notification
I created a video calling application but for the moment, when somebody wants to call a person, the receiver is getting a push notification to start the call. I want to be able to show an incoming call screen, something like WhatsApp does or Facebook. Are there any 3rd party packages you know
November 07, 2019 at 01:52AM by Israel Ribeiro
https://ift.tt/32kadeZ
Incoming Call Notification
I created a video calling application but for the moment, when somebody wants to call a person, the receiver is getting a push notification to start the call. I want to be able to show an incoming call screen, something like WhatsApp does or Facebook. Are there any 3rd party packages you know
November 07, 2019 at 01:52AM by Israel Ribeiro
https://ift.tt/32kadeZ
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:
What is Vulkan Library?
I've seen this term a lot while searching in different problems And this thing is also installed in my PCCan anybody elaborate what are these libraries and is there any link with coding?Much Thanks ❤️😊
November 07, 2019 at 04:12AM by m_hamzashakeel
https://ift.tt/36IQxoc
What is Vulkan Library?
I've seen this term a lot while searching in different problems And this thing is also installed in my PCCan anybody elaborate what are these libraries and is there any link with coding?Much Thanks ❤️😊
November 07, 2019 at 04:12AM by m_hamzashakeel
https://ift.tt/36IQxoc
reddit
What is Vulkan Library?
I've seen this term a lot while searching in different problems And this thing is also installed in my PC Can anybody elaborate what are these...
New post on /r/flutterdev subreddit:
Anyone got an in-person invite for Flutter Interact happening on December 11, 2019?
No text found
November 07, 2019 at 03:30AM by georgetk1996
https://ift.tt/2PPTMo5
Anyone got an in-person invite for Flutter Interact happening on December 11, 2019?
No text found
November 07, 2019 at 03:30AM by georgetk1996
https://ift.tt/2PPTMo5
reddit
Anyone got an in-person invite for Flutter Interact happening on...
Posted in r/FlutterDev by u/georgetk1996 • 1 point and 0 comments
New post on /r/flutterdev subreddit:
Flutter Charity Donation App Concept | Speed Code | GitHub Link
https://youtu.be/sHrzvLjm5s0
November 07, 2019 at 06:45AM by maadhav2001
https://ift.tt/2PTBCle
Flutter Charity Donation App Concept | Speed Code | GitHub Link
https://youtu.be/sHrzvLjm5s0
November 07, 2019 at 06:45AM by maadhav2001
https://ift.tt/2PTBCle
YouTube
Flutter Charity Donation App Concept | Speed Code | GitHub Link
👨💻Source Code: https://github.com/Maadhav/flutter-login-ui-concept
💮Design credit: https://www.uplabs.com/
✌Subscribe to CodeDecoders: http://bit.ly/CodeDecoders
💕Hope you liked and understood the video.
📘 My Facebook: https://www.facebook.com/maadhav2001…
💮Design credit: https://www.uplabs.com/
✌Subscribe to CodeDecoders: http://bit.ly/CodeDecoders
💕Hope you liked and understood the video.
📘 My Facebook: https://www.facebook.com/maadhav2001…
New post on /r/flutterdev subreddit:
Launch Native URL Schemes in Flutter with the url_launcher Plugin
https://ift.tt/2JTXRDF
November 07, 2019 at 06:59AM by catapop
https://ift.tt/33paO0j
Launch Native URL Schemes in Flutter with the url_launcher Plugin
https://ift.tt/2JTXRDF
November 07, 2019 at 06:59AM by catapop
https://ift.tt/33paO0j
alligator.io
Launch Native URL Schemes in Flutter with the url_launcher Plugin
Learn how to open and integrate other native applications on a device from within your Flutter apps.
New post on /r/flutterdev subreddit:
Dart Static Extension Methods - Dart 2.6
https://www.youtube.com/watch?v=IXv-foFlvxs
November 07, 2019 at 07:43AM by Elixane
https://ift.tt/2NOUgId
Dart Static Extension Methods - Dart 2.6
https://www.youtube.com/watch?v=IXv-foFlvxs
November 07, 2019 at 07:43AM by Elixane
https://ift.tt/2NOUgId
YouTube
Dart Static Extension Methods - Dart 2.6
#tensorprogramming #extensionmethods #learndart
In this video we take a look at the Dart 2.6 extension method syntax. We look at the various concepts behind the syntactic sugar and their purpose.
Source Code: https://github.com/tensor-programming/dart…
In this video we take a look at the Dart 2.6 extension method syntax. We look at the various concepts behind the syntactic sugar and their purpose.
Source Code: https://github.com/tensor-programming/dart…
New post on /r/flutterdev subreddit:
Flutter Design Patterns: An overview of the Composite design pattern and its implementation in Dart and Flutter
https://ift.tt/2NoAhBn
November 07, 2019 at 08:33AM by mkobuolys
https://ift.tt/2WVcoEv
Flutter Design Patterns: An overview of the Composite design pattern and its implementation in Dart and Flutter
https://ift.tt/2NoAhBn
November 07, 2019 at 08:33AM by mkobuolys
https://ift.tt/2WVcoEv
Medium
Flutter Design Patterns: 4 — Composite
An overview of the Composite design pattern and its implementation in Dart and Flutter
New post on Flutter Dev Google group:
Edit in flutter.gradle file
Somebody help I try to find a solution to this problem but without result, this photo the bug
November 07, 2019 at 11:01AM by A7md 7assan
https://ift.tt/2NRhYDE
Edit in flutter.gradle file
Somebody help I try to find a solution to this problem but without result, this photo the bug
November 07, 2019 at 11:01AM by A7md 7assan
https://ift.tt/2NRhYDE
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 and QR scanners..
I need your help guys, I've now tried several different QR scanners for Flutter and none of them provide easy to customize overlays/heights, widths, etc.I've realised the following app in React Native and have to rebuild it exactly like this in Flutter aswell: https://i.imgur.com/e0B8epT.pngNow my question: Is it possible to realise the same with this qr_code_scanner? Does anyone have any experiences with it? Everytime I try to put the scanner into a Stack widget it tells me theres an issue regarding flex and that the scanner can't have a parent widget that constrains its flex properties (its an issue how the package is coded, I would need to dig deeply into its implementation). But I need the Stack to be able to overlay the animated scanning line and the rounded corners.. Also I can't get it to add padding to the left and right sides because again, flex properties misbehaving..So I might need to check out other scanners, how would you implement the design of the QR scanner, which packages would you use? I mean QR scanners are very common it can't be that complex right?Is this even possible?Thanks in advance!
November 07, 2019 at 09:54AM by flexinlikejackson
https://ift.tt/2qwRUWs
Flutter and QR scanners..
I need your help guys, I've now tried several different QR scanners for Flutter and none of them provide easy to customize overlays/heights, widths, etc.I've realised the following app in React Native and have to rebuild it exactly like this in Flutter aswell: https://i.imgur.com/e0B8epT.pngNow my question: Is it possible to realise the same with this qr_code_scanner? Does anyone have any experiences with it? Everytime I try to put the scanner into a Stack widget it tells me theres an issue regarding flex and that the scanner can't have a parent widget that constrains its flex properties (its an issue how the package is coded, I would need to dig deeply into its implementation). But I need the Stack to be able to overlay the animated scanning line and the rounded corners.. Also I can't get it to add padding to the left and right sides because again, flex properties misbehaving..So I might need to check out other scanners, how would you implement the design of the QR scanner, which packages would you use? I mean QR scanners are very common it can't be that complex right?Is this even possible?Thanks in advance!
November 07, 2019 at 09:54AM by flexinlikejackson
https://ift.tt/2qwRUWs
New post on Flutter Dev Google group:
Post request with API Key and Webview Flutter
Dear All, I have a flask application which once called from my flutter app, creates some HTML file and returns the location of the file name. Then my flutter app views that file using 'webview_flutter' package. This was working perfectly fine in local development server. When I uploaded it to
November 07, 2019 at 01:18PM by Niladri Paul
https://ift.tt/32uWbax
Post request with API Key and Webview Flutter
Dear All, I have a flask application which once called from my flutter app, creates some HTML file and returns the location of the file name. Then my flutter app views that file using 'webview_flutter' package. This was working perfectly fine in local development server. When I uploaded it to
November 07, 2019 at 01:18PM by Niladri Paul
https://ift.tt/32uWbax
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.