New post on /r/flutterdev subreddit:
Has anyone tried flutter web with firebase.
Hi just curious if anyone has tried it yet. < I mean, other than just making api calls >
May 16, 2019 at 12:39AM by drunkengranite
http://bit.ly/2w1meZ6
Has anyone tried flutter web with firebase.
Hi just curious if anyone has tried it yet. < I mean, other than just making api calls >
May 16, 2019 at 12:39AM by drunkengranite
http://bit.ly/2w1meZ6
reddit
r/FlutterDev - Has anyone tried flutter web with firebase.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
An offline OCR library?
Hello guys, would it be possible to implement a camera viewfinder which would snap a picture and read a text from the picture using OCR? I have looked at firebase but I require an offline service.Thanks
May 16, 2019 at 01:08AM by topna
http://bit.ly/2Envz1Z
An offline OCR library?
Hello guys, would it be possible to implement a camera viewfinder which would snap a picture and read a text from the picture using OCR? I have looked at firebase but I require an offline service.Thanks
May 16, 2019 at 01:08AM by topna
http://bit.ly/2Envz1Z
reddit
r/FlutterDev - An offline OCR library?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter is unmounting my stateful widget with wantKeepAlive overridden to true - any suggestions?
I have a tabbed Flutter interface using the DefaultTabController with 3 pages, each a stateful widget. I seem to be able to switch between the first two tabs just fine, but when I tab to the 3rd page the state object for the first page gets disposed. Subsequent state updates (using setState())
May 16, 2019 at 01:31AM by Keith Allen
http://bit.ly/2E80hvx
Flutter is unmounting my stateful widget with wantKeepAlive overridden to true - any suggestions?
I have a tabbed Flutter interface using the DefaultTabController with 3 pages, each a stateful widget. I seem to be able to switch between the first two tabs just fine, but when I tab to the 3rd page the state object for the first page gets disposed. Subsequent state updates (using setState())
May 16, 2019 at 01:31AM by Keith Allen
http://bit.ly/2E80hvx
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:
TextField with TextInputFormatter
Hello, I am in need of some assistance.I am using a TextInputFormatter to format a phone number in a TextField:new Container(
child: new TextField(decoration: const InputDecoration(labelText: 'Physician Phone'),
controller: physPhoneCtrl,
maxLength: 14,
keyboardType: TextInputType.text,
inputFormatters: <TextInputFormatter> [
WhitelistingTextInputFormatter.digitsOnly,
// Fit the validation format
_phoneFormatter],
onChanged: (val) {setState(() { physicians[index].physician_phone = val; });},
),
),I have a controller that sets the text when we get info from our api. If I type in the text field it formats the phone but upon receiving data and setting controller.text to the data it does not format the number until I type in the field. Is there a way to make it format the phone number without having to type in the field first?
May 16, 2019 at 01:55AM by pandamodelo
http://bit.ly/2WH4wWi
TextField with TextInputFormatter
Hello, I am in need of some assistance.I am using a TextInputFormatter to format a phone number in a TextField:new Container(
child: new TextField(decoration: const InputDecoration(labelText: 'Physician Phone'),
controller: physPhoneCtrl,
maxLength: 14,
keyboardType: TextInputType.text,
inputFormatters: <TextInputFormatter> [
WhitelistingTextInputFormatter.digitsOnly,
// Fit the validation format
_phoneFormatter],
onChanged: (val) {setState(() { physicians[index].physician_phone = val; });},
),
),I have a controller that sets the text when we get info from our api. If I type in the text field it formats the phone but upon receiving data and setting controller.text to the data it does not format the number until I type in the field. Is there a way to make it format the phone number without having to type in the field first?
May 16, 2019 at 01:55AM by pandamodelo
http://bit.ly/2WH4wWi
reddit
r/FlutterDev - TextField with TextInputFormatter
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Custom Startup Logic in Flutter - Show Different Screens on Startup
http://bit.ly/2Q9rtPE
May 16, 2019 at 05:34AM by Filledstacks
http://bit.ly/2Hnl6oX
Custom Startup Logic in Flutter - Show Different Screens on Startup
http://bit.ly/2Q9rtPE
May 16, 2019 at 05:34AM by Filledstacks
http://bit.ly/2Hnl6oX
Filledstacks
Custom Startup Logic in Flutter
Show different views on startup when a user has logged in or completed a signup.
New post on /r/flutterdev subreddit:
Flutter Developer Interview, Google I/O 2019 - Frederik Schweiger
https://www.youtube.com/watch?v=BP17dMF5Rhc
May 16, 2019 at 06:21AM by whatsupcoders
http://bit.ly/2HrQIJ1
Flutter Developer Interview, Google I/O 2019 - Frederik Schweiger
https://www.youtube.com/watch?v=BP17dMF5Rhc
May 16, 2019 at 06:21AM by whatsupcoders
http://bit.ly/2HrQIJ1
YouTube
Flutter Developer Interview, Google I/O 2019 - Frederik Schweiger
Flutter Developer Interview, Google I/O 2019 - Frederik Schweiger Frederik Schweiger - FOUNDER, FLUTTER.SCHOOL An interesting interview from an experienced F...
New post on Flutter Dev Google group:
Regarding Offline Storage
Hi I have an doubt regarding Offline Storage.May i know which is the best practice to store the downloaded files either in flutter SQFLite or Native Storage SQLite. And also want to Know about how to unzip the downloaded file and also creating folder with Path for that Downloaded file in
May 16, 2019 at 07:42AM by Rajkumar Garikapati
http://bit.ly/2VrseEL
Regarding Offline Storage
Hi I have an doubt regarding Offline Storage.May i know which is the best practice to store the downloaded files either in flutter SQFLite or Native Storage SQLite. And also want to Know about how to unzip the downloaded file and also creating folder with Path for that Downloaded file in
May 16, 2019 at 07:42AM by Rajkumar Garikapati
http://bit.ly/2VrseEL
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:
dashed_container | Flutter plugin to create dashed line around widgets.
https://pub.dev/packages/dashed_container/
May 16, 2019 at 09:33AM by phucgaoxam
http://bit.ly/2YsIZRy
dashed_container | Flutter plugin to create dashed line around widgets.
https://pub.dev/packages/dashed_container/
May 16, 2019 at 09:33AM by phucgaoxam
http://bit.ly/2YsIZRy
Dart packages
dashed_container | Flutter Package
A Dashed Container plugin for Flutter, easy to implement dashed line for your widgets.
New post on /r/flutterdev subreddit:
Can someone please tell me how to add "space" check in email adress? I have tried email.contains("") bt it didnt worked.
No text found
May 16, 2019 at 09:02AM by amg_2014
http://bit.ly/2JoTOB0
Can someone please tell me how to add "space" check in email adress? I have tried email.contains("") bt it didnt worked.
No text found
May 16, 2019 at 09:02AM by amg_2014
http://bit.ly/2JoTOB0
reddit
r/FlutterDev - Can someone please tell me how to add "space" check in email adress? I have tried email.contains("") bt it didnt…
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
InjectorIO - Dependency Injection for Flutter
http://bit.ly/2Hqyl8B
May 16, 2019 at 10:59AM by PedroMassango
http://bit.ly/2Yx9jKE
InjectorIO - Dependency Injection for Flutter
http://bit.ly/2Hqyl8B
May 16, 2019 at 10:59AM by PedroMassango
http://bit.ly/2Yx9jKE
GitHub
pedromassango/injector_io
InjectorIO - Dependency Injection for Flutter. Contribute to pedromassango/injector_io development by creating an account on GitHub.
New post on Flutter Dev Google group:
flutter 'share' plugin data sharing issue via whatsapp
I am using flutter 'Share' plugin in my app to share the content via platform like whats app , gmail etc. When I am trying to send the more data to via gmail, it's working properly but via whats app, only some portion of the data gets send. The variable StrBuffer contains sample text data. If
May 16, 2019 at 11:58AM by PRAVIN MARATHE
http://bit.ly/2Yr3Dl8
flutter 'share' plugin data sharing issue via whatsapp
I am using flutter 'Share' plugin in my app to share the content via platform like whats app , gmail etc. When I am trying to send the more data to via gmail, it's working properly but via whats app, only some portion of the data gets send. The variable StrBuffer contains sample text data. If
May 16, 2019 at 11:58AM by PRAVIN MARATHE
http://bit.ly/2Yr3Dl8
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’s Inside material.dart #1
http://bit.ly/2Vp1u7K
May 16, 2019 at 11:52AM by Purple_Pizzazz
http://bit.ly/2VHwR2q
What’s Inside material.dart #1
http://bit.ly/2Vp1u7K
May 16, 2019 at 11:52AM by Purple_Pizzazz
http://bit.ly/2VHwR2q
Medium
What’s Inside material.dart #1 — Flutter
In this article we discuss regarding about.dart and animated_icons.dart lets learn it together
New post on /r/flutterdev subreddit:
Not a nonsense example of a web application with Flutter and Dart.
http://bit.ly/30ooE1F
May 16, 2019 at 11:46AM by djminikin
http://bit.ly/2LPmYuW
Not a nonsense example of a web application with Flutter and Dart.
http://bit.ly/30ooE1F
May 16, 2019 at 11:46AM by djminikin
http://bit.ly/2LPmYuW
Medium
Not a nonsense example of a web application with Flutter and Dart.
One week ago Google presented Flutter for web. This week I had a few hours to build a simple but not a nonsense web application, deploy it…
New post on Flutter Dev Google group:
can't set state to list
I am creating a quiz app. In the app I have symbols (emojis) that per default are a blue dot (kept in a List emojis[]). If the user answers correct, the emoji turns green, and for wrong answer the emoji turns red. To test this I made a very simple app and everything worked as it should. But
May 16, 2019 at 01:18PM by Battleaxes
http://bit.ly/2Eel6pc
can't set state to list
I am creating a quiz app. In the app I have symbols (emojis) that per default are a blue dot (kept in a List emojis[]). If the user answers correct, the emoji turns green, and for wrong answer the emoji turns red. To test this I made a very simple app and everything worked as it should. But
May 16, 2019 at 01:18PM by Battleaxes
http://bit.ly/2Eel6pc
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:
Marr Sullivan (Flutter Developer Relations) will speak about Flutter at WeAreDevelopers World Congress 2019 - Berlin, Deutschland
http://bit.ly/2Q81o3b
May 16, 2019 at 02:21PM by Zukicha
http://bit.ly/2JHqZil
Marr Sullivan (Flutter Developer Relations) will speak about Flutter at WeAreDevelopers World Congress 2019 - Berlin, Deutschland
http://bit.ly/2Q81o3b
May 16, 2019 at 02:21PM by Zukicha
http://bit.ly/2JHqZil
Blockference
WeAreDevelopers World Congress 2019
WeAreDevelopers World Congress 2019 will take place in Berlin on June 6-7. It is considered that this event is one of the largest developers congresses in the world that will bring together profession...
New post on Flutter Dev Google group:
Plugin for iOS CTCarrier Info ??
I have need to get the basic cellular carrier info available via the CTCarrier iOS API .. I was wondering if anyone has written the plugin for it yet? I have never written a plugin -- but if there is a sample plugin that could be the basis I could give it a shot .. but really hoping someone has
May 16, 2019 at 03:35PM by Steven McDowall
http://bit.ly/2YtXmVS
Plugin for iOS CTCarrier Info ??
I have need to get the basic cellular carrier info available via the CTCarrier iOS API .. I was wondering if anyone has written the plugin for it yet? I have never written a plugin -- but if there is a sample plugin that could be the basis I could give it a shot .. but really hoping someone has
May 16, 2019 at 03:35PM by Steven McDowall
http://bit.ly/2YtXmVS
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:
Horizontal Bar Chart
I need a bar chart like this. (or few sliders may suitable for this) Is there any easy way to do this?
May 16, 2019 at 05:20PM by Yasas Sandeepa
http://bit.ly/2EeyI3O
Horizontal Bar Chart
I need a bar chart like this. (or few sliders may suitable for this) Is there any easy way to do this?
May 16, 2019 at 05:20PM by Yasas Sandeepa
http://bit.ly/2EeyI3O
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 tweet from FlutterDev:
Find out what's new in Material Components and how it works with Cupertino, our iOS Design Language library. In this #io19 talk, Will and Anthony dive into how to apply it across screen sizes, interaction models, and viewing distances.
Watch here → https://t.co/iLWUXPd2UA pic.twitter.com/MdRNbo2Kar— Flutter (@FlutterDev) May 16, 2019
May 16, 2019 at 05:43PM
http://twitter.com/FlutterDev/status/1129049840938311681
Find out what's new in Material Components and how it works with Cupertino, our iOS Design Language library. In this #io19 talk, Will and Anthony dive into how to apply it across screen sizes, interaction models, and viewing distances.
Watch here → https://t.co/iLWUXPd2UA pic.twitter.com/MdRNbo2Kar— Flutter (@FlutterDev) May 16, 2019
May 16, 2019 at 05:43PM
http://twitter.com/FlutterDev/status/1129049840938311681
Twitter
#io19 hashtag on Twitter
On Jul 4 @GCPcloud tweeted: "Check out our pick of the top 5 GCP sess.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Navigator problem
I have a three page app, the 1st page displays a list of recipes, the second page displays a recipe from the first page, and the third page creates new recipes. After a recipe is created I push to the display page for the new recipe. The only navigation button are the back button and the AppBar
May 16, 2019 at 05:48PM by Mark Pope
http://bit.ly/2JK1T2r
Navigator problem
I have a three page app, the 1st page displays a list of recipes, the second page displays a recipe from the first page, and the third page creates new recipes. After a recipe is created I push to the display page for the new recipe. The only navigation button are the back button and the AppBar
May 16, 2019 at 05:48PM by Mark Pope
http://bit.ly/2JK1T2r
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 tweet from FlutterDev:
Find out what's new in Material Components and how it works with Cupertino, our iOS Design Language library. In this #io19 talk, Will and Anthony dive into how to apply it across screen sizes, interaction models, and viewing distances.
Watch here → https://t.co/iLWUXPd2UA pic.twitter.com/MdRNbo2Kar— Flutter (@FlutterDev) May 16, 2019
May 16, 2019 at 05:43PM
http://twitter.com/FlutterDev/status/1129049840938311681
Find out what's new in Material Components and how it works with Cupertino, our iOS Design Language library. In this #io19 talk, Will and Anthony dive into how to apply it across screen sizes, interaction models, and viewing distances.
Watch here → https://t.co/iLWUXPd2UA pic.twitter.com/MdRNbo2Kar— Flutter (@FlutterDev) May 16, 2019
May 16, 2019 at 05:43PM
http://twitter.com/FlutterDev/status/1129049840938311681
Twitter
#io19 hashtag on Twitter
On Jul 4 @GCPcloud tweeted: "Check out our pick of the top 5 GCP sess.." - read what others are saying and join the conversation.
New post on Flutter Dev Google group:
Navigator problem
I have a three page app, the 1st page displays a list of recipes, the second page displays a recipe from the first page, and the third page creates new recipes. After a recipe is created I push to the display page for the new recipe. The only navigation button are the back button and the AppBar
May 16, 2019 at 05:48PM by Mark Pope
http://bit.ly/2JK1T2r
Navigator problem
I have a three page app, the 1st page displays a list of recipes, the second page displays a recipe from the first page, and the third page creates new recipes. After a recipe is created I push to the display page for the new recipe. The only navigation button are the back button and the AppBar
May 16, 2019 at 05:48PM by Mark Pope
http://bit.ly/2JK1T2r
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.