New post on /r/flutterdev subreddit:
Real time Theme chat app
https://github.com/Chunlee17/flutter_theme_chat
a chat app that allow Light theme user and dark theme user can chat with each other with emoji support and dummy story viewer
February 16, 2020 at 10:28AM by Fienases
https://ift.tt/2SywgwJ
Real time Theme chat app
https://github.com/Chunlee17/flutter_theme_chat
a chat app that allow Light theme user and dark theme user can chat with each other with emoji support and dummy story viewer
February 16, 2020 at 10:28AM by Fienases
https://ift.tt/2SywgwJ
New post on /r/flutterdev subreddit:
Soft UI Music Player in Flutter
https://youtu.be/Qf-1ZP_bjsY
February 16, 2020 at 09:46AM by voidnen
https://ift.tt/39HYAm9
Soft UI Music Player in Flutter
https://youtu.be/Qf-1ZP_bjsY
February 16, 2020 at 09:46AM by voidnen
https://ift.tt/39HYAm9
YouTube
Flutter Soft UI Designing | Music App Design Flutter | Beautiful UI Design in Flutter | Neumorphism
Hey guys back with a new video. In this video, we will learn how to create a beautiful Soft UI in Flutter.Neumorphism or Soft UI. Some are saying it is going...
New post on /r/flutterdev subreddit:
Flutter Neumorphic Timer: Design and Buttons
https://youtu.be/L6g4eRlAsh0
February 16, 2020 at 10:57AM by thehappyharis
https://ift.tt/2OYsZVr
Flutter Neumorphic Timer: Design and Buttons
https://youtu.be/L6g4eRlAsh0
February 16, 2020 at 10:57AM by thehappyharis
https://ift.tt/2OYsZVr
YouTube
Flutter Neumorphic Timer: Design and Buttons
Full source code is here : https://github.com/happyharis/neumorphic/tree/master/lib/timer
I explained my workflow of how I translate code into design using high fidelity and low fidelity concepts.
This is part 1 to 3 parts series of how I make a Neumorphic…
I explained my workflow of how I translate code into design using high fidelity and low fidelity concepts.
This is part 1 to 3 parts series of how I make a Neumorphic…
New post on /r/flutterdev subreddit:
QR Code Generator App (using Image.network and open API) - Code Along
https://youtu.be/r3-TbIha-S0
February 16, 2020 at 11:40AM by vishesh_allahabadi
https://ift.tt/2UTEaSY
QR Code Generator App (using Image.network and open API) - Code Along
https://youtu.be/r3-TbIha-S0
February 16, 2020 at 11:40AM by vishesh_allahabadi
https://ift.tt/2UTEaSY
YouTube
Flutter - QR Code Generator App - Flutter App Code Along (Using Image.Network)
Code Along video for QR Code Generator App, Flutter App Code Along both for Android and iOS apps. PLAYSTORE APP LINK: https://play.google.com/store/apps/deta...
New post on /r/flutterdev subreddit:
Hi please someone help me on this for my internship
hello guys I kinda need helpvoid _startScanning() { setState(() { _stream = NFC.readNDEF(once: true).listen((NDEFMessage message) { print("Read NDEF message with ${message.records.length} records"); for (NDEFRecord record in message.records) { print( "Record '${record.id ?? "[NO ID]"}' with TNF '${record.tnf}', type '${record.type}', payload '${record.payload}' and data '${record.data}' and language code '${record.languageCode}'"); } }); }); }I used this functionI/flutter ( 633): Read NDEF message with 1 records I/flutter ( 633): Record '' with TNF 'NFCTypeNameFormat.well_known', type 'U', payload 'geo:27.719733645761856,85.31858292429993' and data 'geo:27.719733645761856,85.31858292429993' and language code 'null'and I got this on my consolenow I want to print this in my applicationps I'm beginner and my internship depends on this please if anyone can help
February 16, 2020 at 11:39AM by swostikg
https://ift.tt/2uGlGuF
Hi please someone help me on this for my internship
hello guys I kinda need helpvoid _startScanning() { setState(() { _stream = NFC.readNDEF(once: true).listen((NDEFMessage message) { print("Read NDEF message with ${message.records.length} records"); for (NDEFRecord record in message.records) { print( "Record '${record.id ?? "[NO ID]"}' with TNF '${record.tnf}', type '${record.type}', payload '${record.payload}' and data '${record.data}' and language code '${record.languageCode}'"); } }); }); }I used this functionI/flutter ( 633): Read NDEF message with 1 records I/flutter ( 633): Record '' with TNF 'NFCTypeNameFormat.well_known', type 'U', payload 'geo:27.719733645761856,85.31858292429993' and data 'geo:27.719733645761856,85.31858292429993' and language code 'null'and I got this on my consolenow I want to print this in my applicationps I'm beginner and my internship depends on this please if anyone can help
February 16, 2020 at 11:39AM by swostikg
https://ift.tt/2uGlGuF
reddit
Hi please someone help me on this for my internship
hello guys I kinda need help void \_startScanning() { setState(() { \_stream = NFC.readNDEF(once: true).listen((NDEFMessage message) { ...
New post on Flutter Dev Google group:
firebase ml kit
Can we have some video related to,how to use ml kit of firebase in flutter?
February 16, 2020 at 12:44PM by Anant Kumar
https://ift.tt/2Sx3yMU
firebase ml kit
Can we have some video related to,how to use ml kit of firebase in flutter?
February 16, 2020 at 12:44PM by Anant Kumar
https://ift.tt/2Sx3yMU
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:
Using routes to manage widget visiblity
Hi, I'm currently using a stack that has an a background widget that should be visible between several screens and currently what im doing is using visibility to manage the currently displayed set of widgets and manually implementing going back and forward. How would it be possible to use
February 16, 2020 at 01:10PM by Alex McGrath
https://ift.tt/38BFYE8
Using routes to manage widget visiblity
Hi, I'm currently using a stack that has an a background widget that should be visible between several screens and currently what im doing is using visibility to manage the currently displayed set of widgets and manually implementing going back and forward. How would it be possible to use
February 16, 2020 at 01:10PM by Alex McGrath
https://ift.tt/38BFYE8
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:
Implementation of Github Like CommitChart in flutter.
https://ift.tt/2SMsa2R
February 16, 2020 at 09:43AM by flouthoc
https://ift.tt/2V2mYdQ
Implementation of Github Like CommitChart in flutter.
https://ift.tt/2SMsa2R
February 16, 2020 at 09:43AM by flouthoc
https://ift.tt/2V2mYdQ
GitHub
flouthoc/commitchart-flutter
Implementation of Github Commit Chart in Flutter. [MIT License] - flouthoc/commitchart-flutter
New post on /r/flutterdev subreddit:
No one hiring a flutter developer?
Hi all I am learning flutter but I realized that when I search for a flutter developer job postings in UK , there is nothing.. Do you think flutter is a baby or dead already?
February 16, 2020 at 04:37PM by YellowSecurityLine
https://ift.tt/2SKMx0q
No one hiring a flutter developer?
Hi all I am learning flutter but I realized that when I search for a flutter developer job postings in UK , there is nothing.. Do you think flutter is a baby or dead already?
February 16, 2020 at 04:37PM by YellowSecurityLine
https://ift.tt/2SKMx0q
reddit
No one hiring a flutter developer?
Hi all I am learning flutter but I realized that when I search for a flutter developer job postings in UK , there is nothing.. Do you think...
New post on /r/flutterdev subreddit:
Open dialogs on device events.
HiI am new to Flutter and have runned into a problem that needs some friendly advices.I have a Flutter app that will have a Bluetooth scanning screen. When entering this screen, and the device not have activated bluethooth or if for some reason bluethooth is deactivated, I would like to show a alert dialog.How do I do that?For state management I am using Provider and I am using the package flutter_blue.
February 16, 2020 at 04:17PM by lgLindstrom
https://ift.tt/2Syvgsg
Open dialogs on device events.
HiI am new to Flutter and have runned into a problem that needs some friendly advices.I have a Flutter app that will have a Bluetooth scanning screen. When entering this screen, and the device not have activated bluethooth or if for some reason bluethooth is deactivated, I would like to show a alert dialog.How do I do that?For state management I am using Provider and I am using the package flutter_blue.
February 16, 2020 at 04:17PM by lgLindstrom
https://ift.tt/2Syvgsg
reddit
Open dialogs on device events.
Hi I am new to Flutter and have runned into a problem that needs some friendly advices. I have a Flutter app that will have a Bluetooth scanning...
New post on /r/flutterdev subreddit:
Common navigation bar mase easy
https://ift.tt/37A2iN0
February 16, 2020 at 04:42PM by gursheeshsingh
https://ift.tt/37wi77p
Common navigation bar mase easy
https://ift.tt/37A2iN0
February 16, 2020 at 04:42PM by gursheeshsingh
https://ift.tt/37wi77p
Medium
Common bottom navigation bar made easy — Flutter
Welcome to this tutorial to creating a Common bottom navigation bar made easily in Flutter.
New post on /r/flutterdev subreddit:
Design Challenge - Part 2 - Flutter Explained - Level: Advanced
https://youtu.be/3GPPfoux_kQ
February 16, 2020 at 06:38PM by MyracleDesign
https://ift.tt/2SxDd12
Design Challenge - Part 2 - Flutter Explained - Level: Advanced
https://youtu.be/3GPPfoux_kQ
February 16, 2020 at 06:38PM by MyracleDesign
https://ift.tt/2SxDd12
YouTube
Design Challenge in Flutter - Part 2 - Flutter Explained
Today we challenge ourselves in a Design Challenge in Flutter with a Login Screen for our #TravelBudget tracker app. We will talk about assets and how to add...
New post on /r/flutterdev subreddit:
Does Flutter have low skill ceiling?
Hey everyone,I'm still a CS student and i'm having a blast with Flutter, however this technology is also by far the most simple and intuitive to use from everything i have worked with. This is obviously good, but it also means that a wide range of people might try to get a job with Flutter since entry barrier is pretty low, leading to over-saturation.I have only been using Flutter for 1-2 months and obviously since i'm a student i have no work exp and i can't really recognize how high is the skill ceiling, but i get a feeling that a person who has used flutter for 3 months can do 85-90% of the things person that used it for a year can do. This means that in worst case scenario in a few years if you invest time and energy in Flutter, you could potentially be replaced by someone who is willing to work for a lot less and can do most of the things you can.I'm not trying offend anyone, i might be completely wrong, this has just been on my mind.So can any experienced Flutter / Mobile developer enlighten me a bit on this topic?Thanks.
February 16, 2020 at 09:31PM by Amidone97
https://ift.tt/3bCmv8l
Does Flutter have low skill ceiling?
Hey everyone,I'm still a CS student and i'm having a blast with Flutter, however this technology is also by far the most simple and intuitive to use from everything i have worked with. This is obviously good, but it also means that a wide range of people might try to get a job with Flutter since entry barrier is pretty low, leading to over-saturation.I have only been using Flutter for 1-2 months and obviously since i'm a student i have no work exp and i can't really recognize how high is the skill ceiling, but i get a feeling that a person who has used flutter for 3 months can do 85-90% of the things person that used it for a year can do. This means that in worst case scenario in a few years if you invest time and energy in Flutter, you could potentially be replaced by someone who is willing to work for a lot less and can do most of the things you can.I'm not trying offend anyone, i might be completely wrong, this has just been on my mind.So can any experienced Flutter / Mobile developer enlighten me a bit on this topic?Thanks.
February 16, 2020 at 09:31PM by Amidone97
https://ift.tt/3bCmv8l
reddit
Does Flutter have low skill ceiling?
Hey everyone, I'm still a CS student and i'm having a blast with Flutter, however this technology is also by far the most simple and intuitive to...
New post on Flutter Dev Google group:
The createState function for SiteForm returned an old or invalid state instance: SiteForm, which is not null, violating the contract for createState.
Hello Flutter developers! I constantly receive this error whenever i scroll between two or more forms, the error is solved when i change this line: _SiteFormState createState() => state; to _SiteFormState createState() => new _SiteFormState; but i want to preserve the states for form validatio
February 16, 2020 at 08:50PM by Amena Deeb
https://ift.tt/320gAFz
The createState function for SiteForm returned an old or invalid state instance: SiteForm, which is not null, violating the contract for createState.
Hello Flutter developers! I constantly receive this error whenever i scroll between two or more forms, the error is solved when i change this line: _SiteFormState createState() => state; to _SiteFormState createState() => new _SiteFormState; but i want to preserve the states for form validatio
February 16, 2020 at 08:50PM by Amena Deeb
https://ift.tt/320gAFz
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:
Portfolio written in Flutter web (demo)
https://ift.tt/2Pf5tUj
February 17, 2020 at 01:07AM by creativemaybeno
https://ift.tt/2Pf5OGz
Portfolio written in Flutter web (demo)
https://ift.tt/2Pf5tUj
February 17, 2020 at 01:07AM by creativemaybeno
https://ift.tt/2Pf5OGz
GitHub
creativecreatorormaybenot/portfolio
A Flutter web portfolio showing public work that I think is relevant to what I currently do. - creativecreatorormaybenot/portfolio
New post on /r/flutterdev subreddit:
Create a Responsive Admin Template for Flutter
https://ift.tt/3bFiQqe
February 17, 2020 at 04:14AM by sam-sung
https://ift.tt/2vDdQly
Create a Responsive Admin Template for Flutter
https://ift.tt/3bFiQqe
February 17, 2020 at 04:14AM by sam-sung
https://ift.tt/2vDdQly
rj california
Create a Responsive Admin Template for Flutter
Flutter is an open-source UI software development kit created by Google that lets you create Android/iOS apps, as well as Web applications....
New post on /r/flutterdev subreddit:
Flutter real time theme chat app
https://ift.tt/2uQW6TE
February 17, 2020 at 04:20AM by Fienases
https://ift.tt/2uI6EVf
Flutter real time theme chat app
https://ift.tt/2uQW6TE
February 17, 2020 at 04:20AM by Fienases
https://ift.tt/2uI6EVf
GitHub
Chunlee17/flutter_theme_chat
Contribute to Chunlee17/flutter_theme_chat development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
COMPLETE guide to create Tic Tac Toe | Flutter GAMES with pure dart programming
https://www.youtube.com/watch?v=BZaXEIn9jE4&list=PLlvRDpXh1Se6e3FSn5O7VU6tzlndSi3FD&index=2
February 17, 2020 at 05:53AM by Heisenlife
https://ift.tt/3256DH8
COMPLETE guide to create Tic Tac Toe | Flutter GAMES with pure dart programming
https://www.youtube.com/watch?v=BZaXEIn9jE4&list=PLlvRDpXh1Se6e3FSn5O7VU6tzlndSi3FD&index=2
February 17, 2020 at 05:53AM by Heisenlife
https://ift.tt/3256DH8
YouTube
Intro | Flutter GAME Tutorial | Tic Tac Toe #1
How to create a simple Tic Tac Toe game using FLUTTER for Beginners/Intermediate ----------------------------------------------------------------- #1 - Intro...
New post on Flutter Dev Google group:
Black Screen after the Splash in Flutter Stable Channel
Hi Flutter Devs, My app showing the blank screen after the Default Splash screen and before the main screen while using the App Localisation. Have a luck that the blank screen not showing in the *"Flutter Master" Channel. *It showing only in the *"Flutter Stable" *Channel. Kindly solve this
February 17, 2020 at 06:11AM by balaji ks
https://ift.tt/2SOEv6O
Black Screen after the Splash in Flutter Stable Channel
Hi Flutter Devs, My app showing the blank screen after the Default Splash screen and before the main screen while using the App Localisation. Have a luck that the blank screen not showing in the *"Flutter Master" Channel. *It showing only in the *"Flutter Stable" *Channel. Kindly solve this
February 17, 2020 at 06:11AM by balaji ks
https://ift.tt/2SOEv6O
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:
ListView ScrollController not scrolling
If I have only small number of items in the listview with scroll controller, the listview is not scrolling.For example, if there are not enough number of items to fulfill the screen, the listview is not scrollable.However if I dont use scroll controller, it is scrolling.Please help..
February 17, 2020 at 07:22AM by steadyaction
https://ift.tt/31YdSAy
ListView ScrollController not scrolling
If I have only small number of items in the listview with scroll controller, the listview is not scrolling.For example, if there are not enough number of items to fulfill the screen, the listview is not scrollable.However if I dont use scroll controller, it is scrolling.Please help..
February 17, 2020 at 07:22AM by steadyaction
https://ift.tt/31YdSAy
reddit
ListView ScrollController not scrolling
If I have only small number of items in the listview with scroll controller, the listview is not scrolling. For example, if there are not enough...
New post on /r/flutterdev subreddit:
Flutter - shadows & glows
https://ift.tt/2vAkE3f
February 17, 2020 at 06:59AM by thomasmiddel
https://ift.tt/2SvODSV
Flutter - shadows & glows
https://ift.tt/2vAkE3f
February 17, 2020 at 06:59AM by thomasmiddel
https://ift.tt/2SvODSV
Medium
Flutter — Shadows & glows
Adding a shadow or glow to your UI can add a nice finishing touch to the design. Adding elevation is nice for a feeling of depth, but we…