New post on /r/flutterdev subreddit:
New plugin: flutter_tex_js, a lightweight AND full-featured LaTeX rendering plugin for iOS, Android
I recently released flutter_tex_js, a new LaTeX rendering plugin supporting iOS and Android.There are already a few LaTeX plugins out there, so why make a new one?Existing plugins all seem to either be a) very heavyweight, embedding an entire webview per text run, or b) very immature, not yet supporting a wide variety of LaTeX syntax.flutter_tex_js strikes a balance by using what seems to be a somewhat novel approach:Render on a single native webviewCapture the result as PNG bytesSend bytes back to Dart for display as an imageThe result is performant and has good syntax support (thanks to KaTeX, the underlying JavaScript rendering library).See also a demo video with a comparison to existing packages. The thread also has some more of the story of how I came to create this plugin.I am using the plugin in production right now in my app Orgro, an org-mode file viewer for iOS and Android.
July 22, 2020 at 04:33PM by amake
https://ift.tt/32LlQ2u
New plugin: flutter_tex_js, a lightweight AND full-featured LaTeX rendering plugin for iOS, Android
I recently released flutter_tex_js, a new LaTeX rendering plugin supporting iOS and Android.There are already a few LaTeX plugins out there, so why make a new one?Existing plugins all seem to either be a) very heavyweight, embedding an entire webview per text run, or b) very immature, not yet supporting a wide variety of LaTeX syntax.flutter_tex_js strikes a balance by using what seems to be a somewhat novel approach:Render on a single native webviewCapture the result as PNG bytesSend bytes back to Dart for display as an imageThe result is performant and has good syntax support (thanks to KaTeX, the underlying JavaScript rendering library).See also a demo video with a comparison to existing packages. The thread also has some more of the story of how I came to create this plugin.I am using the plugin in production right now in my app Orgro, an org-mode file viewer for iOS and Android.
July 22, 2020 at 04:33PM by amake
https://ift.tt/32LlQ2u
Dart packages
flutter_tex_js | Flutter package
A lightweight TeX plugin that uses KaTeX (JavaScript) in a native web view to render to PNG
New tweet from FlutterDev:
📊Q2 2020 Survey Results are in!
👍8,000 respondents and an all-high score for satisfaction.
📱92% of the users are positively satisfied with Flutter’s mobile performance.
Get the results here ↓ https://t.co/Us9vBXKwl2— Flutter (@FlutterDev) July 22, 2020
July 22, 2020 at 05:21PM
http://twitter.com/FlutterDev/status/1285958180963409921
📊Q2 2020 Survey Results are in!
👍8,000 respondents and an all-high score for satisfaction.
📱92% of the users are positively satisfied with Flutter’s mobile performance.
Get the results here ↓ https://t.co/Us9vBXKwl2— Flutter (@FlutterDev) July 22, 2020
July 22, 2020 at 05:21PM
http://twitter.com/FlutterDev/status/1285958180963409921
Medium
What we learned from the Flutter Q2 2020 survey
With a focus on code samples, app performance, and writing packages
New post on /r/flutterdev subreddit:
ConfirmationSlider
https://youtu.be/kGBMWDXwpng
July 22, 2020 at 05:29PM by TheTechDesigner
https://ift.tt/2BjYrcS
ConfirmationSlider
https://youtu.be/kGBMWDXwpng
July 22, 2020 at 05:29PM by TheTechDesigner
https://ift.tt/2BjYrcS
YouTube
Flutter Widget | 82 | ConfirmationSlider [Slide to Confirm] Useful Widget in Flutter App| Speed Code
#TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
New post on /r/flutterdev subreddit:
Flutter performance: Do we expect desktop apps to perform better than Electron?
I've had an idea for a Mac/Windows desktop app for a long time, but haven't been happy with any cross-platform development platforms. Electron seems way too heavy for my use-case. I read about Flutter recently, and I'm wondering if it might be the solution I've been looking for.I read some articles on performance, and it seemed somewhat unclear whether or not there was a big difference between Flutter and React Native, for example.I just thought I'd ask, once desktop development on Flutter is a viable solution, should we expect it to be faster and/or lighter-weight than Electron? Or is the main benefit just the development experience?
July 22, 2020 at 06:32PM by eithernet
https://ift.tt/3eSECr0
Flutter performance: Do we expect desktop apps to perform better than Electron?
I've had an idea for a Mac/Windows desktop app for a long time, but haven't been happy with any cross-platform development platforms. Electron seems way too heavy for my use-case. I read about Flutter recently, and I'm wondering if it might be the solution I've been looking for.I read some articles on performance, and it seemed somewhat unclear whether or not there was a big difference between Flutter and React Native, for example.I just thought I'd ask, once desktop development on Flutter is a viable solution, should we expect it to be faster and/or lighter-weight than Electron? Or is the main benefit just the development experience?
July 22, 2020 at 06:32PM by eithernet
https://ift.tt/3eSECr0
reddit
Flutter performance: Do we expect desktop apps to perform better...
I've had an idea for a Mac/Windows desktop app for a long time, but haven't been happy with any cross-platform development platforms. Electron...
New post on /r/flutterdev subreddit:
Angela Yu's Flutter course - which module from the course was the hardest for you?
Let's talk a bit about Angela Yu's Flutter course. I'm currently at the flash-chat app that uses Firebase. Of those of you who finished her course, what was the hardest part? Were you a total beginner when you took her course or you were coding already? And what module (app) gave you the most headaches? Also, how far you came now if you were a total beginner?
July 22, 2020 at 07:24PM by Bat_is_my_last_name
https://ift.tt/3fQ4o0o
Angela Yu's Flutter course - which module from the course was the hardest for you?
Let's talk a bit about Angela Yu's Flutter course. I'm currently at the flash-chat app that uses Firebase. Of those of you who finished her course, what was the hardest part? Were you a total beginner when you took her course or you were coding already? And what module (app) gave you the most headaches? Also, how far you came now if you were a total beginner?
July 22, 2020 at 07:24PM by Bat_is_my_last_name
https://ift.tt/3fQ4o0o
reddit
Angela Yu's Flutter course - which module from the course was the...
Let's talk a bit about Angela Yu's Flutter course. I'm currently at the flash-chat app that uses Firebase. Of those of you who finished her...
New post on Flutter Dev Google group:
Failed assertion: line 4229 pos 14: 'owner._debugCurrentBuildTarget == this': is not true.
Hello, I am using sliver and I faced this issue. error 'package:flutter/src/widgets/framework.dart': Failed assertion: line 4229 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. My Widget tree myapp -> customscrollview -> somewidget1 -> somewidget2 -> somewidget3 somewidget1
July 22, 2020 at 08:48PM by Aayush Bhattarai
https://ift.tt/2OMJALd
Failed assertion: line 4229 pos 14: 'owner._debugCurrentBuildTarget == this': is not true.
Hello, I am using sliver and I faced this issue. error 'package:flutter/src/widgets/framework.dart': Failed assertion: line 4229 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. My Widget tree myapp -> customscrollview -> somewidget1 -> somewidget2 -> somewidget3 somewidget1
July 22, 2020 at 08:48PM by Aayush Bhattarai
https://ift.tt/2OMJALd
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
5 Ways to Earn Money in Flutter
https://www.youtube.com/watch?v=eMuItyLtWHI
July 23, 2020 at 01:35AM by thehappyharis
https://ift.tt/30C5OFf
5 Ways to Earn Money in Flutter
https://www.youtube.com/watch?v=eMuItyLtWHI
July 23, 2020 at 01:35AM by thehappyharis
https://ift.tt/30C5OFf
YouTube
5 Ways to Earn Money in Flutter
👉 Pre Sign Up to Flutter Learning Platform :
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
Photo by Sharon McCutcheon on Unsplash
⏰ Timeline:
00:00 - Introduction
00:13 - Get a Job
01:26 - Freelancing…
https://learncodecode.com/fluter-learning-platform
🔥 Check out my courses - https://zukunf.com/courses
Photo by Sharon McCutcheon on Unsplash
⏰ Timeline:
00:00 - Introduction
00:13 - Get a Job
01:26 - Freelancing…
New post on Flutter Dev Google group:
how to generate UID which contains 8 numbers?
how to generate a UID which contains only 6-8 numbers? like 123566, 12345678
July 23, 2020 at 06:40AM by che.ca...@gmail.com
https://ift.tt/3g5TB2l
how to generate UID which contains 8 numbers?
how to generate a UID which contains only 6-8 numbers? like 123566, 12345678
July 23, 2020 at 06:40AM by che.ca...@gmail.com
https://ift.tt/3g5TB2l
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
Check out this Meetup with Flutter Mumbai Community http://meetu.ps/e/J9rVL/BGt8n/d
Meetup
Login to Meetup | Meetup
Find groups that host online or in person events and meet people in your local community who share your interests.
New post on /r/flutterdev subreddit:
I created a package called Lit Firebase Auth to easily add Firebase Auth (with UI) to a Flutter application. Completely customizable!
https://pub.dev/packages/lit_firebase_auth
July 23, 2020 at 10:34AM by postgor
https://ift.tt/2ZTdhAQ
I created a package called Lit Firebase Auth to easily add Firebase Auth (with UI) to a Flutter application. Completely customizable!
https://pub.dev/packages/lit_firebase_auth
July 23, 2020 at 10:34AM by postgor
https://ift.tt/2ZTdhAQ
Dart packages
lit_firebase_auth | Flutter Package
Pre-lit Firebase Authentication. Drop in and add Firebase Auth in just minutes.
New post on /r/flutterdev subreddit:
Flutter Authentication without Firebase (Web API)
Hi all, I'm curious how you have or would recommend setting up authentication for Flutter to work with a web API.
July 23, 2020 at 10:59AM by owensdev
https://ift.tt/2OQQ9fT
Flutter Authentication without Firebase (Web API)
Hi all, I'm curious how you have or would recommend setting up authentication for Flutter to work with a web API.
July 23, 2020 at 10:59AM by owensdev
https://ift.tt/2OQQ9fT
reddit
Flutter Authentication without Firebase (Web API)
Hi all, I'm curious how you have or would recommend setting up authentication for Flutter to work with a web API.
New post on /r/flutterdev subreddit:
Most commonly used State Management Strategies within+outside of flutter
I am currently trying to decide which state management approach to use/learn for a bigger app I am building. Since many resources say that basically all flutter favourites are very good choices and all of them propose fine solutions to mange state, my thought process was "let's learn the one that is used in other frameworks too". I understand that Redux comes from AngularJS and MobX is also used over there, but BLoC not so much.So what other frameworks, be it app development or other similar project types, are there and how do they commonly solve state management? I'd rather learn and use a solution that is reasonably popular in more frameworks than just flutter, as the next job might force me to use something other than flutter.
July 23, 2020 at 10:58AM by Mithrandir2k16
https://ift.tt/3juF9CV
Most commonly used State Management Strategies within+outside of flutter
I am currently trying to decide which state management approach to use/learn for a bigger app I am building. Since many resources say that basically all flutter favourites are very good choices and all of them propose fine solutions to mange state, my thought process was "let's learn the one that is used in other frameworks too". I understand that Redux comes from AngularJS and MobX is also used over there, but BLoC not so much.So what other frameworks, be it app development or other similar project types, are there and how do they commonly solve state management? I'd rather learn and use a solution that is reasonably popular in more frameworks than just flutter, as the next job might force me to use something other than flutter.
July 23, 2020 at 10:58AM by Mithrandir2k16
https://ift.tt/3juF9CV
Reddit
r/FlutterDev - Most commonly used State Management Strategies within+outside of flutter
8 votes and 11 comments so far on Reddit
New post on /r/flutterdev subreddit:
State Management Flutter Tutorial Series | Scoped Model Flutter | Cart Example
https://youtu.be/j4SwkdgORZ8
July 23, 2020 at 05:28AM by saheb1313
https://ift.tt/3huc4Wt
State Management Flutter Tutorial Series | Scoped Model Flutter | Cart Example
https://youtu.be/j4SwkdgORZ8
July 23, 2020 at 05:28AM by saheb1313
https://ift.tt/3huc4Wt
YouTube
State Management Flutter Tutorial Series | Scoped Model Flutter | Cart Example
The Growing Developer website is out!
https://thegrowingdeveloper.org
Let's learn about #StateManagement in #Flutter in the easiest way. I have tried my best to bring out a basic scoped model example built with flutter. Scoped Model is a basic concept and…
https://thegrowingdeveloper.org
Let's learn about #StateManagement in #Flutter in the easiest way. I have tried my best to bring out a basic scoped model example built with flutter. Scoped Model is a basic concept and…
New post on /r/flutterdev subreddit:
Introduction to Widgets|Platform specific widgets|Layout widgets|State maintenance widgets
http://www.youtube.com/watch?v=ZWdelC8GO2s
July 23, 2020 at 04:22AM by srimal85emoney
https://ift.tt/3jwGNUt
Introduction to Widgets|Platform specific widgets|Layout widgets|State maintenance widgets
http://www.youtube.com/watch?v=ZWdelC8GO2s
July 23, 2020 at 04:22AM by srimal85emoney
https://ift.tt/3jwGNUt
YouTube
7 Introduction to Widgets|Platform specific widgets|Layout widgets|State maintenance widgets
Introduction to Widgets
introduction to widgets widgets are everything in flutter framework we have already learned how to create new widgets in previous videos
here we have created a new widget by extending stateless widget note that the stateless widget…
introduction to widgets widgets are everything in flutter framework we have already learned how to create new widgets in previous videos
here we have created a new widget by extending stateless widget note that the stateless widget…
New post on /r/flutterdev subreddit:
Run checks for Flutter projects with GitHub Actions
https://ift.tt/2CETaNO
July 22, 2020 at 08:23PM by _arthurdenner
https://ift.tt/3jxWbQz
Run checks for Flutter projects with GitHub Actions
https://ift.tt/2CETaNO
July 22, 2020 at 08:23PM by _arthurdenner
https://ift.tt/3jxWbQz
DEV Community
Run checks for Flutter projects with GitHub Actions
How to setup code and test checks for Flutter projects
New post on /r/flutterdev subreddit:
The Complete (FREE) Flutter Course
Hello everyone, hope we're all doing amazingly (and I hope I'm not breaking any sub rules by doing this)I'm currently in the process of creating a Complete Flutter Course, which I'm uploading fully for free on youtube. So far I've completed 14 videos, which cover Dart Basics and Object Oriented Programming concepts in Dart. I'm currently uploading a video per day, so soon we'll also have videos covering Flutter basics, layouts, stateful vs stateless widgets, local storage (hive, sqflite), network apis, TDD, clean architecture, BLoC, and much much more.We'll take a practical approach, once we've passed the basics we'll cover real apps you can be proud to build. All source code always uploaded to github, for your easy access.If you feel this would be useful to you, or if you know anyone else who wants to start their Flutter journey, please check out my youtube and consider giving me a subscribe:https://www.youtube.com/channel/UCJW25d8mW8ciz0DQC-5XNsQ/Thank you in advance
July 23, 2020 at 01:35PM by trance128
https://ift.tt/3jx0mMC
The Complete (FREE) Flutter Course
Hello everyone, hope we're all doing amazingly (and I hope I'm not breaking any sub rules by doing this)I'm currently in the process of creating a Complete Flutter Course, which I'm uploading fully for free on youtube. So far I've completed 14 videos, which cover Dart Basics and Object Oriented Programming concepts in Dart. I'm currently uploading a video per day, so soon we'll also have videos covering Flutter basics, layouts, stateful vs stateless widgets, local storage (hive, sqflite), network apis, TDD, clean architecture, BLoC, and much much more.We'll take a practical approach, once we've passed the basics we'll cover real apps you can be proud to build. All source code always uploaded to github, for your easy access.If you feel this would be useful to you, or if you know anyone else who wants to start their Flutter journey, please check out my youtube and consider giving me a subscribe:https://www.youtube.com/channel/UCJW25d8mW8ciz0DQC-5XNsQ/Thank you in advance
July 23, 2020 at 01:35PM by trance128
https://ift.tt/3jx0mMC
Reddit
r/FlutterDev - The Complete (FREE) Flutter Course
257 votes and 61 comments so far on Reddit
New post on Flutter Dev Google group:
FLUTTER FIREBASE NOTIFICATION
I have a situation at hand. This firebase configuration works well on Android by opening the appropriate screen on tap of the notification. But on ios, the notification comes in but once when its tapped upon, it just open the home screen and not the appropriate screen. Please what could I possibly
July 23, 2020 at 01:46PM by Israel Akpan
https://ift.tt/2OPiwuS
FLUTTER FIREBASE NOTIFICATION
I have a situation at hand. This firebase configuration works well on Android by opening the appropriate screen on tap of the notification. But on ios, the notification comes in but once when its tapped upon, it just open the home screen and not the appropriate screen. Please what could I possibly
July 23, 2020 at 01:46PM by Israel Akpan
https://ift.tt/2OPiwuS
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Things I wish I knew when I started Flutter
I am not going to tell you some awesome way of coding or building your app in a better way, that’s what Flutter is already doing for you. I’m here to share few tips and things I wish I knew when I started Flutter Development.https://medium.com/@hamza.6.shakeel/things-i-wish-i-knew-when-i-started-flutter-d43f09912449?source=friends_link&sk=f7c1733d51cbef16ac3255c4d402e3cb
July 23, 2020 at 02:07PM by EvoNext
https://ift.tt/2OOfEyl
Things I wish I knew when I started Flutter
I am not going to tell you some awesome way of coding or building your app in a better way, that’s what Flutter is already doing for you. I’m here to share few tips and things I wish I knew when I started Flutter Development.https://medium.com/@hamza.6.shakeel/things-i-wish-i-knew-when-i-started-flutter-d43f09912449?source=friends_link&sk=f7c1733d51cbef16ac3255c4d402e3cb
July 23, 2020 at 02:07PM by EvoNext
https://ift.tt/2OOfEyl
Medium
Things I wish I knew when I started Flutter
I am not going to tell you some awesome way of coding or building your app in a better way, that’s what Flutter is already doing for you…
New post on /r/flutterdev subreddit:
Flutter team is giving away the Flutter course they co created with London App Brewery. It's really comprehensive and to the point! (Sharing this to those who don't know)
https://ift.tt/2E3np19
July 23, 2020 at 02:24PM by mighty3xodus
https://ift.tt/2ZS5cMp
Flutter team is giving away the Flutter course they co created with London App Brewery. It's really comprehensive and to the point! (Sharing this to those who don't know)
https://ift.tt/2E3np19
July 23, 2020 at 02:24PM by mighty3xodus
https://ift.tt/2ZS5cMp
docs.flutter.dev
Fall 2021 Flutter Apprentice event
This event is ended.
New post on Flutter Dev Google group:
Is there a way to pass initial values to my ios Flutter plugin class?
I am using swift to implement a Flutter plugin and I can't seem to figure out a way to pass initial values to the Plugin instance. I've looked at other Flutter plugins, and I haven't seen a way to do it. You can see my code on Stackoverflow here: https://ift.tt/3fTq77r
July 23, 2020 at 02:56PM by Sam Parks
https://ift.tt/39n5ePR
Is there a way to pass initial values to my ios Flutter plugin class?
I am using swift to implement a Flutter plugin and I can't seem to figure out a way to pass initial values to the Plugin instance. I've looked at other Flutter plugins, and I haven't seen a way to do it. You can see my code on Stackoverflow here: https://ift.tt/3fTq77r
July 23, 2020 at 02:56PM by Sam Parks
https://ift.tt/39n5ePR
New post on Flutter Dev Google group:
can i use UniqueKey to generate UID?
I want to generate unique user id, so can i use UniqueKey().toString() to be UID?
July 23, 2020 at 02:59PM by che.ca...@gmail.com
https://ift.tt/3hrwwHs
can i use UniqueKey to generate UID?
I want to generate unique user id, so can i use UniqueKey().toString() to be UID?
July 23, 2020 at 02:59PM by che.ca...@gmail.com
https://ift.tt/3hrwwHs
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.