New post on /r/flutterdev subreddit:
[Flutter] Login Screen with HTTP Post Request | SnippetCoder | LEARN.CODE.CREATE | HD Video
https://youtu.be/_Kw4BfNX1-4
August 04, 2020 at 07:28AM by SnippetCoder
https://ift.tt/2Dh3kVb
[Flutter] Login Screen with HTTP Post Request | SnippetCoder | LEARN.CODE.CREATE | HD Video
https://youtu.be/_Kw4BfNX1-4
August 04, 2020 at 07:28AM by SnippetCoder
https://ift.tt/2Dh3kVb
YouTube
[Flutter] Login Screen with HTTP Post Request | SnippetCoder | LEARN.CODE.CREATE | HD Video
In this video, we learn how to make Login Screen using HTTP Post Request in Flutter Application, with just few lines of code.
Video Content
-------------------------------
0:00 Splash Screen
0:10 Intro
0:24 UI Design
22:45 API Site : https://reqres.in
23:20…
Video Content
-------------------------------
0:00 Splash Screen
0:10 Intro
0:24 UI Design
22:45 API Site : https://reqres.in
23:20…
New post on /r/flutterdev subreddit:
I created my first flutter web portfolio check it out guys and let me know how this is.
The flutter web experience is very great no HTML,no css only dart.My portfolio made with flutter web My PortfolioIf you want source code or want to know how to deploy flutter website in 3 lines of code .You can check this post How to deploy flutter website in 3 lines of code
August 04, 2020 at 11:17AM by Professional_Box_783
https://ift.tt/2BWWX8N
I created my first flutter web portfolio check it out guys and let me know how this is.
The flutter web experience is very great no HTML,no css only dart.My portfolio made with flutter web My PortfolioIf you want source code or want to know how to deploy flutter website in 3 lines of code .You can check this post How to deploy flutter website in 3 lines of code
August 04, 2020 at 11:17AM by Professional_Box_783
https://ift.tt/2BWWX8N
portfolio-f1667.web.app
my_portfolio_webflutter
A new Flutter application.
New post on Flutter Dev Google group:
Problems implementing a visual programming editor
Hi guys, I am trying to build a visual programming editor with flutter. The user has to be able to add nodes, connect nodes, edit node properties and other related stuff. I have done some experiments with Stack and CustomPaint but I've stucked with two problems: 1. I want to implement zoom+transl
August 04, 2020 at 11:56AM by Carmelo Juanes Rodríguez
https://ift.tt/2EGMHT4
Problems implementing a visual programming editor
Hi guys, I am trying to build a visual programming editor with flutter. The user has to be able to add nodes, connect nodes, edit node properties and other related stuff. I have done some experiments with Stack and CustomPaint but I've stucked with two problems: 1. I want to implement zoom+transl
August 04, 2020 at 11:56AM by Carmelo Juanes Rodríguez
https://ift.tt/2EGMHT4
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:
ICON
I did the app icon in the correct way. But i cant see that icon in my phone's home screen. But when i look the app settings i can see the icon. All time its happening same thing for me. I mean the app icon set by me. The icon already set up by londonappbrewery not happening like this. Once when
August 04, 2020 at 12:19PM by ANAGHA VP
https://ift.tt/31eIFZO
ICON
I did the app icon in the correct way. But i cant see that icon in my phone's home screen. But when i look the app settings i can see the icon. All time its happening same thing for me. I mean the app icon set by me. The icon already set up by londonappbrewery not happening like this. Once when
August 04, 2020 at 12:19PM by ANAGHA VP
https://ift.tt/31eIFZO
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 : Preview form builder like google forms preview system in flutter
https://ift.tt/3kca5bh
August 04, 2020 at 01:04PM by sulli110
https://ift.tt/3fr5HSg
Flutter : Preview form builder like google forms preview system in flutter
https://ift.tt/3kca5bh
August 04, 2020 at 01:04PM by sulli110
https://ift.tt/3fr5HSg
New post on /r/flutterdev subreddit:
Flutter : Increment and Decrement with use of counter
So I have an application where I am grading student, so I have created a counter where in as the counter moves up from 0 to 10, it is counted as mistakes student has made. So student has total Marks 10, every time a student makes a mistake, counter goes up and Marks should decrease by 1. I just need to implement proper login for the counter to work with Marks. Counter goes up marks should decrease.
August 04, 2020 at 01:02PM by sulli110
https://ift.tt/39RQw3x
Flutter : Increment and Decrement with use of counter
So I have an application where I am grading student, so I have created a counter where in as the counter moves up from 0 to 10, it is counted as mistakes student has made. So student has total Marks 10, every time a student makes a mistake, counter goes up and Marks should decrease by 1. I just need to implement proper login for the counter to work with Marks. Counter goes up marks should decrease.
Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: <Widget>[ FlutterCounter( initialValue: _defaultValue, minValue: 0, maxValue: 10, onChanged: (value) { setState(() { _defaultValue = value; _counter = value; }); print(value); }, decimalPlaces: 0), Text( '$grades', style: TextStyle( fontSize: 22.0, fontWeight: FontWeight.bold, ), ),This is the counter and a text widget with it when counter increments the grades should decrease by 1.
double grades = 10.0; double currentValue; num _counter = 0; num _defaultValue = 0;
August 04, 2020 at 01:02PM by sulli110
https://ift.tt/39RQw3x
reddit
Flutter : Increment and Decrement with use of counter
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Adding Flutter web to an existing application
https://ift.tt/3gqyrfe
August 04, 2020 at 12:56PM by RemeJuan
https://ift.tt/3fskYm3
Adding Flutter web to an existing application
https://ift.tt/3gqyrfe
August 04, 2020 at 12:56PM by RemeJuan
https://ift.tt/3fskYm3
Medium
Adding Flutter web to an existing application
As it stands now flutter web is not ready for production use, to get started however they have provided the required steps at the Flutter…
New post on Flutter Dev Google group:
Help on Integrating Facebook Audience Network Ads on Flutter application.
Hi All, I successfully integrated Facebook Audience Network in my flutter app using facebook_audience_network0.7.0 pub package. Issue i am facing is , i am not able to see the facebook ads on my flutter app, if the app is installed via apk file or from playstore, but the same app if i am
August 04, 2020 at 01:58PM by CYRIL P. JOY
https://ift.tt/2DbE82u
Help on Integrating Facebook Audience Network Ads on Flutter application.
Hi All, I successfully integrated Facebook Audience Network in my flutter app using facebook_audience_network0.7.0 pub package. Issue i am facing is , i am not able to see the facebook ads on my flutter app, if the app is installed via apk file or from playstore, but the same app if i am
August 04, 2020 at 01:58PM by CYRIL P. JOY
https://ift.tt/2DbE82u
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:
Using Streams for Dynamic Theme Switching (Dark/Light) - Flutter in Practice, Episode 48
https://www.youtube.com/watch?v=itvtXypbwkw
August 04, 2020 at 02:40PM by zaiste
https://ift.tt/2Pmvu3F
Using Streams for Dynamic Theme Switching (Dark/Light) - Flutter in Practice, Episode 48
https://www.youtube.com/watch?v=itvtXypbwkw
August 04, 2020 at 02:40PM by zaiste
https://ift.tt/2Pmvu3F
YouTube
Dynamic Themes Switching (Dark / Light) with Streams - Flutter in Practice 48
Streams can be used in complex ways for complex problems, but they can also be used in simple ways! In this episode, I'll show you how to use streams for switching themes of a Flutter application. We will start by defining a boolean store to hold the current…
New post on /r/flutterdev subreddit:
Im trying to create a Rich Text Editor from scratch in flutter
Hey guys I am trying to make own customized Rich Text Editor in flutter from scratch. I browsed through internet and found that using json as datatype is a good option. I used zefyr text editor but it do not give level of customization needed for my used case
August 04, 2020 at 02:34PM by jtresponse
https://ift.tt/3i5ir2H
Im trying to create a Rich Text Editor from scratch in flutter
Hey guys I am trying to make own customized Rich Text Editor in flutter from scratch. I browsed through internet and found that using json as datatype is a good option. I used zefyr text editor but it do not give level of customization needed for my used case
August 04, 2020 at 02:34PM by jtresponse
https://ift.tt/3i5ir2H
Reddit
r/FlutterDev on Reddit: Im trying to create a Rich Text Editor from scratch in flutter
Posted by u/jtresponse - 3 votes and 7 comments
New post on /r/flutterdev subreddit:
App Feedback Thread - August 04, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
August 04, 2020 at 02:33PM by AutoModerator
https://ift.tt/3gtQkK6
App Feedback Thread - August 04, 2020
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
August 04, 2020 at 02:33PM by AutoModerator
https://ift.tt/3gtQkK6
Reddit
r/FlutterDev on Reddit: App Feedback Thread - August 04, 2020
Posted by u/AutoModerator - 10 votes and 11 comments
New post on /r/flutterdev subreddit:
Help on creating a Rich text editor
Hey guys I am trying to make own customized Rich Text Editor in flutter from scratch. I browsed through internet and found that using json as datatype is a good option. But I need help on how to create the textfield from scratch and how to start
August 04, 2020 at 02:18PM by jtresponse
https://ift.tt/2DuMIJt
Help on creating a Rich text editor
Hey guys I am trying to make own customized Rich Text Editor in flutter from scratch. I browsed through internet and found that using json as datatype is a good option. But I need help on how to create the textfield from scratch and how to start
August 04, 2020 at 02:18PM by jtresponse
https://ift.tt/2DuMIJt
reddit
Help on creating a Rich text editor
Hey guys I am trying to make own customized Rich Text Editor in flutter from scratch. I browsed through internet and found that using json as...
New post on Flutter Dev Google group:
Show app in suggestion when a link is clicked
Hey there, am looking for a way to show our app in suggestion as other app are shown in suggestion. For example, When a link is particular link is clicked then show our app in suggestion for further action. see the screenshot- [image: app_show.png]
August 04, 2020 at 03:03PM by Yash Chandra verma
https://ift.tt/3fus9Kl
Show app in suggestion when a link is clicked
Hey there, am looking for a way to show our app in suggestion as other app are shown in suggestion. For example, When a link is particular link is clicked then show our app in suggestion for further action. see the screenshot- [image: app_show.png]
August 04, 2020 at 03:03PM by Yash Chandra verma
https://ift.tt/3fus9Kl
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:
Show app in suggestion when a link is clicked
Hey there,am looking for a way to show our app in suggestion as other app are shown in suggestion. For example, When a link is particular link is clicked then show our app in suggestion for further action. (When a link is click in whatsapp, suppose browser or particular app are shown up). I also want to do same. Any guidance will be helpful. Thanks
August 04, 2020 at 03:04PM by ycv005
https://ift.tt/3kaHWBD
Show app in suggestion when a link is clicked
Hey there,am looking for a way to show our app in suggestion as other app are shown in suggestion. For example, When a link is particular link is clicked then show our app in suggestion for further action. (When a link is click in whatsapp, suppose browser or particular app are shown up). I also want to do same. Any guidance will be helpful. Thanks
August 04, 2020 at 03:04PM by ycv005
https://ift.tt/3kaHWBD
New post on /r/flutterdev subreddit:
Hive or moor/sembast or any other?
I was really into Hive, I really liked it's APIs, documentation and functionality but in the last few months I lost my confidence on this, on top it currently it is maintenance mode, so I'm confused on using this on my new project. is there any other reliable recommended library? what about Moor, Sembast.
August 03, 2020 at 04:48PM by sadmansamee
https://ift.tt/3klaMzo
Hive or moor/sembast or any other?
I was really into Hive, I really liked it's APIs, documentation and functionality but in the last few months I lost my confidence on this, on top it currently it is maintenance mode, so I'm confused on using this on my new project. is there any other reliable recommended library? what about Moor, Sembast.
August 03, 2020 at 04:48PM by sadmansamee
https://ift.tt/3klaMzo
GitHub
GitHub - isar/hive: Lightweight and blazing fast key-value database written in pure Dart.
Lightweight and blazing fast key-value database written in pure Dart. - isar/hive
New post on /r/flutterdev subreddit:
Flutter login ui fast cpde
https://youtu.be/vW0Oyv3USRQ
August 04, 2020 at 09:44AM by m4hmoud
https://ift.tt/2ET4dE1
Flutter login ui fast cpde
https://youtu.be/vW0Oyv3USRQ
August 04, 2020 at 09:44AM by m4hmoud
https://ift.tt/2ET4dE1
New post on /r/flutterdev subreddit:
#20 Flutter - TextStyle & TextField Decoration || Styling of Textfield in flutter || Code Flipper
https://www.youtube.com/watch?v=y63RaL9owws
August 04, 2020 at 12:09PM by Code_Flipper
https://ift.tt/2D9hwj9
#20 Flutter - TextStyle & TextField Decoration || Styling of Textfield in flutter || Code Flipper
https://www.youtube.com/watch?v=y63RaL9owws
August 04, 2020 at 12:09PM by Code_Flipper
https://ift.tt/2D9hwj9
YouTube
#20 Flutter - TextStyle & TextField Decoration || Styling of Textfield in flutter || Code Flipper
In this video I'm explaining about textfield decoration.
Feel free to comments bellow.
Connect on Social Media:
Facebook: https://www.facebook.com/codeflipper
Twitter: https://twitter.com/imehtashamali
LinkedIn: https://www.linkedin.com/in/ehtashamali/…
Feel free to comments bellow.
Connect on Social Media:
Facebook: https://www.facebook.com/codeflipper
Twitter: https://twitter.com/imehtashamali
LinkedIn: https://www.linkedin.com/in/ehtashamali/…
New post on /r/flutterdev subreddit:
Flutter Toogle Buttons📱
https://youtu.be/kTSPmnxnAiY
August 04, 2020 at 03:48PM by maherban530
https://ift.tt/31jaFLL
Flutter Toogle Buttons📱
https://youtu.be/kTSPmnxnAiY
August 04, 2020 at 03:48PM by maherban530
https://ift.tt/31jaFLL
YouTube
Flutter |24| Toogle Buttons, Toogle Widget
WELCOME
Create Widget, UI, Animation etc using Dart for Application.
Flutter Widget Playlist:
https://www.youtube.com/playlist?list=PLtXpa99ExpKIgFPTcZcZYtmwvqwzlNN5_
SUBSCRIBE & SHARE
THANKS FOR WATCHING
Create Widget, UI, Animation etc using Dart for Application.
Flutter Widget Playlist:
https://www.youtube.com/playlist?list=PLtXpa99ExpKIgFPTcZcZYtmwvqwzlNN5_
SUBSCRIBE & SHARE
THANKS FOR WATCHING
New post on /r/flutterdev subreddit:
Flutter -: Upload Files/images through Rest API end point using Multipart || Flutter Blog app
https://youtu.be/II0CPW5j6H8
August 04, 2020 at 03:52PM by devstackin
https://ift.tt/3fsXhdc
Flutter -: Upload Files/images through Rest API end point using Multipart || Flutter Blog app
https://youtu.be/II0CPW5j6H8
August 04, 2020 at 03:52PM by devstackin
https://ift.tt/3fsXhdc
YouTube
Flutter: Upload Files/Images through Rest API endpoint using Multipart|| Rest API integration ||28
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4
In this video-:
1) We will create a method for uploading an image/file from the Flutter app to any rest server.
2) I will show you the explanation through an example
3) We…
In this video-:
1) We will create a method for uploading an image/file from the Flutter app to any rest server.
2) I will show you the explanation through an example
3) We…
New post on /r/flutterdev subreddit:
Flutter: Introduction Screen Animation | Animated Switcher
https://www.youtube.com/watch?v=gJ6tyXQVDIw
August 04, 2020 at 04:35PM by TheSmellyHardship
https://ift.tt/33ovVT0
Flutter: Introduction Screen Animation | Animated Switcher
https://www.youtube.com/watch?v=gJ6tyXQVDIw
August 04, 2020 at 04:35PM by TheSmellyHardship
https://ift.tt/33ovVT0
YouTube
Flutter: Introduction Screen Animation | Animated Switcher
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Intro: (0:00)
Tutorial: (0:44)
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage…
Intro: (0:00)
Tutorial: (0:44)
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https://www.patreon.com/join/RobertBrunhage
PayPal: https://www.paypal.me/RobertBrunhage…
New post on Flutter Dev Google group:
Merge this https://ift.tt/2PpV5bG patch to 1.20.
I've been testing with my app on the latest beta and my app started to crash upon using Firebase ML FaceDetector which worked fine in 1.19 I found out that this bug is same as https://ift.tt/3i56xpC. Thanks to chunhtai, this bug has been patched in the master channel but
August 04, 2020 at 05:05PM by Taehyun Park
https://ift.tt/2EQIwnV
Merge this https://ift.tt/2PpV5bG patch to 1.20.
I've been testing with my app on the latest beta and my app started to crash upon using Firebase ML FaceDetector which worked fine in 1.19 I found out that this bug is same as https://ift.tt/3i56xpC. Thanks to chunhtai, this bug has been patched in the master channel but
August 04, 2020 at 05:05PM by Taehyun Park
https://ift.tt/2EQIwnV
GitHub
fix FlutterViewUpdateCustomAccessibilityActions uses correct string list by chunhtai · Pull Request #19623 · flutter/engine
Description
The android platform view sends the the wrong string list to the jni. This pr fixes it
Related Issues
fixes flutter/flutter#60926
Tests
I added the following tests:
see files
Checklist
...
The android platform view sends the the wrong string list to the jni. This pr fixes it
Related Issues
fixes flutter/flutter#60926
Tests
I added the following tests:
see files
Checklist
...