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

A simple multipage beamer example
https://github.com/jeremiahlukus/beamer_testI had a few issues integrating beamer in my app so the guy that maintains beamer helped fixed a few issues. This is a minimal multipage example everything figured i'd share with everyone.

March 01, 2021 at 02:24PM by jeremiah_parrack
https://ift.tt/3uSwIXU
New post on /r/flutterdev subreddit:

Image Drop Shadow Effect
I'm working on an app concept and as I was creating a wireframe and photoshop template I was wondering if this effect is recreateable using flutter.Instead of taking a solid color I'd like to use the colors from the image instead. Does this effect have a certain name?In this example the left area of the shadow stays beige, while the right side looks pink.

March 01, 2021 at 02:18PM by lechnerio
https://ift.tt/2MzzxM2
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 77! - Tutorials, videos, packages, and much more!
https://ift.tt/2PiEee9

March 01, 2021 at 02:06PM by vensign
https://ift.tt/2NHU4yM
New post on Flutter Dev Google group:

:app:stripDebugDebugSymbols
Hi all, I am trying to run my flutter app on Linux but it keeps falling and giving me the following error! this is really frustrating because it stops me from making progress in my app since last Wednesday. I need help, please. Thank you in advance, [image: Que.png]

March 01, 2021 at 03:18PM by Al pha
https://ift.tt/37YoRy8
New post on Flutter Dev Google group:

