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

Reusable form validation with flrx_validator
Hi all, we have created a Validator library which allows you to easily validate your forms. Both the validator and the rules can be easily extended.It's as simple as doing this
TextFormField( validator: Validator<String>( rules: [RequiredRule(), EmailRule()] ) ); 
Some of the Built In RulesAnyRuleEachRuleEmailRuleInRuleMaxLengthRuleMinLengthRuleNotInRuleRegexRuleRequiredRuleFlrx ValidatorDo check it out and let us know what you think about it.

November 21, 2019 at 10:30AM by ibrahim_mubarak
https://ift.tt/2O8fcvp
New post on Flutter Dev Google group:

sqflite offline storage data
How to store online data to offline data in flutter application ?where located sqflite .db database n flutter project structure ? i have not view offline data through interface . how to view offline sqflite data in flutter appplication?plz reply /

November 21, 2019 at 12:59PM by Munish Rathore
https://ift.tt/34a45rc
New post on /r/flutterdev subreddit:

Unit Testing: Bloc Library & Codemagic by Felix Angelov
https://ift.tt/2O6Ik5X

November 21, 2019 at 01:11PM by Gigatronbot
https://ift.tt/336buql
New post on Flutter Dev Google group:

How to store a object in Table moor?
How do we store this type of JSON to Moor
New post on /r/flutterdev subreddit:

Extended capabilities for collections
Hello everyone, recently we've created dart package that improves operating the collections, it's called flinq.It adds extension getters and methods such as firstOrNull, firstOrNullWhere, mapList, min, max, sum, average, etc.Here's the link

November 21, 2019 at 02:53PM by ExReflect10n
https://ift.tt/2ra4yeC
New post on /r/flutterdev subreddit:

IOS Bug, keyboard not showing up.
We encontered a problem in IOS, we have tested many webview packages from https://pub.dev/ and all the solutions ends with the same result.When the innapp website opens, it loads perfectly, but when you interact with an input, the keyboard doesn't seems show up, it occurs in all the inputs from all the pages.Thanks in advance!.IMAGE of the errorThe error log output is: Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) (    "<NSAutoresizingMaskLayoutConstraint:0x6040004826c0 h=-&- v=-&- UIToolbar:0x7fcec747c950.width == \_UIInputViewContent:0x7fcec74aede0.width   (active)>",    "<NSAutoresizingMaskLayoutConstraint:0x600000487440 h=--& v=--& \_UIInputViewContent:0x7fcec74aede0.width == 0   (active)>",    "<NSLayoutConstraint:0x6000004839d0 H:|-(0)-\[\_UIButtonBarStackView:0x7fcec74bfd40\]   (active, names: '|':\_UIToolbarContentView:0x7fcec743d460 )>",    "<NSLayoutConstraint:0x600000483a70 \_UIButtonBarStackView:0x7fcec74bfd40.trailing == \_UIToolbarContentView:0x7fcec743d460.trailing + 8   (active)>",    "<NSLayoutConstraint:0x6000004845b0 \_UIToolbarContentView:0x7fcec743d460.trailing == UIToolbar:0x7fcec747c950.trailing   (active)>",    "<NSLayoutConstraint:0x60000009f1d0 H:|-(0)-\[\_UIToolbarContentView:0x7fcec743d460\]   (active, names: '|':UIToolbar:0x7fcec747c950 )>",    "<NSLayoutConstraint:0x604000480730 H:|-(>=5)-[_UIModernBarButton:0x7fcec75b34b0]   (active, names: '|':_UIButtonBarButton:0x7fcec75b2e40 )>",    "<NSLayoutConstraint:0x604000480780 H:\[\_UIModernBarButton:0x7fcec75b34b0\]-(>=5)-|   (active, names: '|':_UIButtonBarButton:0x7fcec75b2e40 )>",    "<NSLayoutConstraint:0x604000481310 H:|-(8)-\[\_UIModernBarButton:0x7fcec75b4060'Done'\]   (active, names: '|':\_UIButtonBarButton:0x7fcec75b39d0 )>",    "<NSLayoutConstraint:0x604000481360 H:\[\_UIModernBarButton:0x7fcec75b4060'Done'\]-(0)-|   (active, names: '|':\_UIButtonBarButton:0x7fcec75b39d0 )>",

November 21, 2019 at 03:40PM by PsHye18
https://ift.tt/2OubzPg
New post on Flutter Dev Google group:

How to use async code inside map() (Flutter, Firestore)
Hey, I am working on a group chat app with Flutter and the Firestore Plugin. Getting the data from the database and converting the snapshot into a List of Messages works totally fine. But now I want to convert the uid from the database into the username (uid: username are saved in the db). This

