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

new package Login design
Hello friends, I created a new package to incorporate a login to our projects, the design was beautiful, if you like it, you can share :)login fresh

March 11, 2021 at 06:41PM by krysthyan09
https://ift.tt/3vqiz4u
New tweet from FlutterDev:

Improve your UI and save users’ time with flutter_slideable!

The package lets users reveal actions with a single swipe. Find out how to use it in our latest video!

Watch now → https://t.co/jjvX9d5G9e pic.twitter.com/vgDrAY6TZ2— Flutter (@FlutterDev) March 11, 2021

March 11, 2021 at 08:24PM
http://twitter.com/FlutterDev/status/1370093286107586560
New post on Flutter Dev Google group:

How to change style of popups when editing text field?
How to change in Flutter style of popups when editing text field? Current combination of theme propertis gives black text in this popups and I would like to change this color. Which theme's property can do that?

March 11, 2021 at 08:30PM by cinem...@gmail.com
https://ift.tt/3l66qwN
New post on Flutter Dev Google group:

Flutter recommended design pattern
Hey Everybody, What is the recommended design pattern for developing apps with flutter? Is it BLoC? Provider? Maybe MVC or MVVN? Thanks, Omer

March 11, 2021 at 08:54PM by עומר רחמני
https://ift.tt/3cowGyh
New post on Flutter Dev Google group:

php flutter mac xampp dio
Dear: I am trying to contact XAMPP via flutter String url =*"https://ift.tt/3bDkdrp
New post on Flutter Dev Google group:

After updating cocoapods it is not generating Podfile.lock
It is showing this message when I run pod install: Pod installation complete! There are 0 dependencies from the Podfile and 0 total pods installed. In Podfile.lock it only appears: PODFILE CHECKSUM: 5ada3782c16649731dd16e7a93753acb0d5d4856 COCOAPODS: 1.10.1 My Xcode Version 11.2.1 (11B500)

March 12, 2021 at 12:02AM by Alfredo Sass
https://ift.tt/3euOmLn
New post on /r/flutterdev subreddit:

Flutter web apps
Flutter web does it support full app functions & plugins such as access to camera gps nfc ...exe?

March 12, 2021 at 02:36AM by W-Space
https://ift.tt/3rFqVmd
New post on /r/flutterdev subreddit:

I uploaded my first package, a SideBar for Web and Desktop
Since I was trying to use Flutter 2 and trying to create a "modern looking" site I wanted to use a side bar but there wasn't any package that makes the job as I wanted.It's basically a left sided navigation bar with a logo and a list of buttons.So here's the package link. Hope you like it, if you have any suggestion please feel free and comment here.Sorry for my bad English hehe!!

March 12, 2021 at 06:01AM by TurcoIsBack
https://ift.tt/3ewNJko
New post on Flutter Dev Google group:

Plugin Initialization failed during native call
Hi All, I am trying to use shared preferences as a plugin inside my android app. It stores the auth tokens and keys which are used to automatically login the user if the app is invoked at a later time. The app also is invoked through a native android event (action_send). In this flow, the app

March 12, 2021 at 06:15AM by Mohammed Salman
https://ift.tt/3lh1Eg4
New post on Flutter Dev Google group:

Why so few Flutter jobs & training out there?
Hi, For an upcoming talk comparing web and cross-platform frameworks < https://betterprojectsfaster.com/learn/talks-javaland-2021-long-java-front-ends/>, I researched job offers on Stack Overflow Jobs
New post on /r/flutterdev subreddit:

How to connect flutter with socketio?
Node Serverconst server = require("http").createServer();const io = require("socket.io")(server);io.on("connection", function (client) {  console.log("client connect...", client.id);  client.on("message", function name(data) {    console.log(data);    io.emit("message", data);  });});var port = process.env.PORT || 3000;server.listen(port, (err) => {if (err) throw err;  console.log("Serve Running");});Fluttersocket = io('http://127.0.0.1:3000', <String, dynamic>{'transports': ['websocket'],'autoConnect': false,});// Connect to websocketsocket.connect();}I am trying this code in frontend but it's not connecting with socketio. I have tried running this program after uploading node files to heroku. But it is still not working. It's not giving any response.Does anyone know where I am doing wrong?If someone know alternative method of connecting node server with flutter. Please tell me.

March 12, 2021 at 02:08PM by NecessaryAlarming790
https://ift.tt/30COdxy
New post on /r/flutterdev subreddit:

App Feedback Thread - March 12, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

March 12, 2021 at 03:00PM by AutoModerator
https://ift.tt/3coMmSm
New post on /r/flutterdev subreddit:

Advantages of Using Dart on the Command Line
I wrote an article explaining why I chose Dart for a command line tool over JavaScript, curl/Bash, or Python.Although the top advantage is the ability to use my Dart scripts in Flutter as well as the command line, I feel that Dart as a language is underappreciated. I like Dart and feel it has advantages as a language. I use Flutter because I like Dart, not the other way around.Flutter is amazing and after a year of using it, I still feel like it is magic every time it works. There's so many great things about it. However, the more I use Dart, the more I feel affection for it.Without automatic code formatting, all those round parenthesis might get tedious, but the auto-formatting is awesome and it works.Do other people like Dart as a standalone language? Or, are you using Dart because you need to use Dart to build a Flutter app?

March 12, 2021 at 02:29PM by codetricity
https://ift.tt/3bDG7uA
New post on /r/flutterdev subreddit:

What to use if flutter_form_bloc isn't maintained any more?
Have you looked into upgrading your dependencies to run flutter 2.x? flutter_form_bloc is my last blocker right now and it looks like it's no longer maintained.Is there any fork that has dependencies up to date and would allow easy transition?What other packages do you use for form state control?

March 12, 2021 at 04:12PM by akerro
https://ift.tt/38xYD5D