New post on /r/flutterdev subreddit:
#24 ListView.builder Flutter Widget
https://youtu.be/Fna15WBBkR0
October 29, 2019 at 04:06PM by systechdevelopers
https://ift.tt/2PsFDwM
#24 ListView.builder Flutter Widget
https://youtu.be/Fna15WBBkR0
October 29, 2019 at 04:06PM by systechdevelopers
https://ift.tt/2PsFDwM
YouTube
#24 Widget ListView.builder | Flutter Tutorial | Google
#24 flutter widget list view builder.
New post on /r/flutterdev subreddit:
Best practice guidance for live streaming programming
https://www.youtube.com/watch?v=mGkuOQK3kAM&feature=youtu.be
October 29, 2019 at 06:21PM by MarkOSullivan
https://ift.tt/2PuTClY
Best practice guidance for live streaming programming
https://www.youtube.com/watch?v=mGkuOQK3kAM&feature=youtu.be
October 29, 2019 at 06:21PM by MarkOSullivan
https://ift.tt/2PuTClY
YouTube
Best practice guidance for live streaming programming
Have you ever wanted to share your programming knowledge with others in real-time? Join Yan Chen, a UX research intern on the Flutter team, as he shares his ...
New tweet from FlutterDev:
💡📽Tips for a successful livestream!
Share your programming knowledge to help others! Yan Chen, a UX research intern, shares his research results on best practices live-streaming code. Live code on your own stream using these tips!
Watch here → https://t.co/WsSUWwqfFU pic.twitter.com/8Dpr8iIh9N— Flutter (@FlutterDev) October 29, 2019
October 29, 2019 at 07:01PM
http://twitter.com/FlutterDev/status/1189240859700727810
💡📽Tips for a successful livestream!
Share your programming knowledge to help others! Yan Chen, a UX research intern, shares his research results on best practices live-streaming code. Live code on your own stream using these tips!
Watch here → https://t.co/WsSUWwqfFU pic.twitter.com/8Dpr8iIh9N— Flutter (@FlutterDev) October 29, 2019
October 29, 2019 at 07:01PM
http://twitter.com/FlutterDev/status/1189240859700727810
YouTube
Best practice guidance for live streaming programming
Have you ever wanted to share your programming knowledge with others in real-time? Join Yan Chen, a UX research intern on the Flutter team, as he shares his ...
New tweet from FlutterDev:
🗣We want to hear from your team! 🗣
Record a video about your Flutter app for a chance to be featured during our upcoming #FlutterInteract event. We 💙hearing your Flutter stories.
Details and instructions → https://t.co/xRJHv9UcIT pic.twitter.com/djFmUJpYuM— Flutter (@FlutterDev) October 29, 2019
October 29, 2019 at 08:32PM
http://twitter.com/FlutterDev/status/1189263746809643008
🗣We want to hear from your team! 🗣
Record a video about your Flutter app for a chance to be featured during our upcoming #FlutterInteract event. We 💙hearing your Flutter stories.
Details and instructions → https://t.co/xRJHv9UcIT pic.twitter.com/djFmUJpYuM— Flutter (@FlutterDev) October 29, 2019
October 29, 2019 at 08:32PM
http://twitter.com/FlutterDev/status/1189263746809643008
New post on /r/flutterdev subreddit:
Flutter - Netflix Redesign UI Concept
https://www.youtube.com/watch?v=c4pqeyS0Llg&feature=youtu.be
October 29, 2019 at 11:15PM by StevenDznr
https://ift.tt/34gyVyi
Flutter - Netflix Redesign UI Concept
https://www.youtube.com/watch?v=c4pqeyS0Llg&feature=youtu.be
October 29, 2019 at 11:15PM by StevenDznr
https://ift.tt/34gyVyi
YouTube
Flutter - Netflix Redesign UI Concept - Speed Coding
Flutter UI Speed Coding Design: https://dribbble.com/shots/6987253-Netflix-Redesign-App Code: https://github.com/stevendz/netflix_yt Music: https://www.youtu...
New post on /r/flutterdev subreddit:
[DevFest Sofia 2019] Flutter After Hello World by Jeroen Meijer
https://www.youtube.com/watch?v=oTROluPXoJM
October 29, 2019 at 10:02PM by Elixane
https://ift.tt/34iTCJX
[DevFest Sofia 2019] Flutter After Hello World by Jeroen Meijer
https://www.youtube.com/watch?v=oTROluPXoJM
October 29, 2019 at 10:02PM by Elixane
https://ift.tt/34iTCJX
YouTube
[DevFest Sofia 2019] Flutter After Hello World by Jeroen Meijer
Flutter After Hello World You got Flutter installed and have successfully made your first project, maybe a counter example or a project of your own. But what...
New post on /r/flutterdev subreddit:
Responsive Builder: A set of widgets to make responsive UI building in flutter more readable
https://ift.tt/2NofegX
October 29, 2019 at 09:58PM by Elixane
https://ift.tt/2otjljv
Responsive Builder: A set of widgets to make responsive UI building in flutter more readable
https://ift.tt/2NofegX
October 29, 2019 at 09:58PM by Elixane
https://ift.tt/2otjljv
GitHub
FilledStacks/responsive_builder
A set of widgets to make responsive UI building in flutter more readable - FilledStacks/responsive_builder
New post on Flutter Dev Google group:
I am having a problem with SingleChildScrollView containing a Expanded widget.
I am new to Flutter but not to programing. My first app has a login of course. The login screen was just as I wanted it but the keyboard covered the bottom half. I looked it up and found I needed to surround it with SingleChildScrollView. After many attempts I managed to get it to compile and
October 30, 2019 at 01:17AM by John Hart
https://ift.tt/2q6JJjn
I am having a problem with SingleChildScrollView containing a Expanded widget.
I am new to Flutter but not to programing. My first app has a login of course. The login screen was just as I wanted it but the keyboard covered the bottom half. I looked it up and found I needed to surround it with SingleChildScrollView. After many attempts I managed to get it to compile and
October 30, 2019 at 01:17AM by John Hart
https://ift.tt/2q6JJjn
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:
Problems understanding Sqflite with flutter
Hi, i'm beggining to understand dart:flutter, and to practice i already created a CRUD with flutter, but now i want to make a offline Login with Sqflite but theres no tutorial that answer this simple question for me: my idea for this is to create the usual db with the table for user, and the attributes username and password, and the corresponding model, the login screen will be the typical UI with the text box for insert the username and the password and the login button, so this is the thing: how can i make the app, that when the user press the login button, it searchs if the username and the password introduced by the user matches some on the table user of the database, and, if it matches someone (the login succeeds) it navigates to another screen, and, if it not find a match (the login fails) then it shows an error message.
October 30, 2019 at 12:41AM by Squall322
https://ift.tt/34hwGdJ
Problems understanding Sqflite with flutter
Hi, i'm beggining to understand dart:flutter, and to practice i already created a CRUD with flutter, but now i want to make a offline Login with Sqflite but theres no tutorial that answer this simple question for me: my idea for this is to create the usual db with the table for user, and the attributes username and password, and the corresponding model, the login screen will be the typical UI with the text box for insert the username and the password and the login button, so this is the thing: how can i make the app, that when the user press the login button, it searchs if the username and the password introduced by the user matches some on the table user of the database, and, if it matches someone (the login succeeds) it navigates to another screen, and, if it not find a match (the login fails) then it shows an error message.
October 30, 2019 at 12:41AM by Squall322
https://ift.tt/34hwGdJ
reddit
Problems understanding Sqflite with flutter
Hi, i'm beggining to understand dart:flutter, and to practice i already created a CRUD with flutter, but now i want to make a offline Login with...
New post on /r/flutterdev subreddit:
How to use the Flutter Share plugin
https://www.youtube.com/watch?v=K2HXYGVOTRY
October 30, 2019 at 06:00AM by Paulhal
https://ift.tt/2BWDJN8
How to use the Flutter Share plugin
https://www.youtube.com/watch?v=K2HXYGVOTRY
October 30, 2019 at 06:00AM by Paulhal
https://ift.tt/2BWDJN8
YouTube
How to use the Flutter Share Plugin
Let's take a dive and learn how to use the Flutter Share Plugin! I wrote an article for this over at Alligator: https://alligator.io/flutter/share-plugin/
Become a Patreon! Your continued support enables me to continue creating free content: https://www…
Become a Patreon! Your continued support enables me to continue creating free content: https://www…
New post on /r/flutterdev subreddit:
FlutterVN newsletter #1
https://ift.tt/330fqJT
October 30, 2019 at 08:23AM by anticafe
https://ift.tt/2N1CNgN
FlutterVN newsletter #1
https://ift.tt/330fqJT
October 30, 2019 at 08:23AM by anticafe
https://ift.tt/2N1CNgN
Medium
FlutterVN newsletter #1
FlutterVN newsletter #1
New post on /r/flutterdev subreddit:
Error reporting in Flutter: state of the art and setup example
https://ift.tt/2WpNtbW
October 30, 2019 at 08:13AM by yassinec
https://ift.tt/2PwLtNE
Error reporting in Flutter: state of the art and setup example
https://ift.tt/2WpNtbW
October 30, 2019 at 08:13AM by yassinec
https://ift.tt/2PwLtNE
blog.bam.tech
Error Reporting in Flutter
What's the current state of art in Flutter error reporting? Let's see how to quickly set up reliable error and crash reporting for your Flutter app.
New post on /r/flutterdev subreddit:
Flutter New Login Interface UI (2-in-1) | Speed Code | GitHub Link
https://www.youtube.com/watch?v=Rjv2_XLO_X4
October 30, 2019 at 08:40AM by maadhav2001
https://ift.tt/2WoEc3W
Flutter New Login Interface UI (2-in-1) | Speed Code | GitHub Link
https://www.youtube.com/watch?v=Rjv2_XLO_X4
October 30, 2019 at 08:40AM by maadhav2001
https://ift.tt/2WoEc3W
YouTube
Flutter New Login Interface UI (2-in-1) | Speed Code | GitHub Link
👨💻Source Code: https://github.com/Maadhav/flutter-login-ui-concept
💮Design credit: https://www.uplabs.com/hoangpts
✌Subscribe to CodeDecoders: http://bit.ly/CodeDecoders
💕Hope you liked and understood the video.
📷My Instagram: https://www.instagram.…
💮Design credit: https://www.uplabs.com/hoangpts
✌Subscribe to CodeDecoders: http://bit.ly/CodeDecoders
💕Hope you liked and understood the video.
📷My Instagram: https://www.instagram.…
New post on /r/flutterdev subreddit:
Alice | Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
https://ift.tt/2BWCVI4
October 30, 2019 at 10:05AM by EngineerScientist
https://ift.tt/2WvEfuP
Alice | Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
https://ift.tt/2BWCVI4
October 30, 2019 at 10:05AM by EngineerScientist
https://ift.tt/2WvEfuP
GitHub
jhomlala/alice
HTTP Inspector for Flutter. Contribute to jhomlala/alice development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
How would you realise this in Flutter? (Beginner)
Hello dear FlutterDev community,I am currently developing apps for a case study and I already finished this exact UI in React Native, now its Flutters turn. How would you go about creating this UI (tab bar, etc)? What would you recommend me to use? I see theres Cupertino and Material "themeing" in Flutter. But the elements I use in this UI should neither look very Material Design like nor like native Apple UI components (maybe except for the tab bar?). Am I right in thinking that I have to create my own Widgets so that it'll look like this? Or should I just go with Material and adjust the widgets to kinda look like the components in the mockup screens?https://imgur.com/HZVZ1AqPS: I've got like 2 more months to realise this, do you think its possible? Its not a very complex app, however should definitely work on iOS and Android (the React Native app was done in around 1 1/2 weeks without any big React Native background).All the best and thanks in advance!
October 30, 2019 at 11:08AM by flexinlikejackson
https://ift.tt/335hvEE
How would you realise this in Flutter? (Beginner)
Hello dear FlutterDev community,I am currently developing apps for a case study and I already finished this exact UI in React Native, now its Flutters turn. How would you go about creating this UI (tab bar, etc)? What would you recommend me to use? I see theres Cupertino and Material "themeing" in Flutter. But the elements I use in this UI should neither look very Material Design like nor like native Apple UI components (maybe except for the tab bar?). Am I right in thinking that I have to create my own Widgets so that it'll look like this? Or should I just go with Material and adjust the widgets to kinda look like the components in the mockup screens?https://imgur.com/HZVZ1AqPS: I've got like 2 more months to realise this, do you think its possible? Its not a very complex app, however should definitely work on iOS and Android (the React Native app was done in around 1 1/2 weeks without any big React Native background).All the best and thanks in advance!
October 30, 2019 at 11:08AM by flexinlikejackson
https://ift.tt/335hvEE
New post on /r/flutterdev subreddit:
What's revolutionary about Flutter
https://ift.tt/2NnPbGO
October 30, 2019 at 12:56PM by citrusleafin
https://ift.tt/31W0N91
What's revolutionary about Flutter
https://ift.tt/2NnPbGO
October 30, 2019 at 12:56PM by citrusleafin
https://ift.tt/31W0N91
FlutterHub
What's revolutionary about Flutter - FlutterHub
Flutter ever since its inception has been the talk of the town for all the good reasons. In its journey so far, Flutter was quick to create a huge fan base for itself in a…
New post on /r/flutterdev subreddit:
Flutter Design Patterns: An overview of the Template Method design pattern and its implementation in Dart and Flutter
https://ift.tt/2JBd0K5
October 30, 2019 at 02:27PM by mkobuolys
https://ift.tt/36kagdW
Flutter Design Patterns: An overview of the Template Method design pattern and its implementation in Dart and Flutter
https://ift.tt/2JBd0K5
October 30, 2019 at 02:27PM by mkobuolys
https://ift.tt/36kagdW
Medium
Flutter Design Patterns: 3 — Template Method
An overview of the Template Method design pattern and its implementation in Dart and Flutter
New post on /r/flutterdev subreddit:
Convention for widget field visibility in Flutter
In Dart, private visibility is indicated with a leading underscore. Is there a convention on whether or not to make the fields of Flutter widgets private? I would normally seek to encapsulate classes, but the underscore convention does increase the boilerplate around constructors, and you don't seem to generally get hold of widget instances and interact with them from user code very often, so the need for clear boundaries is perhaps less crucial.
October 30, 2019 at 03:44PM by DangerousStick2
https://ift.tt/36kVB1S
Convention for widget field visibility in Flutter
In Dart, private visibility is indicated with a leading underscore. Is there a convention on whether or not to make the fields of Flutter widgets private? I would normally seek to encapsulate classes, but the underscore convention does increase the boilerplate around constructors, and you don't seem to generally get hold of widget instances and interact with them from user code very often, so the need for clear boundaries is perhaps less crucial.
October 30, 2019 at 03:44PM by DangerousStick2
https://ift.tt/36kVB1S
reddit
Convention for widget field visibility in Flutter
In Dart, private visibility is indicated with a leading underscore. Is there a convention on whether or not to make the fields of Flutter widgets...
New post on /r/flutterdev subreddit:
Shoppers - Flutter eCommerce app with firebase, stripe and Razorpay
https://www.youtube.com/watch?v=mjHR4qkXRSc
October 30, 2019 at 03:15PM by hathtech
https://ift.tt/2WqX0iS
Shoppers - Flutter eCommerce app with firebase, stripe and Razorpay
https://www.youtube.com/watch?v=mjHR4qkXRSc
October 30, 2019 at 03:15PM by hathtech
https://ift.tt/2WqX0iS
YouTube
Shoppers - Flutter eCommerce app with firebase, stripe, Razorpay, and Admin Dashboard
You can download it - https://1.envato.market/07QmM
Subscribe to our channel for more items like this.
Shoppers – Flutter E-Commerce App using Firebase, Stripe, and Razorpay.
Buy me a coffee: https://www.buymeacoffee.com/rajababu3
Looking for help with…
Subscribe to our channel for more items like this.
Shoppers – Flutter E-Commerce App using Firebase, Stripe, and Razorpay.
Buy me a coffee: https://www.buymeacoffee.com/rajababu3
Looking for help with…
New post on /r/flutterdev subreddit:
How to — A “dismiss up” flutter animation
https://ift.tt/2BUv0Lf
October 30, 2019 at 04:24PM by Elixane
https://ift.tt/2MZTp8I
How to — A “dismiss up” flutter animation
https://ift.tt/2BUv0Lf
October 30, 2019 at 04:24PM by Elixane
https://ift.tt/2MZTp8I
Medium
How to: A “dismiss up” flutter animation
A quick guide with code