November 21, 2019 at 04:41PM by J3ns
https://ift.tt/37st3nK
New tweet from FlutterDev:

👏 Thanks for all the valuable feedback on Flutter! 👏

We're back with the Q3 survey results from over 7,500 Flutter users. 👥

Read about it here &darr; https://t.co/e8a0eyYtQP— Flutter (@FlutterDev) November 21, 2019

November 21, 2019 at 06:30PM
http://twitter.com/FlutterDev/status/1197567977006104576
New post on /r/flutterdev subreddit:

Install Flutter app onto iPhone
Hi, I have a Macbook Pro and an iPhone Xs. Can I develop a flutter app on my Mac, and then install it on my iPhone for testing without paying Apple?I see a lot of people trying to do this from a Windows machine but not a Mac.Thanks!

November 21, 2019 at 06:35PM by TopNFalvors
https://ift.tt/37rv9Ex
New post on /r/flutterdev subreddit:

Is Flutter the most ideal tech for a "Lime"(Electric scooter rental app)-like startup?
Hi people,I have been using Flutter for the past year and loving it. However I would like to get the thoughts of the community, especially the experienced developers who worked on production ready apps which require a large ecosystem of development. I think the feedback you give might be valuable to a lot of people/companies who are considering to use Flutter in a big project.If done with Flutter, what are the optimal guesses to the questions below: (Assume UI/UX design is ready along with assets, etc..)Is flutter OK for this project? (look at some of the project ingredients at the bottom of the post)How many Flutter developers are needed? (And what experience levels?)With a project of this size, what state management is best suited?Is Firebase OK for a project like this? (consider pricing while answering)How many Server side developers are needed?How many testers? (Unit tests will be written by the Flutter devs)How long for the MVP(minimal viable product) to be ready?How long needed for the App to be market ready?Please consider these requirements:(There might be some that I forgot to add. remind me if you want to add any)iOS/AndroidReal time info display(location of the scooters/battery levels/etc..)Payment servicesInternationalizingAccessibilityMaps and NavigationLocation PermissionCamera PermissionBarcode scannerPush NotificationsTestingAnalyticsCrashlyticsAnd things I forgotten to add...

November 21, 2019 at 06:11PM by aytunch
https://ift.tt/37r2YFS
New post on /r/flutterdev subreddit:

connecting to and returning results from a website
Hi, is there a built-in method in flutter to connect to a website and then parse the results?Thanks!

November 21, 2019 at 08:33PM by TopNFalvors
https://ift.tt/2QAR5ai
New post on /r/flutterdev subreddit:

Flutter winning me over SwiftUI
After spending some time with Flutter to create a mobile application for a small effort it was a pretty unique experience in that I really enjoyed the process with hot reload and being platform agnostic. I recently decided to give a try at SwiftUI and while its a great start it got very frustrating really quickly in that they don’t have a true hot reload feature and the structuring of an application was a mess. As a mainly iOS user it feels like I am cheating on a platform I have heavily invested in for a new more exciting development ecosystem.

November 21, 2019 at 08:57PM by rubenalvjr
https://ift.tt/2QH3zNw
New post on Flutter Dev Google group:

How to run multiple test cases of Flutter integration tests in single command or from single file.
How to run multiple test cases of Flutter integration tests in single command or from single file. 1. If I run two separate commands for two files then report generates only for last command. 2. When I try to do separate groups in single file then app stays on same page doesn't restart. Here

November 22, 2019 at 07:49AM by Vitthal Bobade
https://ift.tt/2Oz8ddJ
New post on Flutter Dev Google group:

How to run multiple test cases of Flutter integration tests in single command or from single file.
How to run multiple test cases of Flutter integration tests in single command or from single file. 1. If I run two separate commands for two files then report generates only for last command. 2. When I try to do separate groups in single file then app stays on same page doesn't restart. Here

November 22, 2019 at 07:50AM by Vitthal Bobade
https://ift.tt/35mFnEg
New post on Flutter Dev Google group:

Error running Gradle
When I try to run my app I got this error. * Error running Gradle: ProcessException: Process "C:\Users\UserName\Documents\FlutterProjects\MyApp\android\gradlew.bat" exited abnormally: > Configure project :app WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with

November 22, 2019 at 08:08AM by Binuwara Nagahawatta
https://ift.tt/2O8sWWY
New post on /r/flutterdev subreddit:

