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

FlutterForce — Week 78
https://ift.tt/2A3Mbwk

May 24, 2020 at 03:04PM by flutterist
https://ift.tt/3gkeAik
New post on /r/flutterdev subreddit:

Unity embedded in Flutter or Unity alone ?
With some friends we would like to start a prototype of an app idea.Basically, the app would have basic features like signing up, signing in, signing out, a news feed to access (with unlimited scroll down), and a database to access other users' information.However, we would like to gamify it with a garden that players could take care of and a shop to buy items with in-app coins. Users can access their items and place them in their garden. The garden would be in isometric view, and users can visit other users' garden.Isometric 3D is so much easier to use with Unity, so we'll use Unity for the game. But we also like Flutter's beautiful UI and all its problem-solving widgets. Thus, we hesitate between :Using Flutter as the skeleton of the app and embed the unity game inside with flutter-unity-view-widgetUsing the UIWidgets library for Unity to have a Flutter like UI.Any suggestions ?

May 24, 2020 at 04:00PM by TheHabibiTavu
https://ift.tt/3gkgQWQ
New post on Flutter Dev Google group:

Not able to install cloud_firesrore in flutter showing error pod not install.
Hello I'm trying to install cloud_firestore in flutter but it's not installing.pod install error showing. I'm stuck for three days.

May 24, 2020 at 04:30PM by Shishira Tyagi
https://ift.tt/3d0aOZd
New post on Flutter Dev Google group:

Failed to load providerinstaller module: No acceptable module found.
Iam trying to sign in to my firebase account but and it is giving me this Message in the terminal .How ccan i resolve this? For a more detailed help message, press "h". To detach, press "d"; to quit, press "q". I/DynamiteModule(24431): Considering local module providerinstaller:0 and remote

May 24, 2020 at 04:49PM by Anoop Rana
https://ift.tt/2Xr7tfm
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