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

XML Layout for Flutter : Brings Angular's style to Flutter!
https://ift.tt/2ZzOAut

September 06, 2019 at 03:03PM by EngineerScientist
https://ift.tt/2ZUPIUI
New post on /r/flutterdev subreddit:

A Showcase for Passionate Flutter Developers | Flutter Pro
https://flutterpro.dev

September 06, 2019 at 02:24PM by hillel369
https://ift.tt/2HQmXSY
New post on /r/flutterdev subreddit:

Wanted: Examples & Designs for a settings page/view
Hello,I actually want to ask you about some flutter examples.I got some recommendations to check several flutter community platforms for examples and also some pages for UI designs. I am looking forward to start an app with a friend of mine. We want to write it in flutter. The app itself is community driven. For this we want to create a profile for the user.For the user settings we want to create a page/view where the user can edit his information. That could be a list of label and textfield pairs but it could also be displayed in some other way (open for suggestions).My question now: I did not find any examples, scribbles or screen designs about a good and modern settings page. Neither I found coding examples. Do you guys have or know any pages that offer some design and code examples for a good settings page?

September 06, 2019 at 04:55PM by lukasbash
https://ift.tt/2ZAhIlk
New post on Flutter Dev Google group:

Best Architecture for complex applications
Which one is the best architecture for one of my complex application that I am gonna develop using flutter cross-platform framework?

September 06, 2019 at 05:27PM by Akhilesh Mourya
https://ift.tt/2ZRMeCG
New post on /r/flutterdev subreddit:

🤸‍Follow the latest and greatest projects from the Flutter team!
https://ift.tt/2ZUluBt

September 06, 2019 at 06:06PM by EngineerScientist
https://ift.tt/2HQJhfe
New post on /r/flutterdev subreddit:

Tutorial on using flutter_bloc with JWT authentication
Hi guys,Is there any tutorial/course/example on using flutter_bloc package and JWT based authentication instead of Firebase? Like getting JWT, storing it, reusing it for requests, refreshing the JWT token and etc. I found no resources on this topic... Any info is welcome.​Thanks

September 06, 2019 at 07:11PM by Spectarion
https://ift.tt/3105Y8d
New post on /r/flutterdev subreddit:

multi_charts - A flutter package that provides different types of charts written in Dart.
Package link - pub.dev/packages/multi_chartsGithub Repo - https://github.com/intkhabahmed/multi_chartsTry the package and give your suggestions and feedback. Currently it supports only Radar Chart, will add more in the future.Please share and the repository and show your support. If you want to contribute, fork the repo and send your pull requests.

September 06, 2019 at 06:56PM by intkhabahmed
https://ift.tt/2ZyDuG2
New post on /r/flutterdev subreddit:

Creating BottomNavigationBar with different screens.
Hello! I'm really new to Flutter, I'm trying to create an application with few screens.I followed a tutorial and created a BottomNavigationBar, Instead of the Text widgets in the tutorial, I want to add the screens of the app (for example, Home and Settings screens), but I can't find out how, Tried to just replace it but I get an error. The element type 'SettingsState' can't be assigned to the list type 'Widget'.dart(list_element_type_not_assignable)​This is what I have so far:This is how I created the Settings Screen (or at least tried):https://pastebin.com/GSRBxLkp​And this is the HomePage that came with the starter app (modified a little) :https://pastebin.com/K57gg1yg​As I said, I'm really new to Flutter so I don't really know the Syntax and Keywords so searching Google didn't really helped.

September 06, 2019 at 10:22PM by ZwapDawg
https://ift.tt/2N0gEAp
New post on /r/flutterdev subreddit:

How to build a native cross platform project with Flutter
https://ift.tt/2UFzOwv

September 07, 2019 at 01:42AM by Elixane
https://ift.tt/2ZXMnEl
New post on /r/flutterdev subreddit:

sliding_panel package available!
https://pub.dev/packages/sliding_panelCheckout the all new sliding_panel package!Now create slidable widget, just as you want it!#FirstFlutterCreation#FirstOpenSourceThanks!

September 07, 2019 at 09:21AM by RaviKavaiya
https://ift.tt/311VZzf
New post on Flutter Dev Google group:

A Flutter MVVM (Model-View-ViewModel) implementation
A Flutter MVVM (Model-View-ViewModel) implementation. It uses property-based data binding to establish a connection between the ViewModel and the View, and drives the View changes through the ViewModel. https://ift.tt/2HBl7p0 https://ift.tt/2ZHO9hD import 'package:flutter/

September 07, 2019 at 10:53AM by unicreators
https://ift.tt/2ZRysQd
New post on /r/flutterdev subreddit:

GetIt 3.0.0 is there
From the release notes:[3.0.0] - 07.09.2019Overhauled the signalling API because the way it was was not optimal. Now you can either signal globally or by passing the instance of the registered object that shall signal. This way it's ensured that you have to have access to the instance to signal, typically from within the instance with a GetIt.instance.signalReady(this) individual signalling from other places but the instance itself is probably an error.Unregister of singletons /lazysingletons now possible also over a registered instance.Most asserts have bin replaced with throwing Errorobjects.The example now shows the ready signalling.https://pub.dev/packages/get_it

September 07, 2019 at 03:54PM by escamoteur
https://ift.tt/2LEpYHo
New post on /r/flutterdev subreddit:

How can you create a circular slider, without relying on a premade package from pub.dev?
I’d like to create a circular slider for practice and maybe eventually using it in an app, and I was wondering if there is a way to do this with flutter, as it seems like the inbuilt slider is only straight. It’d be great if I could reuse the original slider methods and properties and just change the shape.Thanks a lot!

September 07, 2019 at 03:06PM by flexindev
https://ift.tt/316Zqow
New post on /r/flutterdev subreddit:

async_controller - new package for managing asynchronously loaded data
https://ift.tt/2ZVbkQT

September 07, 2019 at 05:12PM by chrabeusz
https://ift.tt/2MYVJxS
New post on /r/flutterdev subreddit:

Color Selection Widget - Plugin
https://ift.tt/2zYLYah

September 07, 2019 at 05:37PM by kiesman99
https://ift.tt/2ZK5xSi
New post on /r/flutterdev subreddit:

Reorderables: Various reorderable aka drag & drop, widgets, reorderable table, row, column, wrap, & sliver list, that make children draggable & reorder them within the widget. Parent widget only need to provide an onReorder function that is invoked with the old & new indexes of child being reordered
https://ift.tt/2ZWfA2F

September 07, 2019 at 06:16PM by EngineerScientist
https://ift.tt/2A2fbkN