Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

I want to redirect to specific page based on user log in
I want to know how i can redirect user to home page if the user already logged in after the splash screen , or redirect the user to log in screen if the user not lg in with sqflite db I used this code . Main code : @override Widget build(BuildContext context) { return Scaffold( body:spla

January 28, 2020 at 01:04PM by Suna Arun
https://ift.tt/38KshCr
New post on /r/flutterdev subreddit:

<b>What is meant by Flutter and why you should learn it in 2020</b>
Apps have integrated with our lives completely. There isn't a single day when you don't use any app. With this level of dependence, users want the best app for them. Since apps started becoming large in memory and bulky, users have raised the demand for apps that are small in size and give the same functionality as a web page.To resolve this, developers have developed "Instant Apps". These apps are small in size, provide the same functionality, and don't require to be downloaded to work. At present, we have two software to cater to the development of Instant Apps- React Native and Flutter. In this article, we are going to discuss Flutter and its importance in 2020.<a href="https://flutter.dev/">Flutter</a> is an open-source framework created by Google and maintained by its team of developers. It was released in May 2017. Its programming is done in C, C++, and Dart and used to develop applications for Android, Linux, Mac, Google Fuchsia, and the web.One of its advantages is that you can create apps for two platforms(Android and iOS) by using one programming language.Flutter consists of two main components&#8203;An SDK(<em>Software Development Kit</em>) - It is a collection of tools that will help you with the development of apps. It includes tools to compile your code into native machine code.A Framework(<em>UI Library</em>) - It contains reusable UI elements(buttons, text inputs, and sliders) that you can personalize for your own needs.&#8203;To do programming on Flutter, we use a programming language called Dart. It was released by Google in 2011 but has received updates that keep it up-to-date. It focuses on front-end development and focuses on building web and mobile applications.To make the selection of native software easier for you, we have made a comparison between React Native and FlutterComparison between React Native and FlutterFlutter is programmed in Dart while React Native is programmed in Javascript.Flutter is maintained by Google whereas React is maintained by Facebook.React Native provides UI rendering and device access APIs whereas Flutter has the former and navigation, stateful management, and loads of libraries.React Native has good community support compared to Flutter which is relatively new.The React Native community has no official support for integration and UI level testing, while Flutter has great documentation and a rich set of testing features.React has more stability due to a good community base and consistency compared to Flutter, which is relatively new.Why you should learn FlutterCompanies- Flutter is used by many big companies like Groupon, Google, Alibaba, Tencent, eBay, Emaar, and many more.Simple to learn and use- It is very easy to create mobile applications with it. If you have used Java, Swift, or React Native, you'll notice how Flutter is different.Productivity- By using Flutter, you can change your code and see the changes in real-time. It takes a short time to update the application when you have saved it.Good Documentation- Documentation is very detailed and with easy examples for basic use cases.Growing Community- Though it is a fairly new framework, its community support is expanding each passing day.Development Time- With features like <em>Hot-reload</em>, code changes in Flutter are reflected as soon as the alterations are made. The <em>Hot-reload</em> usually doesn’t take more than milliseconds, which in turn, helps developers to maintain high speeds and dynamicity for mobile app developmentUser Interface- With built-in design-centric widgets, high-end development tools, advanced APIs, scrolling and navigation features, etc., Flutter helps in the creation of stunning and expressive user interfaces.Good for MVP: Flutter is good for developing MVP (Minimum Viable Product) apps due to its speedy development process and cross-platform nature. The cross-platform concept also aids…
New post on /r/flutterdev subreddit:

I just wrote my first plugin, would love to get some inputs + help with testing
https://pub.dev/packages/wallpaper_managerI was building an application that required the user to set a custom wallpaper & none of the existing plugins on pub.dev worked with the current version of Flutter, so I wrote one myself.Would love some inputs from fellow devs. Thanks!

January 28, 2020 at 01:50PM by asrm2769
https://ift.tt/36AIGry
New post on /r/flutterdev subreddit:

Reduce InheritedWidget boilerplate with this build_runner generator
https://ift.tt/37AVaAL

January 28, 2020 at 02:32PM by lesnitsky_a
https://ift.tt/2vuK4PN
New post on /r/flutterdev subreddit:

Flutter / Cross-Platform vs OS Updates
Hey again!Sorry if this post is similar to other posts, but I have another question I'd love to ask the experienced cross-platform devs on this subreddit:When software updates are released by Apple or Google for iOS and Android respectively, have you all found that this breaks your apps? Has this ever happened once, sometimes, never? I would really love to hear any and all the experiences you've all had with this.I'm curious to know if when these updates are released if there's a "catchup" period for technologies like Flutter and React Native.Thanks again, all!Have a nice day!

January 28, 2020 at 03:35PM by hambrochill
https://ift.tt/37zcg1T
New post on /r/flutterdev subreddit:

Contacts Service
Please who has been able to implement this flutter package successfully contacts_service. 
I need help Please

January 28, 2020 at 03:58PM by Dugba
https://ift.tt/2U1QpfF
New post on /r/flutterdev subreddit:

Flutter Clock Design
I'm pretty new to Flutter. But, got involved with the Clock Challenge a couple of days before the deadline. I've seen some amazing Clocks being showcased. I'd be interested to know about any other forthcoming Flutter Challenges.https://twitter.com/_MatWright_/status/1219363085137403904

January 28, 2020 at 03:57PM by MatWri
https://ift.tt/2U5HeuD
New post on Flutter Dev Google group:

[NewBie Question] I am not getting my listview in expanded form. My list stays in single line- pic attached
Here is my code import 'package:flutter/material.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; //import 'package:intl/intl.dart'; //import 'package:intl/date_symbol_data_local.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { final String

January 28, 2020 at 04:47PM by Thyagu rajan
https://groups.google.com/d/msg/flutter-dev/j7cp8QnU8jw/MORy49NUAQAJ
New post on /r/flutterdev subreddit:

Deploying To Hostgator/normal FTP means
I have been really interested in Flutter for the last few months and have been following the beta Flutter for web information. I was wondering, other than the ones mentioned in the documentation (Firebase, Github, Google Cloud), is there a way to currently test my app via using my Hostgator hosting and use something like Filezilla to publish the application/site?​I understand this is in a beta state. I only ask because the documentation states that there is a way to publish via those services but doesn't mention the way I am asking. I also understand that this is not production-ready.​Thank you all for any help

January 28, 2020 at 07:11PM by KangarooRIOT
https://ift.tt/312Y92D
New tweet from FlutterDev:

🧭Provide navigation to other pages!

The Drawer widget provides a menu to help users get to where they want to go.

Create a Scaffold.
Add a drawer.
Populate the drawer.
Close the drawer programmatically.

More #WidgetoftheWeek here &rarr; https://t.co/3L54gRvi1P pic.twitter.com/nCdntZJ5sU— Flutter (@FlutterDev) January 28, 2020

January 28, 2020 at 07:19PM
http://twitter.com/FlutterDev/status/1222222742314840069
New post on /r/flutterdev subreddit:

Introducing @injectable, a convenient code generator for get_it
https://ift.tt/2RWrIPb

January 28, 2020 at 08:20PM by Milad_Alakarie
https://ift.tt/2U3hL5b
New post on Flutter Dev Google group:

Cannot install flutter onto Ubuntu linux
I tried installing it but cd ~/development : terminal said it could't find this part$ tar xf ~/Downloads/flutter_linux_v1.12.13+hotfix.7-stable.tar.xz :tried as well but it told me acces denied Can anyone help?

January 28, 2020 at 08:59PM by Kylie Staraway
https://ift.tt/37BO6nt
New post on Flutter Dev Google group:

[Breaking Change Proposal] Routes and Navigator Refactor
If your app does not rely on the return value of Navigator.pop
New post on /r/flutterdev subreddit:

Opening html file in Flutter App
It was somewhat easy to do in Android, but with iOS I am really sure how to do it. I think in order to do this I need to create a Share Extension, is this the case or is there another approach I should take?

January 28, 2020 at 10:22PM by positronus
https://ift.tt/2RW24u3
New post on /r/flutterdev subreddit:

Weekly Questions Thread - January 28, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

January 28, 2020 at 11:32PM by AutoModerator
https://ift.tt/30Zk5f4
New post on /r/flutterdev subreddit:

Looking for a non-trivial example Flutter app? Here's one: Cocktailr
https://ift.tt/2LaXC8u

January 29, 2020 at 12:45AM by rockum
https://ift.tt/38LVmgP
New post on /r/flutterdev subreddit:

Market Share Statistics
I'm curious to know what flutter's current market share looks like for app development, and how it's grown over the past few years. As someone who is in the trenches daily with flutter, I'm targeted by and inundated with articles of why Flutter is better than React or native development.This gives the impression that Flutter is dominating and surging, but I'm having a hard time finding real numbers that actually show this.

January 29, 2020 at 12:43AM by parkskier426
https://ift.tt/2RxK6Ps