GGroup: different setSystemUIOverlayStyle for routes
I have an app, where I need to change in one screen the text color of the status bar. The scene is opened with Navigator. What would be the correct solution for changing the text color?
Submitted September 22, 2018 at 08:31AM by mars3142
via Flutter Dev https://ift.tt/2I5k7sh
I have an app, where I need to change in one screen the text color of the status bar. The scene is opened with Navigator. What would be the correct solution for changing the text color?
Submitted September 22, 2018 at 08:31AM by mars3142
via Flutter Dev https://ift.tt/2I5k7sh
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.
GGroup: Search Engine Input Text
Dear dart flutter expert, i want create search engine inside chat app, like below, but I am confused about where to start, is there any suggestion of what I have to do first and so on. [image: WhatsApp Image 2018-09-22 at 6.08.51 PM.jpeg]
Submitted September 22, 2018 at 01:22PM by Denis Ramdan
via Flutter Dev https://ift.tt/2I6jNcI
Dear dart flutter expert, i want create search engine inside chat app, like below, but I am confused about where to start, is there any suggestion of what I have to do first and so on. [image: WhatsApp Image 2018-09-22 at 6.08.51 PM.jpeg]
Submitted September 22, 2018 at 01:22PM by Denis Ramdan
via Flutter Dev https://ift.tt/2I6jNcI
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.
GGroup: flutter connect to SQL server directly
Hi guys, Is there a way to connect SQL server like using the JDBC connection string. right now I am working on a project where the app needs to connect the SQL server directly, we do not want to provide a web API layer to flutter. Can we go this way to implement the access to SQL server? Could
Submitted September 22, 2018 at 03:04PM by charles...@gmail.com
via Flutter Dev https://ift.tt/2OHa0fG
Hi guys, Is there a way to connect SQL server like using the JDBC connection string. right now I am working on a project where the app needs to connect the SQL server directly, we do not want to provide a web API layer to flutter. Can we go this way to implement the access to SQL server? Could
Submitted September 22, 2018 at 03:04PM by charles...@gmail.com
via Flutter Dev https://ift.tt/2OHa0fG
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.
Reddit: Format Flutter code with pre-commit
https://ift.tt/2PZiBL6
Submitted September 22, 2018 at 05:38PM by CraftThatBlock
via reddit https://ift.tt/2NZdjC1
https://ift.tt/2PZiBL6
Submitted September 22, 2018 at 05:38PM by CraftThatBlock
via reddit https://ift.tt/2NZdjC1
GitHub
Cretezy/flutter-format-pre-commit
Format Flutter code with pre-commit. Contribute to Cretezy/flutter-format-pre-commit development by creating an account on GitHub.
GGroup: TabController Current Index
Hi All, Any one know how to get current index of TabController if I am on second tab then I want index 2
Submitted September 22, 2018 at 08:25PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2Dn9tye
Hi All, Any one know how to get current index of TabController if I am on second tab then I want index 2
Submitted September 22, 2018 at 08:25PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2Dn9tye
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.
GGroup: Animation
Hi devs, Very simple question... I'm unable understand what Animation parameter type mean's?? Thanks for any explanations.
Submitted September 22, 2018 at 08:27PM by Mohammed Umar ibn Shafee
via Flutter Dev https://ift.tt/2Nz93cY
Hi devs, Very simple question... I'm unable understand what Animation parameter type mean's?? Thanks for any explanations.
Submitted September 22, 2018 at 08:27PM by Mohammed Umar ibn Shafee
via Flutter Dev https://ift.tt/2Nz93cY
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.
Reddit: Flutter Onboarding Screen
https://ift.tt/2I8osLt
Submitted September 22, 2018 at 09:15PM by flutterist
via reddit https://ift.tt/2pvkAf2
https://ift.tt/2I8osLt
Submitted September 22, 2018 at 09:15PM by flutterist
via reddit https://ift.tt/2pvkAf2
GitHub
durannumit/flutter_onboarding_screen
An example of onboarding screen on Flutter. Contribute to durannumit/flutter_onboarding_screen development by creating an account on GitHub.
GGroup: Theme.of(context).copywith
Hello dev's.. I'm a bit new to flutter, can someone explain me why we should consider 'Theme.of(context).copywith()' instead of directly using 'ThemeData()' Code: bottomNavgationBar: Theme( data: Theme.of(context).copywith ( canvasColor: .......,)) Insted: bottomNavgationBar:
Submitted September 23, 2018 at 12:32AM by Mohammed Umar ibn Shafee
via Flutter Dev https://ift.tt/2DpBYeL
Hello dev's.. I'm a bit new to flutter, can someone explain me why we should consider 'Theme.of(context).copywith()' instead of directly using 'ThemeData()' Code: bottomNavgationBar: Theme( data: Theme.of(context).copywith ( canvasColor: .......,)) Insted: bottomNavgationBar:
Submitted September 23, 2018 at 12:32AM by Mohammed Umar ibn Shafee
via Flutter Dev https://ift.tt/2DpBYeL
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.
Reddit: OAuth on Flutter really sucks. What's the easiest way?
I've got this working, but it's really ugly and would like to know if there's a better, smooth way to do it. I've done OAuth in web development multiple times, but I got confused on app development.Firstly, it's weird that I'm setting up a localhost server on the user's device. This is to receive the tokens given back from the third-party website that authenticates the user. Some people mentioned deep linking would solve this server problem, but deep linking is barely supported in flutter and code has to be written for iOS and Android separately.Secondly, I have to open a web browser for the user so they can actually visit the third-party website. Once they authenticate and I receive the tokens, I can't close the browser:If I open the URL in a web browser, then closing it (with JavaScript: `window.close()`) would only close one tab and the web browser remains running. I can't send the user back to my app (or can I?).If I use a web view, I can't close it. I tried, but I can't. Web view doesn't run Javascript, which I use to close the window... or I think it works on Android but not iOS. I forgot but it's getting complicated.Is OAuth, which is a major feature, missing on flutter? Am I missing something?
Submitted September 23, 2018 at 05:38AM by AskYous
via reddit https://ift.tt/2QPpBvc
I've got this working, but it's really ugly and would like to know if there's a better, smooth way to do it. I've done OAuth in web development multiple times, but I got confused on app development.Firstly, it's weird that I'm setting up a localhost server on the user's device. This is to receive the tokens given back from the third-party website that authenticates the user. Some people mentioned deep linking would solve this server problem, but deep linking is barely supported in flutter and code has to be written for iOS and Android separately.Secondly, I have to open a web browser for the user so they can actually visit the third-party website. Once they authenticate and I receive the tokens, I can't close the browser:If I open the URL in a web browser, then closing it (with JavaScript: `window.close()`) would only close one tab and the web browser remains running. I can't send the user back to my app (or can I?).If I use a web view, I can't close it. I tried, but I can't. Web view doesn't run Javascript, which I use to close the window... or I think it works on Android but not iOS. I forgot but it's getting complicated.Is OAuth, which is a major feature, missing on flutter? Am I missing something?
Submitted September 23, 2018 at 05:38AM by AskYous
via reddit https://ift.tt/2QPpBvc
reddit
r/FlutterDev - OAuth on Flutter really sucks. What's the easiest way?
2 votes and 1 comment so far on Reddit
Reddit: Flutter animations compared with Native
https://ift.tt/2xxxAow
Submitted September 23, 2018 at 06:53AM by darkermuffin
via reddit https://ift.tt/2PYDOol
https://ift.tt/2xxxAow
Submitted September 23, 2018 at 06:53AM by darkermuffin
via reddit https://ift.tt/2PYDOol
reddit
r/Flutter - Flutter animations compared with Native
9 votes and 5 comments so far on Reddit
Reddit: Just took flutter for a round for the first time! Really liked it and dev environment is totally amazing!
https://ift.tt/2xHVOfl
Submitted September 23, 2018 at 05:39PM by yershalom
via reddit https://ift.tt/2QSgJF2
https://ift.tt/2xHVOfl
Submitted September 23, 2018 at 05:39PM by yershalom
via reddit https://ift.tt/2QSgJF2
GitHub
yershalom/reddit_flutter
Contribute to yershalom/reddit_flutter development by creating an account on GitHub.
Reddit: Coding With Flutter: Adding Animated Overlays to Your App
https://ift.tt/2OLghqL
Submitted September 23, 2018 at 06:17PM by bizz84
via reddit https://ift.tt/2zoAtJH
https://ift.tt/2OLghqL
Submitted September 23, 2018 at 06:17PM by bizz84
via reddit https://ift.tt/2zoAtJH
Medium
Flutter: Adding Animated Overlays to Your App
This is the second part of my tutorial about BottomAppBar and FAB (part one is here). Today we will see how to reveal options when the FAB…
Reddit: Coding With Flutter: Adding Animated Overlays to Your App
https://ift.tt/2OLghqL
Submitted September 23, 2018 at 06:17PM by bizz84
via reddit https://ift.tt/2zoAtJH
https://ift.tt/2OLghqL
Submitted September 23, 2018 at 06:17PM by bizz84
via reddit https://ift.tt/2zoAtJH
Medium
Flutter: Adding Animated Overlays to Your App
This is the second part of my tutorial about BottomAppBar and FAB (part one is here). Today we will see how to reveal options when the FAB…
GGroup: Observation: flutter sdk path in AS / windows separators (':') not escaped
Don't know if it is important but Windows file separator('\') and drive letter separator(':') must be escaped Here how it is for e.g.: flutter.sdk=C:\\Users\\blablabla\\flutter *It should be:* flutter.sdk=C\:\\Users\\blablabla\\flutter
Submitted September 23, 2018 at 08:06PM by Bened
via Flutter Dev https://ift.tt/2pxKte2
Don't know if it is important but Windows file separator('\') and drive letter separator(':') must be escaped Here how it is for e.g.: flutter.sdk=C:\\Users\\blablabla\\flutter *It should be:* flutter.sdk=C\:\\Users\\blablabla\\flutter
Submitted September 23, 2018 at 08:06PM by Bened
via Flutter Dev https://ift.tt/2pxKte2
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.
GGroup: scopped bloc issue
Hello All, When I was trying for a scopped bloc, i got the following error [image: image.png] code is available https://ift.tt/2I7ZImv it would be greatly appreciated , if any one can guide me , what went wrong. Thanks!
Submitted September 23, 2018 at 09:37PM by Sreeraj I.N
via Flutter Dev https://ift.tt/2pxPy6c
Hello All, When I was trying for a scopped bloc, i got the following error [image: image.png] code is available https://ift.tt/2I7ZImv it would be greatly appreciated , if any one can guide me , what went wrong. Thanks!
Submitted September 23, 2018 at 09:37PM by Sreeraj I.N
via Flutter Dev https://ift.tt/2pxPy6c
GitHub
insreeraj/login_bloc_new
Contribute to insreeraj/login_bloc_new development by creating an account on GitHub.
GGroup: How to send and receive XML with Flutter?
Hi, I have to connect to https (post) and send very short xml file and receive back short xml file or short data string. I know hw to send and receive data to socket and json, but I have no idea how to do this with xml. Can anyone point me; - *how to send and receive short xml file in
Submitted September 24, 2018 at 08:20AM by Niyazi Toros
via Flutter Dev https://ift.tt/2OLVjrT
Hi, I have to connect to https (post) and send very short xml file and receive back short xml file or short data string. I know hw to send and receive data to socket and json, but I have no idea how to do this with xml. Can anyone point me; - *how to send and receive short xml file in
Submitted September 24, 2018 at 08:20AM by Niyazi Toros
via Flutter Dev https://ift.tt/2OLVjrT
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.
GGroup: CupertinoNavigationBar without List View
Hello, im new to flutter. i wanna ask, if there's a way to use CupertinoPageScaffold > CupertinoNavigationBar without a list view because i use Gridview on my UI? this is my SS my apps when using ListView [image: Screenshot_1537769895.png] But when I use GridView it
Submitted September 24, 2018 at 08:24AM by Reza Briliantama
via Flutter Dev https://ift.tt/2zqGdCT
Hello, im new to flutter. i wanna ask, if there's a way to use CupertinoPageScaffold > CupertinoNavigationBar without a list view because i use Gridview on my UI? this is my SS my apps when using ListView [image: Screenshot_1537769895.png] But when I use GridView it
Submitted September 24, 2018 at 08:24AM by Reza Briliantama
via Flutter Dev https://ift.tt/2zqGdCT
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.
Reddit: Flutter — my thoughts and impressions — PART V [FINAL]
https://ift.tt/2MY0XoR
Submitted September 24, 2018 at 08:47AM by artrmz
via reddit https://ift.tt/2px9R3H
https://ift.tt/2MY0XoR
Submitted September 24, 2018 at 08:47AM by artrmz
via reddit https://ift.tt/2px9R3H
Medium
Flutter — my thoughts and impressions — PART V [FINAL]
Hot or not? iOS Developer’s perspective
GGroup: How to identify whether the dialog is already popped?
I have stack like, Screen1 -> Screen2 -> Dialog when the dialog pushed, there is a background process will start running. After sometime it will try to pop the dialog. But if the user pressed the back button, then dialog already closed. How do i handle the Navigator pop from background process
Submitted September 24, 2018 at 11:19AM by AVRSP GKF
via Flutter Dev https://ift.tt/2QV10oX
I have stack like, Screen1 -> Screen2 -> Dialog when the dialog pushed, there is a background process will start running. After sometime it will try to pop the dialog. But if the user pressed the back button, then dialog already closed. How do i handle the Navigator pop from background process
Submitted September 24, 2018 at 11:19AM by AVRSP GKF
via Flutter Dev https://ift.tt/2QV10oX
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.
GGroup: how to move SingleChildScrollView automatically when keyboard pop ups?
Hi, When I use SingleChildScrollView on scaffold body and when I press text the keyboard is pop up but SingleChildScrollView automatically. I have to move manually. How to make when keyboard comes up the SingleChildScrollView moves up automatically. @override > Widget build(BuildContext
Submitted September 24, 2018 at 12:19PM by Niyazi Toros
via Flutter Dev https://ift.tt/2QRs9Jg
Hi, When I use SingleChildScrollView on scaffold body and when I press text the keyboard is pop up but SingleChildScrollView automatically. I have to move manually. How to make when keyboard comes up the SingleChildScrollView moves up automatically. @override > Widget build(BuildContext
Submitted September 24, 2018 at 12:19PM by Niyazi Toros
via Flutter Dev https://ift.tt/2QRs9Jg
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.
Reddit: My flutter app, social network, chat
https://youtu.be/vDeFPiC_VdU
Submitted September 24, 2018 at 01:51PM by knightvincv
via reddit https://ift.tt/2xBa22f
https://youtu.be/vDeFPiC_VdU
Submitted September 24, 2018 at 01:51PM by knightvincv
via reddit https://ift.tt/2xBa22f
YouTube
Sep 24, 2018 6:38 PM