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

How a Flutter developer and student built Tabs - design, ux, development, roadmap, and advice (open source)
https://ift.tt/32pCthO

February 25, 2020 at 06:37PM by boon4376
https://ift.tt/3a2ojWl
New post on /r/flutterdev subreddit:

Weekly Questions Thread - February 25, 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!

February 25, 2020 at 11:32PM by AutoModerator
https://ift.tt/2T1cmux
New tweet from FlutterDev:

Congrats to @Miickel and thank you to everyone for participating in the #FlutterClock challenge!

🥇The particle clock: stunning visual effects, code quality, and the mathematical complexity impressed the judges.

See the repo → https://t.co/H7cocn14JR
And the masterpiece ↓ pic.twitter.com/ohmulHtezD— Flutter (@FlutterDev) February 25, 2020

February 26, 2020 at 12:12AM
http://twitter.com/FlutterDev/status/1232443189207781377
New post on /r/flutterdev subreddit:

Change app display name during production
Hello,I'm trying to change the display name for my app.For android, I just edited the label property in the AndroidManifest.xml file, and it worked.For iOS, it didn't. So this is what I did so far:Changed the Display Name property in Runner.xcworkspace and changing the CFBundle property in info.plistRun flutter clean && flutter build iosBut it gave me an error saying the following error:Could not find the built application bundle at build/ios/iphonesimulator/Runner.app.My guess is because I changed the app name the .app file also changed. I looked through the directory and that's the case where the .app file was also rename and flutter was looking for Runner.app specifically. Is there a fix to this? Or changing the app name is not allowed in development?​Thank you!

February 26, 2020 at 03:17AM by jeremy_immanuel
https://ift.tt/2TjjJwn
New post on /r/flutterdev subreddit:

How To build a slider like this?
Check the Image Here:https://imgur.com/a/on3UNW6

February 26, 2020 at 01:13PM by maadhav2001
https://ift.tt/32xuFe6
New post on Flutter Dev Google group:

Image uploading failed on actual device but working perfect on emulator.
Hello Everyone, I need to upload an image to server using rest api. everything woking on emulator but failed on actual device. i have tried both libraries http and dio for this. (both working as expected on emulator) *Note: i have provided necessary permissions and imports for Physical

February 26, 2020 at 02:08PM by Mohd. Asif
https://ift.tt/39dIznS
New post on /r/flutterdev subreddit:

Flutter Architectural Patterns: How We Built the Splice App, by Angelina Fabbro
https://www.youtube.com/watch?v=FcjPNKmyrlMBuilding a Flutter app and unsure how to structure it as your code grows? Tried BLOC and unsure if it’s for you? Where should the state of your application live in a Flutter app, exactly? When dealing in a new framework without established patterns and practices, how do you make good choices? In this talk, I’ll discuss several different ways to we considered building our Flutter at Splice, the tradeoffs involved, and the architecture we chose to move forward with. Angelina Fabbro is a principal engineer and a technical lead at Splice, where they support the engineering organization through architectural design, prototyping, and R&D. Angelina has taught programmers new skills across multiple languages on the topics of software architecture, web development and web standards, graphics performance, and cloud computing infrastructure in over twenty countries.

February 26, 2020 at 02:42PM by fluthien
https://ift.tt/38ZK1KM
New post on /r/flutterdev subreddit:

Any french people here ?
Hi, I'm new at Flutter and I find it very interesting. I just wondered if there were french programmers or companies that use Flutter in their products.. Does someone have an idea ?

February 26, 2020 at 04:43PM by tdwebdev
https://ift.tt/2wHSsfg
New post on /r/flutterdev subreddit:

I recreated a HEX clock webapp in flutter as small side project
HI all, i cam across this clock a couple days ago on r/AskReddit and gave a shot at recreating it.It takes in the current hours, minutes and seconds, converts it into RGBO format and uses it as background colour.Would love some feedback on how to improve the quality of the code and overall thoughts on ithttps://hecsclock.web.apphttps://github.com/Germain-L/hecksclock

February 26, 2020 at 05:36PM by Week0_
https://ift.tt/393K8on
New post on /r/flutterdev subreddit:

Should I use Provider as BLoC provider?
I want to use the BLoC and RxDart approach in my app. Usually I would use BlocProvider class from Flutter docs but maybe using the Provider package is better? The usage of Blocs would be very similar but we could take advantage MulitProvider etc. Do you guys think that’s a good idea?

February 26, 2020 at 05:25PM by poq106
https://ift.tt/2HWuHTl
New post on /r/flutterdev subreddit:

Zero programming experience
I want to learn Dart/Flutter with ZERO programming experience.Aside from combing through youtube videos, where is the best place to start?

February 26, 2020 at 05:23PM by steps1912
https://ift.tt/2VmLmHk