Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

[windows][eventChannel] How should I passing native buffer to dart in efficient way
I want to passing a buffer array from native plugin in windows. I try the example for eventChannel & EncodableValue, but at the dart side I only get the type _Int32ArrayView which I can't use. 1. How can i transfer _Int32ArrayView to Uint32List? 2. Is there other efficient way to passing

October 26, 2020 at 10:25AM by hereMaxwell
https://ift.tt/3jvWQRe
New post on /r/flutterdev subreddit:

State management
Are there any videos or open source projects that explain state management well?

October 26, 2020 at 01:16PM by Snoo16007
https://ift.tt/35sGPqc
New post on /r/flutterdev subreddit:

Change the code to work with firebase
I'm new in app development, I want to know how I can make this code react with cloud Firebase, how to link "swiper" with document firebasethis is what I want to make:https://ibb.co/SPv9tzGHere is my code:SafeArea(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
Container(
height: 500,
padding: EdgeInsets.only(left: 32, top: 10),
child: Swiper(
itemCount: pic.length,
itemWidth: MediaQuery.of(context).size.width - 2 * 64,
layout: SwiperLayout.STACK,
itemBuilder: (context, index) {
return InkWell(
onTap: (){
Navigator.push(context, PageRouteBuilder(
pageBuilder: (context,a,b) => ArticlePage(
text: pic[index],
),
));
},
);
},
),
)
],
),
),​​here is the model:class Article {
String imageUrl;
String title;
String categories;Article({
this.imageUrl,
this.title,
this.categories,
});
}final List<Article> pic= [Article(
imageUrl: 'assets/scr.jpg',
title: 'Jack the parisian',
categories: 'Games',
),Article(
imageUrl: 'assets/scr.jpg',
title: 'best vedio games',
categories: 'Games',),],

October 26, 2020 at 04:01PM by xavi_soufian
https://ift.tt/2HyrBbc
New post on /r/flutterdev subreddit:

Just released an iCalendar (.ics) parser
Hi guys, I've just released a package written in pure dart to parse ics file. Seems like there wasn't any parser for this until now. It is still in early development so I'd be glad to have your feedbacks.Pub: https://pub.dev/packages/icalendar_parserGithub: https://github.com/TesteurManiak/icalendar_parser

October 26, 2020 at 03:56PM by TesteurManiak
https://ift.tt/35uWJk4
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 62! - Tutorials, videos, packages, and much more!
https://ift.tt/3ooLFOd

October 26, 2020 at 02:56PM by vensign
https://ift.tt/2G0q79b
New post on Flutter Dev Google group:

100% Interview position ll Product Manager. ll at San Francisco, CA.
Hello, Any available consultants for *Product Manager**. *I have an excellent project with my client at *San Francisco, CA.* Kindly share resume at *Maz...@mirthconsulting.net
New post on Flutter Dev Google group:

Documentation guide On mouse hover
Hi Team, How to bring the documentation guide in Andriod studio as like as in VS code when mouse hover. Please let me know. Thank you. [image: image.png]

October 26, 2020 at 05:38PM by Ram Kumar
https://ift.tt/31M5jd7
New post on /r/flutterdev subreddit:

We created a small Flutter community for solo developers to help and to motivate each other by having regular virtual meetups.
Getting back into development as a solo developer myself, and just starting my flutter journey, I did not have someone to bounce ideas off of, to look at code with, or even to keep me accountable. I wasn't sure if I could make it through my first large project or even get past those troublesome bugs. These benefits of a team would be very helpful to someone like me. So, last week, I made a post here about starting a group of 5 people to meet virtually on a regular basis, discuss each other's projects, help if we are able, and help to hold each other accountable. Well, u/definitely_robots said "let's do it" and we started a discord server and we called it "Flutter Buddies".From that post alone, 20+ showed up. Everyone is awesome and many of us are very active participants. We have built an awesome discord server, had our first successful meetup, tossed around app ideas, shared our goals, and are helping each other with our projects and code. We even have a voice chat room with a music player set up to hangout while coding like a real development team might. In just a few days, I've already made a ton of progress on my project that I might not have, learned about some really cool tools, and really enjoy the community of people we have.We're going to add more meeting times so more people can benefit from the group, start doing small educational events, and I may even propose we try a small group project if enough people are willing.I'm really excited about this group. I wanted to put an invite out there one more time if anyone else in reddit land has the same solo coder story and wants to join in. There's no skill level requirement, everyone's welcome. We do ask you if you're interested in joining to try to come to meetups and be involved in the conversation, give back where you can. If you do want to join, make sure you claim the server role in #welcome channel to unlock the private channels.We created a vanity URL for our invite, it's http://flutterbuddies.com

October 26, 2020 at 05:28PM by joeyda3rd
https://ift.tt/37OKxO1
New post on /r/flutterdev subreddit:

How’s Flutter for web doing these days?
Been a while since I looked at flutter. How is it going? Any updates on web or any news when it will be ready for production?

October 26, 2020 at 05:14PM by augst1
https://ift.tt/3kwRQxf
New post on Flutter Dev Google group:

Crashlytics Console not showing crashes
Hello, I am trying to implement Crashlytics in flutter by using this blog post( https://ift.tt/34sFuAx) . I am using sample code on the flutter pub.dev page. ( https://ift.tt/3e0hUyc

October 26, 2020 at 09:46PM by NoobTheOofy Oof
https://ift.tt/3mqqBVs
New post on /r/flutterdev subreddit:

Flutter newbie looking for tips!
Hey everyone,I recently got started trying to learn flutter/dart. However, I feel the sheer amount of knowledge/information required to get started quite overwhelming. I feel like I'm mostly copy-pasting without really knowing what it does. It's really different to the stuff I'm used to. Since I also can't really experiment with small things without building big chunks of code.I hoping some of you can share some newbie tips with me, maybe even from your personal experience.(rn I'm following this course https://pro.academind.com/p/learn-flutter-dart-to-build-ios-android-apps-2020)thanks for taking the time and reading this!

October 26, 2020 at 09:17PM by KingZero010
https://ift.tt/3mnaTdS
New post on /r/flutterdev subreddit:

How can I detect words containing # and @
How can i detect words that contain # and/or @ for example #flutter or @flutter just like social media apps and highlight them in blue

October 26, 2020 at 10:22PM by ihs_ahm
https://ift.tt/35x4ypo
New post on /r/flutterdev subreddit:

RegExp
I am trying to limit textfield input to any number without leading zeros. What is the proper RegExp syntax for this in Dart?

October 26, 2020 at 11:10PM by Tutaweza
https://ift.tt/37HNgZt