GGroup: how to hide drawer
In main.dart I created a drawer as shown below. There is bool appLive variable in my main.dart. bool appLive = *true**;* …. …. …. drawer: *new *DrawerMenu(appLive)*,* I want to send this variable (appLive)to my drawer class. *class *DrawerMenu *extends *StatelessWidget *{*
Submitted June 12, 2018 at 12:17PM by Niyazi Toros
via Flutter Dev https://ift.tt/2sRgX4X
In main.dart I created a drawer as shown below. There is bool appLive variable in my main.dart. bool appLive = *true**;* …. …. …. drawer: *new *DrawerMenu(appLive)*,* I want to send this variable (appLive)to my drawer class. *class *DrawerMenu *extends *StatelessWidget *{*
Submitted June 12, 2018 at 12:17PM by Niyazi Toros
via Flutter Dev https://ift.tt/2sRgX4X
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: Websockets strange behaviour
While testing out https://ift.tt/2y4VVVH example, I found some strange behaviour I cannot explane to myself. When connecting to a websocket server with an old Android device (Moto XT1092, Android 6.0.1) or the Android emulator (Android P) everything works fine.
Submitted June 12, 2018 at 02:18PM by Maik Mewes
via Flutter Dev https://ift.tt/2l5W4Pm
While testing out https://ift.tt/2y4VVVH example, I found some strange behaviour I cannot explane to myself. When connecting to a websocket server with an old Android device (Moto XT1092, Android 6.0.1) or the Android emulator (Android P) everything works fine.
Submitted June 12, 2018 at 02:18PM by Maik Mewes
via Flutter Dev https://ift.tt/2l5W4Pm
flutter.io
Working with WebSockets
In addition to normal HTTP requests, we can connect to servers using WebSockets.WebSockets allow for two-way communication with a server without polling.In this example, we'll connect to a [test server provided by websocket.org](http://www.websocket.org/echo.html).…
Reddit: [helpme] Best practice for an app with authentication and some fetch from a REST API
Hi all!I'm developing a quite big smartphone app and I chose to use flutter. I've only played around to and made some small and easy app. Now I'm facing the real world and things are becoming pretty difficult.I come from react so I thought the best way to implement it was using redux with this Boilerplate but I really can't even fetch and display anything.My goal: User login -> I save the token in the store and then use it for any request i need to make.Do you know any other way to achieve my goal?
Submitted June 12, 2018 at 02:21PM by giovapanasiti
via reddit https://ift.tt/2LLbkfP
Hi all!I'm developing a quite big smartphone app and I chose to use flutter. I've only played around to and made some small and easy app. Now I'm facing the real world and things are becoming pretty difficult.I come from react so I thought the best way to implement it was using redux with this Boilerplate but I really can't even fetch and display anything.My goal: User login -> I save the token in the store and then use it for any request i need to make.Do you know any other way to achieve my goal?
Submitted June 12, 2018 at 02:21PM by giovapanasiti
via reddit https://ift.tt/2LLbkfP
GitHub
FranPitri/flutter_redux_boilerplate
Flutter application boilerplate, with Redux included - FranPitri/flutter_redux_boilerplate
Reddit: How to install flutter
https://ift.tt/2LIagcp
Submitted June 12, 2018 at 02:16PM by aman19ish
via reddit https://ift.tt/2Jw2fL6
https://ift.tt/2LIagcp
Submitted June 12, 2018 at 02:16PM by aman19ish
via reddit https://ift.tt/2Jw2fL6
Developer Fly
How to install flutter | Flutter tutorial | Developer Fly
Flutter is the google’s mobile app SDK for develop the high-quality native app for iOS and android. We can develop the app by use of DART and javascript language support or we can run theses. Steps for setup the flutter 1. Download the flutter SDK or Cloning…
Reddit: Portable Material: Flutter physical models - Eugenio Marletti, Sebastiano Poggi
https://www.youtube.com/watch?v=R21kDN1quOI
Submitted June 12, 2018 at 03:27PM by Elixane
via reddit https://ift.tt/2LKSYLE
https://www.youtube.com/watch?v=R21kDN1quOI
Submitted June 12, 2018 at 03:27PM by Elixane
via reddit https://ift.tt/2LKSYLE
YouTube
Portable Material: Flutter physical models - Eugenio Marletti, Sebastiano Poggi
One of the most interesting new technologies to reach the mainstream eye in 2017 is undoubtedly Flutter, a novel cross-platform framework from Google that ta...
Reddit: Restaurant animation with Flutter
https://ift.tt/2JIzJ8t
Submitted June 12, 2018 at 03:26PM by Elixane
via reddit https://ift.tt/2LIJJM1
https://ift.tt/2JIzJ8t
Submitted June 12, 2018 at 03:26PM by Elixane
via reddit https://ift.tt/2LIJJM1
Medium
Restaurant animation with Flutter
Hi all, to day we’ll practice how to make a restaurant animation in Flutter. In this animation, we have an tab indicator bar, tables…
GGroup: Achieve a different background color in ListView or ListTile
Hi experts, I've tried to search for a way to change the background color of my ListView or at least my ListTile so it becomes different from the Container's background. Heres the sample: [image: Screen Shot 2018-06-12 at 12.01.00.png] I tried wrapping up the entire ListView in another
Submitted June 12, 2018 at 05:10PM by Guilherme Giani
via Flutter Dev https://ift.tt/2HLeltY
Hi experts, I've tried to search for a way to change the background color of my ListView or at least my ListTile so it becomes different from the Container's background. Heres the sample: [image: Screen Shot 2018-06-12 at 12.01.00.png] I tried wrapping up the entire ListView in another
Submitted June 12, 2018 at 05:10PM by Guilherme Giani
via Flutter Dev https://ift.tt/2HLeltY
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: Complex forms with multiple tabs and relationships
https://ift.tt/2JPgE4r
Submitted June 12, 2018 at 05:38PM by hillel369
via reddit https://ift.tt/2JAQByM
https://ift.tt/2JPgE4r
Submitted June 12, 2018 at 05:38PM by hillel369
via reddit https://ift.tt/2JAQByM
Hillel Coren
Flutter: Complex forms with multiple tabs and relationships
Note: we’re no longer using this approach, you can see our updated solution here. In our app we needed to support editing complex entities with nested relationships, in this post I’ll t…
GGroup: How to build dynamic widget
Hi, In my app I need to check internet and warn the user that there is no internet so they can open internet using mobile network or wifi network. As soon as they open the internet than app shows the actual layouts and items. My problem is dynamic widget is not working and giving me an error.
Submitted June 12, 2018 at 07:20PM by Niyazi Toros
via Flutter Dev https://ift.tt/2t3vIkr
Hi, In my app I need to check internet and warn the user that there is no internet so they can open internet using mobile network or wifi network. As soon as they open the internet than app shows the actual layouts and items. My problem is dynamic widget is not working and giving me an error.
Submitted June 12, 2018 at 07:20PM by Niyazi Toros
via Flutter Dev https://ift.tt/2t3vIkr
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: Firebase Cloud Messaging
https://m.youtube.com/watch?v=9PBAZkNe6FY
Submitted June 12, 2018 at 07:26PM by nitishk72
via reddit https://ift.tt/2MiRVDY
https://m.youtube.com/watch?v=9PBAZkNe6FY
Submitted June 12, 2018 at 07:26PM by nitishk72
via reddit https://ift.tt/2MiRVDY
YouTube
Flutter: Push Notification on Realtime Data Change using Cloud Functions
This is demo Video of Push Notification. You can send push Notification from Firebase Console. You can send Notification using Cloud Functions when there wil...
GGroup: Build Dart VM with dart:ui
Hi all, I was wondering if there is a way to build (or package) standalone Dart VM with embedded dart:ui (sky_engine) package? This may sound strange but I'm doing an experiment where I need to depend on some code from Flutter but run everything from the CLI. Currently if I do that I get: The
Submitted June 12, 2018 at 07:45PM by Anatoly Pulyaevskiy
via Flutter Dev https://ift.tt/2LN0GFt
Hi all, I was wondering if there is a way to build (or package) standalone Dart VM with embedded dart:ui (sky_engine) package? This may sound strange but I'm doing an experiment where I need to depend on some code from Flutter but run everything from the CLI. Currently if I do that I get: The
Submitted June 12, 2018 at 07:45PM by Anatoly Pulyaevskiy
via Flutter Dev https://ift.tt/2LN0GFt
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: Breaking change: BottomAppBar notch API
Hi, PR 18372 makes a few breaking changes to the (relatively new) BottomAppBar notch API: - Scaffold.setFloatingActionButtonNotchFor is deleted. - The ComputeNotch type is deleted. - The hasNotch property of BottomAppBar is deleted.
Submitted June 12, 2018 at 09:19PM by Amir Hardon
via Flutter Dev https://ift.tt/2y4s3sf
Hi, PR 18372 makes a few breaking changes to the (relatively new) BottomAppBar notch API: - Scaffold.setFloatingActionButtonNotchFor is deleted. - The ComputeNotch type is deleted. - The hasNotch property of BottomAppBar is deleted.
Submitted June 12, 2018 at 09:19PM by Amir Hardon
via Flutter Dev https://ift.tt/2y4s3sf
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: Beer-Me-Up: A beer tracking app made with Flutter
https://ift.tt/2JvgXC9
Submitted June 12, 2018 at 10:56PM by Purple_Pizzazz
via reddit https://ift.tt/2l59oTW
https://ift.tt/2JvgXC9
Submitted June 12, 2018 at 10:56PM by Purple_Pizzazz
via reddit https://ift.tt/2l59oTW
GitHub
benoitletondor/Beer-Me-Up
A beer tracking app made with Flutter. Contribute to benoitletondor/Beer-Me-Up development by creating an account on GitHub.
Reddit: Just enough Dart for Flutter
https://ift.tt/2t4cRpz
Submitted June 12, 2018 at 11:58PM by davide9192
via reddit https://ift.tt/2l5gw2E
https://ift.tt/2t4cRpz
Submitted June 12, 2018 at 11:58PM by davide9192
via reddit https://ift.tt/2l5gw2E
Medium
Just enough Dart for Flutter
So you saw the Flutter framework popping at almost everywhere you go and want to try it out, because you are a developer and that is what…
GGroup: Do Flutter have InternetAddress.lookup packages or similar?
Hi, In my app I use connectivity packages (connectivity: (import 'package:connectivity/connectivity.dart';*)*) in initState() and its works perfectly. If the connectivity = false; I have very simple scaffold, that gives warning to user. When user turns on mobile connection or wifi without
Submitted June 13, 2018 at 09:10AM by Niyazi Toros
via Flutter Dev https://ift.tt/2l85jhW
Hi, In my app I use connectivity packages (connectivity: (import 'package:connectivity/connectivity.dart';*)*) in initState() and its works perfectly. If the connectivity = false; I have very simple scaffold, that gives warning to user. When user turns on mobile connection or wifi without
Submitted June 13, 2018 at 09:10AM by Niyazi Toros
via Flutter Dev https://ift.tt/2l85jhW
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 get rid off the back button and build new appear for home page?
I have an app that has main.dart and its kind of act like a landing page. In my landing page I have few app that I can activate using like ; onPressed: () *{* Navigator.*push*( context*,* *new *MaterialPageRoute( builder: (context) => *new *PersonalLoginPage()))*;* *}**,* When above page
Submitted June 13, 2018 at 09:43AM by Niyazi Toros
via Flutter Dev https://ift.tt/2y5O75N
I have an app that has main.dart and its kind of act like a landing page. In my landing page I have few app that I can activate using like ; onPressed: () *{* Navigator.*push*( context*,* *new *MaterialPageRoute( builder: (context) => *new *PersonalLoginPage()))*;* *}**,* When above page
Submitted June 13, 2018 at 09:43AM by Niyazi Toros
via Flutter Dev https://ift.tt/2y5O75N
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: Does anyone know any information about login with socket and using some kine of ticket or token
I have an old system that uses socket (listener). I have to make my Flutter app to connect the old socket system for login. Does anyone know any information about Flutter app login with socket and using some kine of ticket or token?
Submitted June 13, 2018 at 09:46AM by Niyazi Toros
via Flutter Dev https://ift.tt/2MpSyvE
I have an old system that uses socket (listener). I have to make my Flutter app to connect the old socket system for login. Does anyone know any information about Flutter app login with socket and using some kine of ticket or token?
Submitted June 13, 2018 at 09:46AM by Niyazi Toros
via Flutter Dev https://ift.tt/2MpSyvE
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 get rid off the mobile phone back button?
Hi, After I login to my app (home page) I turn off the back button of the appear. Problem is that user can use mobile phone back button and does back as well. My new question is that; how to get rid off the mobile phone back button? *return new *Scaffold( appBar: *new *AppBar( *//leadin
Submitted June 13, 2018 at 12:08PM by Niyazi Toros
via Flutter Dev https://ift.tt/2l5n1m8
Hi, After I login to my app (home page) I turn off the back button of the appear. Problem is that user can use mobile phone back button and does back as well. My new question is that; how to get rid off the mobile phone back button? *return new *Scaffold( appBar: *new *AppBar( *//leadin
Submitted June 13, 2018 at 12:08PM by Niyazi Toros
via Flutter Dev https://ift.tt/2l5n1m8
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: Returning a Scaffold with a TabBarView child gives Exception : Failed assertion: 'pixels !=null':
I currently have a TabBarView.The TabBarView has 4 pages. It starts with PageA and that runs fine. Now if I move to PageC directly from pageA then I get the following exception. I noticed this is because of PageB (since the path to PageC is connected via PageB I guess. I am not sure why) Anyways
Submitted June 13, 2018 at 01:27PM by Rajesh Khan
via Flutter Dev https://ift.tt/2JPyggn
I currently have a TabBarView.The TabBarView has 4 pages. It starts with PageA and that runs fine. Now if I move to PageC directly from pageA then I get the following exception. I noticed this is because of PageB (since the path to PageC is connected via PageB I guess. I am not sure why) Anyways
Submitted June 13, 2018 at 01:27PM by Rajesh Khan
via Flutter Dev https://ift.tt/2JPyggn
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: Why BottomNavigationBarItem shows 4 icons and shows only first text?
*Hi,* Why BottomNavigationBarItem shows 4 icons and shows only first text? Only shows first item text. :( I am landing home page from login page. import 'dart:io'; import 'package:flutter/material.dart'; // Statefull HomePage class HomePage extends StatefulWidget { @override
Submitted June 13, 2018 at 03:25PM by Niyazi Toros
via Flutter Dev https://ift.tt/2t5XZqu
*Hi,* Why BottomNavigationBarItem shows 4 icons and shows only first text? Only shows first item text. :( I am landing home page from login page. import 'dart:io'; import 'package:flutter/material.dart'; // Statefull HomePage class HomePage extends StatefulWidget { @override
Submitted June 13, 2018 at 03:25PM by Niyazi Toros
via Flutter Dev https://ift.tt/2t5XZqu
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.