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.
Reddit: Planning to learn Flutter
Hi, I have a release app on android. I know kotlin and java but I never touch react. I reckon learning flutter is a much better choice. I do however have some doubts. Can I use realm data base? or even android Room? I really don't want to deal with a lot of Sql lite stuff. Also I am planning to use the wallpaper service and alarm manager and other low level API's of android like canvas API. Is this even possible. Also about the music player? Is there a library for that? sorry a lot of questions. I am really interested on flutter but I wanted to know if everything that I will need is achievable. Thanks
Submitted June 13, 2018 at 04:05PM by DovakhiinHackintosh
via reddit https://ift.tt/2tbnLdh
Hi, I have a release app on android. I know kotlin and java but I never touch react. I reckon learning flutter is a much better choice. I do however have some doubts. Can I use realm data base? or even android Room? I really don't want to deal with a lot of Sql lite stuff. Also I am planning to use the wallpaper service and alarm manager and other low level API's of android like canvas API. Is this even possible. Also about the music player? Is there a library for that? sorry a lot of questions. I am really interested on flutter but I wanted to know if everything that I will need is achievable. Thanks
Submitted June 13, 2018 at 04:05PM by DovakhiinHackintosh
via reddit https://ift.tt/2tbnLdh
reddit
r/FlutterDev - Planning to learn Flutter
0 votes and 2 so far on reddit
GGroup: Re: Check if URL is an image in Flutter with CachedNetworkImage
Sounds like you're running into https://ift.tt/2l0MEo9? On Sun, Jun 10, 2018 at 11:44 AM leo nx wrote: > I want to check if a URL returns a valid image and if it doesn't I want to > show a different image. I used CachedNetworkImage, but it didn't
Submitted June 13, 2018 at 06:48PM by eseidel
via Flutter Dev https://ift.tt/2JTNpxy
Sounds like you're running into https://ift.tt/2l0MEo9? On Sun, Jun 10, 2018 at 11:44 AM leo nx wrote: > I want to check if a URL returns a valid image and if it doesn't I want to > show a different image. I used CachedNetworkImage, but it didn't
Submitted June 13, 2018 at 06:48PM by eseidel
via Flutter Dev https://ift.tt/2JTNpxy
GitHub
Offer a way to catch Image Decoding errors #14089
My understanding from @apwilson and @jxson is that Flutter doesn't currently offer a way to catch decoding errors (at least from NetworkImage). Decoding errors were hit today by @jxson in #1407...
Reddit: Fundamentals of Zones, Microtasks and Event Loops - Dart Tutorial Part 3
https://m.youtube.com/watch?v=pHpvfaanrbw&feature=youtu.be
Submitted June 14, 2018 at 05:37AM by Purple_Pizzazz
via reddit https://ift.tt/2HNK8KQ
https://m.youtube.com/watch?v=pHpvfaanrbw&feature=youtu.be
Submitted June 14, 2018 at 05:37AM by Purple_Pizzazz
via reddit https://ift.tt/2HNK8KQ
YouTube
Fundamentals of Zones, Microtasks and Event Loops - Dart Tutorial Part 3
In this tutorial, we look at Zones, Microtasks and the Event Loop in Dart. Source Code: https://github.com/tensor-programming/zones_events_micro_dart_tutoria...
GGroup: How to secure Flutter App after Login?
Hi, In my app the main.dart is acting like a landing page. It has AppBar, drawer and the body. In the body I have ListView that contains an item and when user tab it each item opens a separate page. Till there everything's okay. However, in the drawer I have another ListView and some of the
Submitted June 14, 2018 at 07:40AM by Niyazi Toros
via Flutter Dev https://ift.tt/2HNLJAq
Hi, In my app the main.dart is acting like a landing page. It has AppBar, drawer and the body. In the body I have ListView that contains an item and when user tab it each item opens a separate page. Till there everything's okay. However, in the drawer I have another ListView and some of the
Submitted June 14, 2018 at 07:40AM by Niyazi Toros
via Flutter Dev https://ift.tt/2HNLJAq
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: VSCode Tips & Tricks | Flutter | 20 Useful Shortcuts
https://youtu.be/sCb44rmNMfM
Submitted June 14, 2018 at 08:15AM by imthepk
via reddit https://ift.tt/2LNXtFm
https://youtu.be/sCb44rmNMfM
Submitted June 14, 2018 at 08:15AM by imthepk
via reddit https://ift.tt/2LNXtFm
YouTube
VSCode Tips & Tricks | Flutter | 20 Useful Shortcuts
In this video, I will explain how to take advantage of the visual studio code editor in developing your flutter apps or any other apps. We will see useful ex...
GGroup: How to make swap page with List View?
Hi, I have a ListView in my Flutter page. When I tab any ListView Item I need to send ListView item data to (right side) swipe page. How do I do that? Can Flutter support swipe paging?
Submitted June 14, 2018 at 09:38AM by Niyazi Toros
via Flutter Dev https://ift.tt/2l7w1ao
Hi, I have a ListView in my Flutter page. When I tab any ListView Item I need to send ListView item data to (right side) swipe page. How do I do that? Can Flutter support swipe paging?
Submitted June 14, 2018 at 09:38AM by Niyazi Toros
via Flutter Dev https://ift.tt/2l7w1ao
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 make text overlay on image
Hi Any one can help me how to i make text overlay on image.
Submitted June 14, 2018 at 12:15PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2HN1U0O
Hi Any one can help me how to i make text overlay on image.
Submitted June 14, 2018 at 12:15PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2HN1U0O
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: VS Code Plugin v2.14 - Outline view, getters in debug views, complete statement...
Hi all, I'm trying to get back to more frequent updates for Dart Code (probably twice monthly, if there's tuff worth releasing). So I've pushed v2.14 of the Dart/Flutter plugins for VS Code. Changelog below (and online ).. Outline View VS Code 1.24
Submitted June 14, 2018 at 03:37PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2sVlBio
Hi all, I'm trying to get back to more frequent updates for Dart Code (probably twice monthly, if there's tuff worth releasing). So I've pushed v2.14 of the Dart/Flutter plugins for VS Code. Changelog below (and online ).. Outline View VS Code 1.24
Submitted June 14, 2018 at 03:37PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2sVlBio
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: Create an infinite list with Cloud Firestore
Hey, Does anybody know how to create an infinite list with Cloud Firestore (a Listview widget that loads data progressively from Firestore every time a user hits a scroll threshold)? I am using the Streambuilder approach as outlined in the example
Submitted June 14, 2018 at 09:50PM by Stefan Muke
via Flutter Dev https://ift.tt/2la2k8v
Hey, Does anybody know how to create an infinite list with Cloud Firestore (a Listview widget that loads data progressively from Firestore every time a user hits a scroll threshold)? I am using the Streambuilder approach as outlined in the example
Submitted June 14, 2018 at 09:50PM by Stefan Muke
via Flutter Dev https://ift.tt/2la2k8v
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: VS Code Plugin v2.14 released - Outline view, getters in debug views, complete statement...
https://ift.tt/2JPcJl3
Submitted June 14, 2018 at 09:28PM by JaapVermeulen
via reddit https://ift.tt/2y9cuzR
https://ift.tt/2JPcJl3
Submitted June 14, 2018 at 09:28PM by JaapVermeulen
via reddit https://ift.tt/2y9cuzR
Reddit: Breaking layouts in Rows and Columns in Flutter
https://ift.tt/2JCuKqt
Submitted June 15, 2018 at 12:16AM by Elixane
via reddit https://ift.tt/2HPPaXh
https://ift.tt/2JCuKqt
Submitted June 15, 2018 at 12:16AM by Elixane
via reddit https://ift.tt/2HPPaXh
Medium
Breaking layouts in Rows and Columns in Flutter
In Flutter, you can break almost 90% of the layouts to Rows and Columns.