Extended capabilities for collections. Hello everyone, recently we've created dart package that improves operating the collections, it's called flinq. It adds extension getters and methods such as firstOrNull, firstOrNullWhere, mapList, min, max, sum, average, etc.
https://ift.tt/34cLMlf

November 22, 2019 at 10:12AM by ExReflect10n
https://ift.tt/35toc47
New post on Flutter Dev Google group:

Chat application development with flutter, Will it support all the features?
Hello, I am Android developer, I am new in flutter application development. Need help about development possibility regarding below requirements, I am developing *chat application like Slack* with all the feature including, single, group chat, media sharing, read receipt, typing intimation,

November 22, 2019 at 10:44AM by dayanand L
https://ift.tt/2KLMH4r
New post on /r/flutterdev subreddit:

<b>Recap: Google's BIG challenge, Make your Flutter app look gooooood &#128525;</b>
Hey, everyone! Here's a recap of what's been happening over the past couple of weeks in the Flutter-verse.We talk a lot about things like state management, so this time around we decided to highlight some of the awesome stuff Flutter allows us to do to make our apps look good and work well.Love it? Hate it? Let us know in the comments!Want to get it by email? <a href="https://flutterigniter.com/snacks/">Click here</a>.____Your Flutter app needs to look good and feel greatWe've all had designers that have asked for things that were just wayyyyy too complex. Thankfully, Flutter gives us some awesome tools that make it much easier to say “yes” to designers while keeping your code &#128170;&#8203;<strong>Export Flutter code from Zeplin</strong>...ever gotten a Sketch or Photoshop file from a designer and then had to manually figure out colors, sizes, etc? Yeah, it’s a pain in the a**. Thankfully, if you use <a href="https://zeplin.io/">Zeplin</a>, there’s a <a href="https://medium.com/flutter-community/flutter-and-zeplin-speed-up-the-development-process-from-your-design-45ff5d21166a">great extension from Roberto Juarez</a> that will automatically generate Dart code you can use in your Flutter app.&#8203;<strong>Easier Styling with Division</strong>...as you work with Flutter, you’ll undoubtedly run into some awkwardness with styling, whether it’s inconsistencies in how exactly you style different things (ex: centering vs. font size) or sharing styles among multiple widgets. The <a href="https://github.com/ReinBentdal/division">Division package from Rein Bentdal</a> aims to make it a whole lot easier using CSS-inspired syntax. Need a video tutorial? <a href="https://www.youtube.com/watch?v=kcq8AbVyMbk&feature=emb_title">Look no further</a>.&#8203;<strong>Cupertino “Stack View” is coming/already here</strong>...we’ve heard it called by many names: stack view, sheet presentation and more, but you’ve undoubtedly seen <a href="https://user-images.githubusercontent.com/3678732/66692450-05bb6d00-ecd1-11e9-8ba3-e6d5df09d645.png">this view style</a> if you’ve used iOS 13. While it’s <a href="https://github.com/flutter/flutter/issues/42560">been accepted</a> as a future inclusion in the Cupertino package, a fellow Flutter community member created the <a href="https://github.com/aliyigitbireroglu/flutter-cupertino-stackview">cupertino_stackview</a> package to make it a reality now.&#8203;<strong>Theming in Flutter...</strong>&#8203;<strong>&#127761; If your app doesn’t support Dark Mode, it sucks</strong>…okay, just kidding but dark mode is a feature that will most likely come to be expected in the future given that it’s now an OS-level option. So how do we do it in Flutter? In <a href="https://www.youtube.com/watch?v=G7gV89hnooM">this video</a>, Paul Halliday shows you how it's done using Provider.&#8203;<strong>Looking for a really in-depth theming tutorial?</strong>...if you’ve already read the <a href="https://flutter.dev/docs/cookbook/design/themes">Flutter theming docs</a> and are craving more, <a href="https://www.youtube.com/watch?v=RJkiESVJXAk&feature=youtu.be">check out this video from Techie Blossom</a> that digs deep into the theming process.&#8203;<strong>Want to create your app’s theme visually?</strong>...check out the <a href="https://rxlabz.github.io/panache_web/#/">Panache theme editor</a>. Start with a base palette, customize each widget style to your heart’s content and then copy the generated code. Done!____&#127906; Animate all the things…Animation is a powerful thing. Used too much and it can ruin a perfectly good app, but used just right, it can add a whole new dimension to the user experience. Intrigued? See the list below for animation tutorials for both the novice and the elite.&#8203;<strong>Understand the basics</strong>...with <a href="https://resocoder.com/2019/08/01/flutter-animation-tutorial