BouncingScrollPhysics Not Bouncing
In my code the bouncingscrollphysics is bouncing but only on one side not on both sides? Curious if there is something I have done wrong in my code? Column( children: [ SizedBox( height: 50, child: ListView.builder( physics: BouncingScrollPhysic

March 01, 2021 at 04:33PM by Mark Valeriani
https://ift.tt/3dUQ3kX
New post on /r/flutterdev subreddit:

Flutter Flame v1.0 Tutorial Series
The Flame game engine for Flutter is at 1.0.0-rc7. The new version has many differences from the older versions, which may cause problems with older tutorials. I am creating a new tutorial series for Flame v1.0 as a way to help out other people getting started with this awesome framework. https://youtube.com/playlist?list=PLxvyAnoL-vu49mglrFB5_GlubMWzYqp68I have finished 4 videos so far.Flame v1.0 setup, including use of onLoad for Sprite assetsloading static sprite into Flutter with loadSpritemoving sprite position inside update method of game loopanimating spritesThere are many fine tutorials on Flame out there built by people with more skills than me. To be honest, I was struggling with other tutorials due to some great updates to Flame v1.0 combined with my mediocre knowledge of Dart, Flutter, and weak knowledge of Flame. I started to ask questions on the Flame Discord channel and got solid and helpful advice. since I benefitted from the help of others, I've started to put down some of these tips in videos as a hobby. I'm still planning to build more videos of this "super beginner type" as a hobby during shelter in place in California.

March 01, 2021 at 05:22PM by codetricity
https://ift.tt/2PnODW5
New post on /r/flutterdev subreddit:

Using Flutter with Django as backend
I'm a web dev who has been solely using Django. I'm going to be building my first mobile app, using Flutter.Anyone here have any experience using Django w/ Django REST framework, as the backend for a mobile app built with Flutter? Would love to hear your experience using Flutter w/ Django and whether you think it's a good combo.

March 01, 2021 at 08:46PM by Valachio
https://ift.tt/2PflU5A
New post on /r/flutterdev subreddit:

App for taking attendance over wifi using flutter
I think the title is self-sufficient but I will still try to explain what I want to create and require help on how can I do it. I am totally new to flutter. Also, I don't know much about web sockets, port etc and how transfer between two mobile devices occurs in apps like shareit, xender over wifi(if somebody can please explain this also then it would be very good and also how can this kind of apps be created in flutter). I want to create an app in which teacher can just click a button in the teacher app and all the student present in the classroom that time should be able to mark their attendance using the student app on their device to mark their attendance over the wifi by connecting to teachers hotspot. And I also need to make sure that only one student can mark the attendance from a single device so that every student can mark their own attendance only. According to what I have read I need to assign a uuid to each device so that for eg-If student A installs the app on device X then no student should be allowed to mark their attendance from device X except student A.I hope I was able to explain what I want to do. Any suggestion on how I should do it or even if its possible with flutter or not?

March 01, 2021 at 08:42PM by orio29
https://ift.tt/2NS2of5
New post on /r/flutterdev subreddit:

Considering Flutter for all
I'm trying to push our company to switch from Xamarin.forms to flutter for our mobile app needs. At the same time, our company is also evaluating platforms for our front end. We're currently using ember mostly and some angular.So should we also consider flutter for web?

March 01, 2021 at 09:58PM by xam_2_flutter
https://ift.tt/3bQ05kS
New post on /r/flutterdev subreddit:

Flame with lighting in Flutter
I made a simple flame that can light your app/website in Flutter. Check it out if you like.https://www.youtube.com/watch?v=NZ_PgRAoRSo

March 01, 2021 at 11:04PM by evilevidenz
https://ift.tt/2NQooXU
New post on /r/flutterdev subreddit:

Is Flutter a good choice for my social network app?
Hello,I am looking for advice from people that already have some experience with Flutter to understand if it's actually a good tool to meet my needs.The thing is that after around 2 years in web development I decided to attempt to create my own product which would require a mobile app (iOS and Android). The target product generally resembles some sort of social network application targeting particular audience and will require implementation of messenger/chat rooms delivering good user experience. The back-end will run on ASP.NET Web API with SQL Server and MongoDB hosted on VPS.I have spent some time to make research on the cross-platform frameworks available and came to conclusion that my choice generally comes down to the dilemma between Flutter and React Native.So far, I have been playing with Flutter for a few days and I should say that I totally love it, but at this point I am concerned that this framework may have some serious technical limitations that will drive me to the corner at some point of development, especially after I commit a lot of hours into this project.In particular, I have read that there are some problems with push notifications, which is an absolute must have in my use case, as I need to have properly working push notifications even when app is in background or terminated. Is there any way to achieve this on iOS and Android without using Firebase?Could you please tell me if there are any aspects that I need to be aware of before opting for this technology? Do you think it's actually a good choice for project like that?Thank you in advance!

March 01, 2021 at 11:02PM by lighthous_e
https://ift.tt/381IgOB
New post on /r/flutterdev subreddit:

Flowers and Chocolates gifting app
Hi all,I want to start a project, selling flowers and Chocolates on demand delivery, I will have no stock at all, it is like the food demand on delivery apps, just for flowers.So, I choose Flutter, to write code once and run everywhere.I was thinking to use Shopify as backend, and to make the collections as cities, and under each collection(city) will add some products..Then, maybe I can use BloC and http, to get the collections.json and products.json and load them.So, As a begginer in Flutter, I dont know if this is a good solution or is it better to use Firebase? Or if there is any other solutions?I would be happy to get your feedback.Thank you all!

March 01, 2021 at 10:42PM by haythameg
https://ift.tt/3q5gDdF
New tweet from FlutterDev:

📣 There are 48 hours left until #FlutterEngage!

We will bring the announcements, you bring yourself. Egg-citement overload! #DashFainted

Be sure to sign up, if you haven’t already, and we will see you at the show on March 3rd 👉 https://t.co/T9025C5NCV pic.twitter.com/n3XJuvqiNx— Flutter (@FlutterDev) March 1, 2021

March 01, 2021 at 11:34PM
http://twitter.com/FlutterDev/status/1366517207740477444
New post on Flutter Dev Google group:

Contract Job Opportunity // Hot Requirements // Immediate Interview
Hello Associates, Kindly send me resume at *Austi...@mirthconsulting.net
New post on /r/flutterdev subreddit:

Resources Absolutely Needed to Learn Flutter in 2021
https://ift.tt/3bQNI85

March 02, 2021 at 06:15AM by xShadowRecruit
https://ift.tt/380ZHyO
New post on /r/flutterdev subreddit:

What's new - Flutter
All current Flutter SDK releases, both stable, dev, and master.

March 02, 2021 at 08:50AM by Loricaricofe
https://ift.tt/3b3vKA6
New post on /r/flutterdev subreddit:

Hello World
With Flutter Engage just around the corner, we are excited to exit our “stealth mode” and start introducing ourselves to the Flutter Community!We are Applications Studio, a web platform with a single goal: making mobile apps easy and accessible to everyone. Our platform is oriented towards the non-technical user who needs a mobile app but doesn’t know how to build one and doesn’t have the resources to pay someone (example: small business owners). So, looking at things from that perspective, our platform is something like Wix - but for mobile apps. From a developer perspective, our platform is like Shopify. Flutter Developers can join our platform and start building plugins, features and themes for which they will get compensated. Currently we are in private beta and we allow businesses to create certain types of apps that they need. We also started to work on the developer side of the platform so other developers like you to be able to join and build on top of our platform.That’s why we would love to get some feedback from Flutter Software Engineers - so, if you have a couple of minutes, head over to our website -> www.applications.studio and fill out the form from our ‘Get started’ section. We will have limited seats for developers to join the private beta. If you wish to be one of the first, complete the form!If you have any questions or just want to say hi, DM us here. We're more than happy to chat about the future of mobile apps!​

March 02, 2021 at 10:43AM by Applications-Studio
https://ift.tt/3b7iNoT
New post on /r/flutterdev subreddit:

Backend for Flutter
Hey people. I recently discovered Flutter. My main question for now is what languages can I use as a backend for it? Maybe Python?And I saw many stuff about React vs Flutter . What are your opinions about it?Thanks!

March 02, 2021 at 10:41AM by gokser
https://ift.tt/3uKG7Rc