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

Flutter Tutorial in Hindi
Check Out My Playlist From Herehttps://www.youtube.com/watch?v=RN9DVG6K8JA&list=PLiZi9P9Jsh-ImZGybBidWHxvom9klLYVeI am working on creating a Flutter tutorial in Hindi for beginners. I am like 1/5 of the way through uploading it completely.I hope you guys like it.Please subscribe and upvote if you find the videos useful.

November 25, 2020 at 01:51PM by YTYashKejriwal
https://ift.tt/3l6aDyX
New post on /r/flutterdev subreddit:

Is Flutter The Next Big Thing?
https://ift.tt/2HyPAHp

November 25, 2020 at 02:48PM by angelankia
https://ift.tt/39janu3
New post on /r/flutterdev subreddit:

Animations tool support for Flutter?
Anyone know of any popular animation tools that support Flutter besides Rive? I used Spine before on another project and was impressed with how powerful it is.Can Rive rival Spine yet?

November 25, 2020 at 05:07PM by scorr204
https://ift.tt/33jpoIv
New post on Flutter Dev Google group:

Connect to Sockets from a MySQL Database
I have been researching for quite some time and have not figured a way to connect a MySQL Database using Socket in Flutter to get that real time fetch and push the data, more specifically a Table from the Database. For Example I am using a Database named appDatabase with couple of tables inside

November 25, 2020 at 05:50PM by Vinny
https://ift.tt/3q0Ky85
New post on /r/flutterdev subreddit:

Flutter Chat App / WhatsApp Clone
A Chat App made on Flutter along with Firestore/Firebase backend, notifications and google sign in authentication.Here is the source code: https://github.com/shehriyarmalik/FlutterChatApp

November 25, 2020 at 08:52PM by shehriyar_
https://ift.tt/3leYKXD
New post on /r/flutterdev subreddit:

Flutter Chat App/Whatsapp Clone
A Chat App made on Flutter along with Firestore/Firebase backend, notifications and google sign in authentication.Here is the source code: https://github.com/shehriyarmalik/FlutterChatApp

November 25, 2020 at 08:55PM by shehriyar_
https://ift.tt/39f2BkR
New post on /r/flutterdev subreddit:

SDK location not found. ( MacOs)
A problem occurred configuring root project 'app_review'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

November 26, 2020 at 12:31AM by AdIndividual5108
https://ift.tt/3l7Jf3i
New post on /r/flutterdev subreddit:

Beta of FSM2 - an alternate to block?
FSM2 is based on UML2 state machines and allows you to statically declare states and transitions.As an FSM2 statemachine is statically declared it can be subject to static analysis and can be visualised using the builtin export mechanism.The latest release of FSM2 allows you to define nested states, concurrent states and inherited transitions. FSM2 also supports 'fork' and 'join' transitions.The life cycle of water. var machine = StateMachine.create((g) => g ..initialState<Solid>() ..state<Solid>((b) => b ..onEnter((s, e) async => print('we are now solid') ..onExit((s, e) async => print('bye bye solid existence')) ..on<OnMelted, Liquid>(sideEffect: () async => print('its melting') ..state<Liquid>((b) => b ..on<OnFroze, Solid>(sideEffect: () async => print('its getting cold')) ..on<OnVaporized, Gas>(sideEffect: () async => print('its getting very hot')) ..state<Gas>((b) => b ..on<OnCondensed, Liquid>(sideEffect: () async => print('move a little closer will you')) );Full documentation can be see on: https://bsutton.gitbook.io/fsm2/The package is released on pub.dev: https://pub.dev/packages/fsm2Full source is available on github: https://github.com/bsutton/fsm2Notes: the diagram exporter does not currently support concurrent states - this should be released in the next day or two. The gitbooks doco is still a little rough so any feedback would be appreciated.

November 26, 2020 at 01:11AM by bsutto
https://ift.tt/376mPL7
New post on /r/flutterdev subreddit:

Happy Note: A NEW evolution at pub.
Below package comes with a default text-field for Validating numbers and providing necessary detail base on selected country. it has more things. Check for yourself. Kindly like the package.📷https://pub.dev/packages/international_phone_field

November 26, 2020 at 02:27AM by Fancy_Let4203
https://ift.tt/33jfJSb
New post on /r/flutterdev subreddit:

Gradients In Flutter:The Ultimate Guide
https://ift.tt/39eV31t

November 26, 2020 at 04:27AM by easily_know_it
https://ift.tt/3743XfG
New post on /r/flutterdev subreddit:

Stateless Widget and Stateful Widget in Flutter-The Ultimate Guide
https://ift.tt/363hy7P

November 26, 2020 at 04:22AM by easily_know_it
https://ift.tt/2Jgzlz7
New post on /r/flutterdev subreddit:

I've started (some time ago) to try and implement a wearable communicator plugin. I however haven't had the time or knowhow to improve and tests. So I'm posting here and hoping that some of the awesome devs here might find it interesting and aid me with development
https://ift.tt/367RPuV

November 26, 2020 at 11:48AM by gardyna
https://ift.tt/3fzOFTR
New post on /r/flutterdev subreddit:

Hey guys, for Flutter BEGINNERS :D, thanks for watching 😁️
https://www.youtube.com/watch?v=9SBi4BjgVno

November 26, 2020 at 10:33AM by workflow_2
https://ift.tt/3ma6JpV
New post on Flutter Dev Google group:

Webview showing blank screen with some initial urls (might be redirect issue)
The Webview loads a blank screen when the initial url is a twitch oAuth url. I suspect it has something to do with the url redirecting to twitch's login page (If the user isn't logged in already). I'm testing on android. Any help would be appreciated. *Steps to Reproduce:* Create a webview and

November 26, 2020 at 01:00PM by Emmanuel Olaojo
https://ift.tt/2V6tVte
New post on /r/flutterdev subreddit:

Sale Sale Sale..!! 100% OFF
[Complete Dart / Flutter programming series, six free courses of Udemy, each coupon expires within 1 Day]()Dart🎯Dart beginners🎯 Dart intermediate🎯 Dart advancedFlutter💻 Flutter beginners💻 Flutter intermediate💻 Flutter advanced

November 26, 2020 at 12:43PM by faisalkhan215
https://ift.tt/3q2wuL8
New post on /r/flutterdev subreddit:

🎯 Flutter & Firebase: Email/Password Registration & Sign-in 🎯
Hello Flutter Devs, I created one simple authentication module which focuses on, how to implement Email/Password Authentication process in Flutter, using Firebase.Project FeaturesImproved widget tree.TextFormField Validation logic.Toggle password text visibility.Handling Authentication errors in UI.Custom submit button with loading state.UI logic and Firebase authentication logic, separated.GitHub Link :- https://github.com/aniketambore/Flutter-Firebase-AuthModule​Feel free to use it in your own projects. 👨&zwj;💻

November 26, 2020 at 01:09PM by anipy28
https://ift.tt/3mfjlMM
New post on /r/flutterdev subreddit:

Any alternative for PDFTron ?
Hi!
I built an e-book app in which users can read pdfs over the app.
Now, I want to add editing functionality like changing fonts and colors or adding shapes over the pdf.
I found PDFTron but it's too expensive for me for now. Do you know any other alternatives for these purposes?

November 26, 2020 at 05:14PM by hbt1903
https://ift.tt/3fCN7Iu
New post on Flutter Dev Google group:

Re: Hello:
Have an urgent requirement for a Kotlin Developer 3yrs Min experinece: If any one interested you can mail to nid...@wishto.co On Thu, 19 Nov 2020, 03:19 carlos,