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

Flutter for Web
When using the flutter http package and calling the remote data, I am able to get the data and render it on Android and iOS (Mobile). But when the same code is run on Web (-d chrome), it gives "Unsupported operation: Platform._version" error. Can anyone let me know, is there anything that I am

November 27, 2019 at 03:17PM by Sreekanth Reddy
https://ift.tt/2Y1xwK5
New post on Flutter Dev Google group:

Dependencies for development and production
I have an app, which uses a dependency, I develop myself. So I have two versions of the same dependency: one for production, fetched from the git repo and one for development, fetched from a local path When I add them to my pubspec-file dependencies: my_lib: git: url: git@...mylib.gi

November 27, 2019 at 03:48PM by Thomas V. Worm
https://ift.tt/37HlHwW
New post on Flutter Dev Google group:

Scaffold.of() called with a context that does not contain a Scaffold.
I have this error I have no idea what it means. please help! E/flutter (17371): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: Scaffold.of() called with a context that does not contain a Scaffold. E/flutter (17371): No Scaffold ancestor could be found starting from the context

November 27, 2019 at 04:21PM by Mahmoud Alminawi
https://ift.tt/34uRhMk
New post on /r/flutterdev subreddit:

Flutter Dynamic Application Configuration
🚨New library release.You want to build dynamic white label, flavors apps with flutter?
You build server side rendering and routing apps with flutter ?
You want to have dynamic dependency injection apps with flutter?
You want to have dynamic theming for light and dark mode with flutter?My new flutter library allow you to all that and more.
https://pub.dev/packages/fappconfiguration

November 27, 2019 at 04:50PM by bitsydarel
https://ift.tt/33lOGmF
New post on Flutter Dev Google group:

I/flutter (17371): null
Hello all, I get null error everytime i hit submit, i am not sure why. please any help. [image: Screenshot (137).png] import 'package:flutter/material.dart'; import 'package:firebase_auth/firebase_auth.dart'; import 'package:flutter_app_dating/pages/home.dart'; class LoginPage extends

November 27, 2019 at 05:23PM by Mahmoud Alminawi
https://ift.tt/34sx1uD
New post on /r/flutterdev subreddit:

convertx
Hello everyone :)I've just released a package which exposes dart:convert using extensions. Enjoy!
https://github.com/parsodyl/convertx

November 27, 2019 at 06:02PM by parsodyl
https://ift.tt/2R2G6Xv
New post on /r/flutterdev subreddit:

First flutter app
Hey guys, I just made my flutter app, it did take me a while to figure a few things out but now I've finally made one.There are better apps that do what my app does but I just wanted to design my own with flutter.Oh and here's the link to it if anyone is interested in taking a look. Only uploaded it to Google play store, I'll try to upload it to iOS after I can test it out on a Mac Any feedback is appreciated thanks.Play store link: https://play.google.com/store/apps/details?id=first.wallet

November 27, 2019 at 08:23PM by Baguy21
https://ift.tt/2KXz2r4
New post on /r/flutterdev subreddit:

Hello everyone :) I've just released a package which exposes dart:convert using extensions. Enjoy!
https://ift.tt/2Op1og0

November 27, 2019 at 08:03PM by parsodyl
https://ift.tt/35EMJ67
New post on /r/flutterdev subreddit:

GitHub - ravishankarsingh1996/food_manager: A food manager app made with flutter to manage the food vendor task inside a company based on QR code scanning.
https://ift.tt/34rnK6h

November 27, 2019 at 05:40AM by itsravishankarsingh
https://ift.tt/34rnJzf
New tweet from FlutterDev:

Wondering how Flutter approaches its backlog of issues, bugs, and feature requests? 🤔

Learn how feedback is managed in a large open source project like Flutter. 📊

↓ https://t.co/5xmaqHF3nF— Flutter (@FlutterDev) November 27, 2019

November 27, 2019 at 10:30PM
http://twitter.com/FlutterDev/status/1199802664202059776
New post on /r/flutterdev subreddit:

Navigator vs "Custom Navigation"
When are we suppose to use Navigator.push?I am using a ChangeNotifier for navigation. Whenever i press a button or action to change a page, my button updates my "page value" which notifies my page builder widget and my page builder widget builds whichever my page value is set to. I can't seem to think of any downsides to this way of doing navigation? Can i use it as a complete replacement for the Navigator?

November 27, 2019 at 11:17PM by fd991
https://ift.tt/34vSKC4
New post on /r/flutterdev subreddit:

Keeping state of nested navigators
What is the best way to keep the state of nested navigators when switching pages using bottom tab navigation?

November 27, 2019 at 09:20PM by il3g3ndry-ws
https://ift.tt/2qQuoEv
New tweet from FlutterDev:

Want to play around with color in Flutter widgets? 🎨

Check out the ColorFiltered widget, and play with color in weird, yet wonderful ways! 👨‍🎨️

Watch → https://t.co/e39QUHI304 pic.twitter.com/mF6UpcmkeN— Flutter (@FlutterDev) November 27, 2019

November 27, 2019 at 11:23PM
http://twitter.com/FlutterDev/status/1199815959134924800
New post on /r/flutterdev subreddit:

how to implement a two-way infinite scroll in flutter?
i'm thinking of using two listviews, but i'm not sure the best way to do this. i want infinite scroll up and down. what's the best way to implement this?

November 28, 2019 at 04:58AM by dan-danny-daniel
https://ift.tt/34s92Mp
New post on /r/flutterdev subreddit:

A way to upload files to API with Flutter Web: Is Flutter Web ready for production?
Hi there!I've been developing an app with Flutter. Android and iOS working flawlessly. I discovered that it is fast to develop a real-world app with Flutter. I come from full PHP world (Symfony, OpenCart) and it was hard at the beginning but I managed to build a highly-critical app with Flutter.Anyways, I was using Flutter Web, everything works as expected, except for the File upload thing. I tried every single suggestion I found in SO and Discord, but to no avail. I was using the DIO package but could upload (I even followed their official docs). So I was wondering if you know how I can upload files?

November 28, 2019 at 04:22AM by sam-sung
https://ift.tt/2QTenbA
New post on Flutter Dev Google group:

Sqflite database
How can store pdf file in sqflite database in .db file in flutter?

November 28, 2019 at 08:31AM by Munish Rathore
https://ift.tt/2OulLsq