Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Stateless widget animations in Flutter
Hello everyone,I've been a lurker here on this sub, but this is my first post. I'm an Android developer by profession and recently started getting into Flutter.Implementing even the most basic animations in flutter required me to change the way I think compared to what I'm used to on Android. Specifically, it took time for the concept of animating stateless widgets to "click" for me.I wrote a blog post about what I learnt while building this simple animation. It is nothing too fancy but I hope it will help other beginners.https://kiranrao.in/blog/2020/05/21/flutter-stateless-animations/

May 24, 2020 at 04:44PM by curioustechizen
https://ift.tt/2ZyVK0H
New post on /r/flutterdev subreddit:

Comparing Blazor to Flutter
Hi all. I'm a Python/Django and Unity C# programmer. I'm looking to get into modern web/native app development (for non-games). Blazor is attractive for me because of C#/.NET. However, I recognize that Blazor is very new -- it just had it's first official release last week -- so has all the risks of a very new technology. So I'm trying to weigh the pros and cons very carefully before diving into a new project.In particular, I see how relatively mature and mainstream the Flutter ecosystem is (although I see Flutter for Web is still beta). So I wanted to ask how Blazor (referring to the whole ecosystem) looks to you Flutter experts? Do you see Blazor as being a a real contender in the space now or later? Pros and cons versus Flutter?Thanks for any insights you can offer!

May 24, 2020 at 04:33PM by Ghopper21
https://ift.tt/3cZPMtT
New post on /r/flutterdev subreddit:

What all do I need to get flutter to work with azure devops.
This is my goal. I have an mvc.net ecommerce site h(nopcommerce) thst has its own admin panel and uses SQL database for the entire site.If i want to use flutter to create mobile version of my website what all do I need to get started? I was reading i need to create an api. Can i use the same api calls that my website uses?I would like to use the same SQL database that my website uses. So that products are updated in realtime always. Is that possible?Can i use azure pipelines to build, package and deploy the app to the app stores?Is there a tutorial on getting this up and running with azure or even a demo github e-commerce project that i can use to get started? That way i can see the actual setup(api calls,database etc) and figure it out from there.

May 24, 2020 at 06:16PM by Dml33
https://ift.tt/3bSN0Fq
New post on /r/flutterdev subreddit:

Storing global objects in a file?
Hi, I have been using developing with Flutter for about three months now and I love it, but I still have a lot of confusion on state management. Currently, I have a file called "globals.dart" that begins with "library myapp.globals;" and has maps to cache images and objects. Other screens (widgets) will then import this file and access stuff in it. Is this a good practice? (Sorry if I didn't explain it good enough, lmk if I need to provide more information)

May 24, 2020 at 06:43PM by dcmacsman
https://ift.tt/2WWsAqE
New post on Flutter Dev Google group:

Need help with android studio emulator
So I started a course to learn about Flutter and Dart and I am using android studio with the flutter and dart plugin. I recently installed a new ssd onto my laptop to be my main boot device because it is faster than my previous ssd and I wanted to reinstall my whole android studio setup with

May 24, 2020 at 07:49PM by Jacky Lu
https://ift.tt/2LRngyG
New post on /r/flutterdev subreddit:

xcontext: tweakable static extension methods and getters on the context from the widgets, material, and cupertino libs
https://ift.tt/2A7vtMk

May 24, 2020 at 10:13PM by serial_dev
https://ift.tt/2LRy0Nw
New post on /r/flutterdev subreddit:

Analyzing changes in your flutter app using GitHub actions and diffuse
https://ift.tt/3eap3L6

May 24, 2020 at 10:32PM by Mastersamxyz
https://ift.tt/2TygAtB
New post on Flutter Dev Google group:

Show different pages, depending on Firebase
I have a problem and unfortunately I have no solution to it. So I was wondering if someone could help me. I have several documents on Firebase Database, in the document there is a value stored from which I can read out which page should be displayed in my app. For example with the value 1 page

May 25, 2020 at 01:05AM by Marlene Rahm
https://ift.tt/2WZUzGg
New post on /r/flutterdev subreddit:

EMBED CODEPEN WITH FLUTTER ON WORDPRESS WEBSITE
Hi everyone my name is Shivam and in this article we are going to make a Flutter UI on CodePen and then will add that CodePen file embed(output) on our WordPress website.https://navoki.com/embed-codepen-with-flutter-on-your-website/

May 25, 2020 at 02:39AM by theshivamlko
https://ift.tt/3em8Nah
New post on Flutter Dev Google group:

Cannot ignore .flutter-plugins-dependencies
Added .flutter-plugins-dependencies to the .gitignore file but it's not getting ignored... still queued for check-in. Anyone else having this issue?

May 25, 2020 at 04:37AM by Jeff Jorczak
https://ift.tt/3d1wDrx
New post on Flutter Dev Google group:

Can you guide me to any sample code of navigating to screens through bottom navigation bar?
I am not looking for samples shared on flutter.dev or other sites, rather looking for concrete implementation

May 25, 2020 at 06:48AM by Santosh Patil
https://ift.tt/2ZyZX4P
New post on Flutter Dev Google group:

mongodb data does not return object data to list in flutter
I am retrieving the data from mongodb and I want to show the specific items data as ListView, I trying to show the data as we do in parsing data through json but I am unable to get the data.My code is as below please help me getting the mongodb data as list import 'package:flutter/material.dart'

May 25, 2020 at 07:21AM by mahantappa b k
https://ift.tt/2X28zzf