New post on /r/flutterdev subreddit:
FCC: Forms in Flutter - Part 1
Check out my latest YouTube video, "Forms in Flutter: Part 1" where we cover:- Form, TextFormField, Switch and CheckboxListTile- Structuring our code- Validating and savinghttp://youtu.be/54L3DOm6MTo+ blog post: https://goo.gl/zKw5ai+ full module: http://goo.gl/AjSURiTo get updates for more content you can follow me here: https://twitter.com/seenickcode
February 28, 2019 at 04:38PM by seenickcode
https://ift.tt/2UemgXY
FCC: Forms in Flutter - Part 1
Check out my latest YouTube video, "Forms in Flutter: Part 1" where we cover:- Form, TextFormField, Switch and CheckboxListTile- Structuring our code- Validating and savinghttp://youtu.be/54L3DOm6MTo+ blog post: https://goo.gl/zKw5ai+ full module: http://goo.gl/AjSURiTo get updates for more content you can follow me here: https://twitter.com/seenickcode
February 28, 2019 at 04:38PM by seenickcode
https://ift.tt/2UemgXY
YouTube
Realistic Forms in Flutter: Part 1
We'll cover the basics of Forms in Flutter, with text fields, a switch and checkbox controls.
Check out more videos at https://fluttercrashcourse.com
Check out more videos at https://fluttercrashcourse.com
New post on Flutter Dev Google group:
wanting to learn how to develop a new app
Wanting to try my hand at developing an app where people login and can search on local bowls comps and enter them via the app....Is flutter easy to install and use...I have it installed with Android Studio but cant get any emulator to show a test app. Thanks Stu
March 01, 2019 at 10:09AM by Stuart Aspinall
https://ift.tt/2Sz6wgo
wanting to learn how to develop a new app
Wanting to try my hand at developing an app where people login and can search on local bowls comps and enter them via the app....Is flutter easy to install and use...I have it installed with Android Studio but cant get any emulator to show a test app. Thanks Stu
March 01, 2019 at 10:09AM by Stuart Aspinall
https://ift.tt/2Sz6wgo
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:
Decode jwt payload.
Hello, in any language it is possible to perform the base64 decode of a string simply and easily. For some obscure reason, dart can not do this operation. This simple code separates the payload from the rest of the token and then does the decode. String getTokenPayload (String token) {
March 01, 2019 at 11:54AM by Cesar Porto
https://ift.tt/2TaKtC3
Decode jwt payload.
Hello, in any language it is possible to perform the base64 decode of a string simply and easily. For some obscure reason, dart can not do this operation. This simple code separates the payload from the rest of the token and then does the decode. String getTokenPayload (String token) {
March 01, 2019 at 11:54AM by Cesar Porto
https://ift.tt/2TaKtC3
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:
Realistic Forms in Flutter — Part 1
https://ift.tt/2C0tvLZ
March 01, 2019 at 11:25AM by MainaWycliffe
https://ift.tt/2EFSs11
Realistic Forms in Flutter — Part 1
https://ift.tt/2C0tvLZ
March 01, 2019 at 11:25AM by MainaWycliffe
https://ift.tt/2EFSs11
Medium
Realistic Forms in Flutter — Part 1
Form, Text Fields, Switches and Checkboxes in Flutter
New post on /r/flutterdev subreddit:
Flutter Plugin to check and ask for Notification Permissions on Android and iOS
https://ift.tt/2VzwRNx
March 01, 2019 at 11:15AM by Vanethos
https://ift.tt/2VvPphv
Flutter Plugin to check and ask for Notification Permissions on Android and iOS
https://ift.tt/2VzwRNx
March 01, 2019 at 11:15AM by Vanethos
https://ift.tt/2VvPphv
Dart Packages
notification_permisions | Flutter Package
notification_permisions Flutter and Dart package - A plugin to check and ask for notification permissions on Android and iOS
New post on /r/flutterdev subreddit:
What is a provider in Flutter?
I watched a lot of Flutter tutorials, and everyone is using some kind of "provider". But what is this provider? Is it some kind of pattern, model, etc. ? If I search for provider in flutter docs I find a bunch of classes named provider, but no actual page explaining this concept, like for e.g. services page on angular documentation.
March 01, 2019 at 09:55AM by 1Houser1
https://ift.tt/2IHo4Y9
What is a provider in Flutter?
I watched a lot of Flutter tutorials, and everyone is using some kind of "provider". But what is this provider? Is it some kind of pattern, model, etc. ? If I search for provider in flutter docs I find a bunch of classes named provider, but no actual page explaining this concept, like for e.g. services page on angular documentation.
March 01, 2019 at 09:55AM by 1Houser1
https://ift.tt/2IHo4Y9
reddit
r/FlutterDev - What is a provider in Flutter?
2 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
How to generate Authentication code for S3 Bucket in Dart Flutter?
Please answer these two questions. *How to get Image from S3 Bucket in Flutter? < https://stackoverflow.com/questions/54940407/how-to-get-image-from-s3-bucket-in-flutter >* https://ift.tt/2ECWQh6 *How to generate an Authentication code for S3 Bucket in Dart Flutter* <<br>
March 01, 2019 at 12:31PM by Bhanuka Isuru
https://ift.tt/2Vt17JB
How to generate Authentication code for S3 Bucket in Dart Flutter?
Please answer these two questions. *How to get Image from S3 Bucket in Flutter? < https://stackoverflow.com/questions/54940407/how-to-get-image-from-s3-bucket-in-flutter >* https://ift.tt/2ECWQh6 *How to generate an Authentication code for S3 Bucket in Dart Flutter* <<br>
March 01, 2019 at 12:31PM by Bhanuka Isuru
https://ift.tt/2Vt17JB
New post on /r/flutterdev subreddit:
Heads-up for rn or js developer moving to flutter
Simply wants to share my experience when I first tried react native coming from web dev and now using flutter.It was faster to start working with react native coz it's mostly js on mobile, web n backend.For prototype app, it was faster to start working in react native. Again, because it's just JavaScript.In react native u would try to find 3rd party packages first before writing your own. Reverse is true for flutter. Flutter already has many out of the box packages called widgets.Flutter is MUCH quicker n easier but only AFTER you refreshed OOP and master the Dart language. It may takes months and if u are a web dev, chances are you still need js for backend. So, dart n js will fight in your brain.Just like the early days of react native, good luck trying to convince your manager to start using flutter.We have seen react native grows big and causes bigger headache when packages broken and things just need a lot of fixes every time a new version was released. I can only hope it won't happen in flutter.Last but not least, read the official doc n watch the official tutorial FIRST before watching flutter fans tutorials. Y? Because most will write codes based on where they come from. It's gonna make your head spin hahaha
March 01, 2019 at 01:27PM by alorgajah
https://ift.tt/2UePeHb
Heads-up for rn or js developer moving to flutter
Simply wants to share my experience when I first tried react native coming from web dev and now using flutter.It was faster to start working with react native coz it's mostly js on mobile, web n backend.For prototype app, it was faster to start working in react native. Again, because it's just JavaScript.In react native u would try to find 3rd party packages first before writing your own. Reverse is true for flutter. Flutter already has many out of the box packages called widgets.Flutter is MUCH quicker n easier but only AFTER you refreshed OOP and master the Dart language. It may takes months and if u are a web dev, chances are you still need js for backend. So, dart n js will fight in your brain.Just like the early days of react native, good luck trying to convince your manager to start using flutter.We have seen react native grows big and causes bigger headache when packages broken and things just need a lot of fixes every time a new version was released. I can only hope it won't happen in flutter.Last but not least, read the official doc n watch the official tutorial FIRST before watching flutter fans tutorials. Y? Because most will write codes based on where they come from. It's gonna make your head spin hahaha
March 01, 2019 at 01:27PM by alorgajah
https://ift.tt/2UePeHb
reddit
r/FlutterDev - Heads-up for rn or js developer moving to flutter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to get a context for Navigator in Widget initState()?
https://ift.tt/2NB3Hut
March 01, 2019 at 01:33PM by il_doc
https://ift.tt/2GRswBJ
How to get a context for Navigator in Widget initState()?
https://ift.tt/2NB3Hut
March 01, 2019 at 01:33PM by il_doc
https://ift.tt/2GRswBJ
Stack Overflow
How to get a context for Navigator in Widget initState()?
I want my app to work offline without a user set, and asking for a login when connectivity is back
en excerpt of the code I'm trying:
class _MyAppState extends State {
@override
...
en excerpt of the code I'm trying:
class _MyAppState extends State {
@override
...
New post on /r/flutterdev subreddit:
Sharing Data in Flutter: InheritedModel vs InheritedWidget
https://ift.tt/2T7fI0Q
March 01, 2019 at 04:12PM by Elixane
https://ift.tt/2EntHFq
Sharing Data in Flutter: InheritedModel vs InheritedWidget
https://ift.tt/2T7fI0Q
March 01, 2019 at 04:12PM by Elixane
https://ift.tt/2EntHFq
Flutter Institute
Sharing Data in Flutter: InheritedModel vs InheritedWidget
An InheritedModel is a way of sharing data across your whole app. The subscribing widget has some control over when it updates, and can be intelligently notified of those updates only when data it cares about has been changed.
New post on Flutter Dev Google group:
Webview Flutter : Is it possible to apply a transparent background
Hi, I'm trying to display a webview in my widget tree but I would like the background color to be transparent instead of white. I tried using webView.setBackgroundColor(0x00000000) direcly inside FlutterWebView.java without success. I'm using : https://ift.tt/2SfExCy
March 01, 2019 at 06:19PM by Marc-André Lanteigne
https://ift.tt/2VtXUJN
Webview Flutter : Is it possible to apply a transparent background
Hi, I'm trying to display a webview in my widget tree but I would like the background color to be transparent instead of white. I tried using webView.setBackgroundColor(0x00000000) direcly inside FlutterWebView.java without success. I'm using : https://ift.tt/2SfExCy
March 01, 2019 at 06:19PM by Marc-André Lanteigne
https://ift.tt/2VtXUJN
Dart Packages
webview_flutter | Flutter Package
webview_flutter Flutter and Dart package - A Flutter plugin that provides a WebView widget on Android and iOS.
New post on Flutter Dev Google group:
slack group
What was the slack group for flutter ? 2. after today update more conflict between Center and Placeholder Widgets ?
March 01, 2019 at 06:37PM by Bambang Soetanto
https://ift.tt/2tKMkOA
slack group
What was the slack group for flutter ? 2. after today update more conflict between Center and Placeholder Widgets ?
March 01, 2019 at 06:37PM by Bambang Soetanto
https://ift.tt/2tKMkOA
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 2019: Securing your Flutter Apps Part - 1 | Prevent Screenshot etc
https://youtu.be/iVNTTX5GrUc
March 01, 2019 at 07:29PM by imthepk
https://ift.tt/2IMi9kq
Flutter 2019: Securing your Flutter Apps Part - 1 | Prevent Screenshot etc
https://youtu.be/iVNTTX5GrUc
March 01, 2019 at 07:29PM by imthepk
https://ift.tt/2IMi9kq
YouTube
Flutter 2019: Securing your Flutter Apps Part - 1 | Prevent Screenshot etc
In this video, I will explain how to secure your flutter app in multiple ways. This is just part 1.
#Trending #Flutter #Security
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/Flutter-UI-Kit
Article…
#Trending #Flutter #Security
Please give stars for this project on git and like the video.
Source Code - https://github.com/iampawan/Flutter-UI-Kit
Article…
New tweet from flutterio:
Power Predictor, the fantasy 🏏🏀 game score prediction app from @Dream11 was created by three developers in two days with Flutter to enhance the user sports experience!
Watch here to learn more → https://t.co/I6le9tNciU pic.twitter.com/kOReKSsITM— Flutter (@flutterio) March 1, 2019
March 01, 2019 at 09:08PM
http://twitter.com/flutterio/status/1101574968972886017
Power Predictor, the fantasy 🏏🏀 game score prediction app from @Dream11 was created by three developers in two days with Flutter to enhance the user sports experience!
Watch here to learn more → https://t.co/I6le9tNciU pic.twitter.com/kOReKSsITM— Flutter (@flutterio) March 1, 2019
March 01, 2019 at 09:08PM
http://twitter.com/flutterio/status/1101574968972886017
X (formerly Twitter)
Dream11 (@Dream11) on X
Dream11 is India’s biggest Fantasy Sports platform with 20 Crore+ users offering 11 different sports.
New tweet from flutterio:
See how @Dream11, with over 50M+ users, built and shipped their Power Predictor 🏏🏀 app using #Flutter with just three developers!
Watch here → https://t.co/xIkq7E3nZ6 pic.twitter.com/Tt1MlH90n0— Flutter (@flutterio) March 1, 2019
March 01, 2019 at 10:44PM
http://twitter.com/flutterio/status/1101599017392357376
See how @Dream11, with over 50M+ users, built and shipped their Power Predictor 🏏🏀 app using #Flutter with just three developers!
Watch here → https://t.co/xIkq7E3nZ6 pic.twitter.com/Tt1MlH90n0— Flutter (@flutterio) March 1, 2019
March 01, 2019 at 10:44PM
http://twitter.com/flutterio/status/1101599017392357376
X (formerly Twitter)
Dream11 (@Dream11) on X
Dream11 is India’s biggest Fantasy Sports platform with 20 Crore+ users offering 11 different sports.
New post on Flutter Dev Google group:
Bloc data isn't persistent
Hi guys, I'm new with flutter and i'm trying to develop something with an api that a friend have developed for me. I don't know why but every time that i change the screen on my flutter app, bloc rebuild itself. Can you help me please? this is my repo with the code: https://ift.tt/2EJO01r
March 02, 2019 at 01:31PM by gabriele de trane
https://ift.tt/2VzIELJ
Bloc data isn't persistent
Hi guys, I'm new with flutter and i'm trying to develop something with an api that a friend have developed for me. I don't know why but every time that i change the screen on my flutter app, bloc rebuild itself. Can you help me please? this is my repo with the code: https://ift.tt/2EJO01r
March 02, 2019 at 01:31PM by gabriele de trane
https://ift.tt/2VzIELJ
New post on Flutter Dev Google group:
How to implement onTap function for Grids in Gridview in flutter
I want to achieve navigations from Gridview page to different Grid Pages. I don't understand how to do that. How to use index to trigger ontap function. Please Somebody make me understand. the code as follows, import 'package:flutter/material.dart'; import 'package:funda_faisal/constants/constant
March 02, 2019 at 02:13PM by Utsabdeep Ray
https://ift.tt/2Er72bg
How to implement onTap function for Grids in Gridview in flutter
I want to achieve navigations from Gridview page to different Grid Pages. I don't understand how to do that. How to use index to trigger ontap function. Please Somebody make me understand. the code as follows, import 'package:flutter/material.dart'; import 'package:funda_faisal/constants/constant
March 02, 2019 at 02:13PM by Utsabdeep Ray
https://ift.tt/2Er72bg
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:
When to use flutter key? https://www.youtube.com/watch?v=kn0EOS-ZiIc
https://www.youtube.com/watch?v=kn0EOS-ZiIc I watched this flutter, I am confused with that why stateless don't need key and also right reused? and stateless just will don't reused forever? if that,why stateless have a key property?
March 02, 2019 at 02:13PM by liutia...@gmail.com
https://ift.tt/2Td4PdE
When to use flutter key? https://www.youtube.com/watch?v=kn0EOS-ZiIc
https://www.youtube.com/watch?v=kn0EOS-ZiIc I watched this flutter, I am confused with that why stateless don't need key and also right reused? and stateless just will don't reused forever? if that,why stateless have a key property?
March 02, 2019 at 02:13PM by liutia...@gmail.com
https://ift.tt/2Td4PdE
YouTube
When to Use Keys - Flutter Widgets 101 Ep. 4
In this episode, you will learn about key parameters on widgets: when you need keys, where to put keys in your widget tree, and which key is right for you. More specifically, you'll learn about he nuances of how keys work, discern when to use keys in your…
New post on Flutter Dev Google group:
plugin error after AndroidX migration
Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is
March 02, 2019 at 02:43PM by Nidhin Mahesh
https://ift.tt/2Erda3g
plugin error after AndroidX migration
Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is
March 02, 2019 at 02:43PM by Nidhin Mahesh
https://ift.tt/2Erda3g
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 do i create a Iphone device to run flutter app in Android studio
, am following the "The Boring Flutter". i saw the developers running it in first episode but couldnt find out how.
March 02, 2019 at 12:49PM by sujayssa13
https://ift.tt/2Vz0jTQ
how do i create a Iphone device to run flutter app in Android studio
, am following the "The Boring Flutter". i saw the developers running it in first episode but couldnt find out how.
March 02, 2019 at 12:49PM by sujayssa13
https://ift.tt/2Vz0jTQ
reddit
r/FlutterDev - how do i create a Iphone device to run flutter app in Android studio
1 vote and 6 comments so far on Reddit