New post on /r/flutterdev subreddit:
Flutter Framework - How Does It Work?
https://preneure.com/flutter-framework-how-does-it-work/
February 17, 2022 at 12:14AM by preneure
https://ift.tt/1xGEHga
Flutter Framework - How Does It Work?
https://preneure.com/flutter-framework-how-does-it-work/
February 17, 2022 at 12:14AM by preneure
https://ift.tt/1xGEHga
Preneure
Flutter Framework: How Does It Work? - Preneure
Introduction: Fundamentals Of Flutter Framework Flutter was first released by Google in May of 2017. It’s a framework for developing apps for smartphones and other mobile devices that’s quick and safe. Flutter offers useful services for developing quick apps.…
New post on /r/flutterdev subreddit:
I'm looking for an e-commerce/food delivery app course that has an admin page with a Firebase as a backend
I'm looking for an e-commerce/food delivery app course that has an admin page and uses Firebase as a backend or no additional languages besides Dart as a backend. I rather a course using Provider as state management.
February 17, 2022 at 12:23AM by Mynameismg
https://ift.tt/zSqU14E
I'm looking for an e-commerce/food delivery app course that has an admin page with a Firebase as a backend
I'm looking for an e-commerce/food delivery app course that has an admin page and uses Firebase as a backend or no additional languages besides Dart as a backend. I rather a course using Provider as state management.
February 17, 2022 at 12:23AM by Mynameismg
https://ift.tt/zSqU14E
reddit
I'm looking for an e-commerce/food delivery app course that has an...
I'm looking for an e-commerce/food delivery app course that has an admin page and uses Firebase as a backend or no additional languages besides...
New post on /r/flutterdev subreddit:
DART : Looking to build a strong PDF engine in Dart : 60 fps scrolling up to 1000 pages with images and text
I'm working at a startup and we're in need of a PDF engine written in Dart that scrolls at 60 fps with documents up to 1000 pages (200 MB), rendering text and images at near 100% quality. Anyone have an idea how much development effort it takes to build something like this? It's expected to run across all the flutter apps including iOS, android, web and desktop apps. Anyone interested in building this feel free to DM me.I'm open to hearing any solutions regarding preprocessing using python and or outputting the PDF into something easier to scroll with like markdown to XML.
February 17, 2022 at 01:41AM by kakakalado
https://ift.tt/VR0yhs9
DART : Looking to build a strong PDF engine in Dart : 60 fps scrolling up to 1000 pages with images and text
I'm working at a startup and we're in need of a PDF engine written in Dart that scrolls at 60 fps with documents up to 1000 pages (200 MB), rendering text and images at near 100% quality. Anyone have an idea how much development effort it takes to build something like this? It's expected to run across all the flutter apps including iOS, android, web and desktop apps. Anyone interested in building this feel free to DM me.I'm open to hearing any solutions regarding preprocessing using python and or outputting the PDF into something easier to scroll with like markdown to XML.
February 17, 2022 at 01:41AM by kakakalado
https://ift.tt/VR0yhs9
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Null safety slowing my work flow greatly.. any tips?
I used Flutter a lot before null safety and just came back to it after a while, this time using null safety. I find using null safety slows down my work flow a ton and is super annoying. For example I’ll add something like a text widget, it gives a error const required, I add it, end up wrapping the text in something else then I get another error unnecessary const, which it forced me to add before. I have to add ignore headings to pretty much every file.I have a huge app to make and I feel like with null safety I’m developing 60% slower. Should I just develop without null safety and spend a day porting to null safety at the end? Any tips or anyone else find that null safety slows you down?
February 17, 2022 at 03:28AM by cheesyvagine
https://ift.tt/IRwg10F
Null safety slowing my work flow greatly.. any tips?
I used Flutter a lot before null safety and just came back to it after a while, this time using null safety. I find using null safety slows down my work flow a ton and is super annoying. For example I’ll add something like a text widget, it gives a error const required, I add it, end up wrapping the text in something else then I get another error unnecessary const, which it forced me to add before. I have to add ignore headings to pretty much every file.I have a huge app to make and I feel like with null safety I’m developing 60% slower. Should I just develop without null safety and spend a day porting to null safety at the end? Any tips or anyone else find that null safety slows you down?
February 17, 2022 at 03:28AM by cheesyvagine
https://ift.tt/IRwg10F
reddit
Null safety slowing my work flow greatly.. any tips?
I used Flutter a lot before null safety and just came back to it after a while, this time using null safety. I find using null safety slows down...
New post on /r/flutterdev subreddit:
Flutter Shopping App for iOS and Android | App Development Tutorial | Pa...
https://youtube.com/watch?v=GQJovou6zuE&feature=share
February 17, 2022 at 05:53AM by DBestech
https://ift.tt/l6FUZyV
Flutter Shopping App for iOS and Android | App Development Tutorial | Pa...
https://youtube.com/watch?v=GQJovou6zuE&feature=share
February 17, 2022 at 05:53AM by DBestech
https://ift.tt/l6FUZyV
YouTube
Flutter Shop App With Backend | Delivery App Tutorial | Full Course With API | Part 2
This is a flutter shop app with backend. This is compatible with both iOS and Android. It comes with complete api for shopping app.
Learn about the the app and it's documentation here
https://www.dbestech.com/tutorials/flutter-food-delivery-app-e-commerce…
Learn about the the app and it's documentation here
https://www.dbestech.com/tutorials/flutter-food-delivery-app-e-commerce…
New post on /r/flutterdev subreddit:
Flutter Parse JSON into Object or List
https://preneure.com/dart-convert-parse-json-string-array-into-list-object%ef%bf%bc/
February 17, 2022 at 05:16AM by preneure
https://ift.tt/YonlIhR
Flutter Parse JSON into Object or List
https://preneure.com/dart-convert-parse-json-string-array-into-list-object%ef%bf%bc/
February 17, 2022 at 05:16AM by preneure
https://ift.tt/YonlIhR
Preneure
Dart: Convert/Parse JSON String, Array into List/Object - Preneure
Convert JSON String or Array into List or Object in Dart/Flutter In this Dart/Flutter lesson, we’re going look at how...
New post on /r/flutterdev subreddit:
Introduction To Null Safety In Dart
https://preneure.com/introduction-to-null-safety-in-dart/
February 17, 2022 at 06:40AM by preneure
https://ift.tt/Xv03ab8
Introduction To Null Safety In Dart
https://preneure.com/introduction-to-null-safety-in-dart/
February 17, 2022 at 06:40AM by preneure
https://ift.tt/Xv03ab8
Preneure
Introduction To Null Safety In Dart - Preneure
What is Dart Null Safety? In basic terms, null safety in dart means that a variable cannot have a ‘null’...
New post on /r/flutterdev subreddit:
Flutter & Firebase Chat App: Master Flutter and Firebase
https://preneure.com/flutter-firebase-chat-app-master-flutter-and-firebase/
February 17, 2022 at 06:22AM by preneure
https://ift.tt/WLNJRQd
Flutter & Firebase Chat App: Master Flutter and Firebase
https://preneure.com/flutter-firebase-chat-app-master-flutter-and-firebase/
February 17, 2022 at 06:22AM by preneure
https://ift.tt/WLNJRQd
Preneure
Flutter & Firebase Chat App: Master Flutter and Firebase - Preneure
Do you want to build a complete Mobile Chat Application that works on iOS and Android, powered by Flutter and Firebase? Then this is the course for you! WHAT WILL WE BE BUILDING? In this course, we’ll use the best in Flutter and Firebase to build a complete…
New post on /r/flutterdev subreddit:
I published new Flutter Package for rapid and cleaner development.
https://ift.tt/2LQ9vTH
February 17, 2022 at 07:40AM by Aniketkhote
https://ift.tt/CVNr2sa
I published new Flutter Package for rapid and cleaner development.
https://ift.tt/2LQ9vTH
February 17, 2022 at 07:40AM by Aniketkhote
https://ift.tt/CVNr2sa
Dart packages
quickly | Flutter Package
Quickly is build for faster and cleaner development. It provides lots of extension methods on Widget, String, List and Map.
New post on /r/flutterdev subreddit:
Open-sourcing app 'cause burned out
I recently open-sourced an unfinished app called WINE.It's a social reading platform (think Wattpad or fanfiction.net) with the quirk of being able to write the next chapter of someone else chapter thus creating alternative narratives to a story.Not anything super original but at the time it was super fun of an idea and I still think it is, I'm just too tired to work on it for now.Reason for the open-sourcing: was working on too many things at the same time and burned out like an idiot. Lesson learned I will take some time away from development.GithubEdit to add "tech stack":Back-end: Firebase/FirestoreState management: flutter_blocRouter: auto_routeLocal DB: IsarDependency injection: get_it/injectableLinter: very_good_analysis
February 17, 2022 at 09:38AM by SSebigo
https://ift.tt/eV1ZoCK
Open-sourcing app 'cause burned out
I recently open-sourced an unfinished app called WINE.It's a social reading platform (think Wattpad or fanfiction.net) with the quirk of being able to write the next chapter of someone else chapter thus creating alternative narratives to a story.Not anything super original but at the time it was super fun of an idea and I still think it is, I'm just too tired to work on it for now.Reason for the open-sourcing: was working on too many things at the same time and burned out like an idiot. Lesson learned I will take some time away from development.GithubEdit to add "tech stack":Back-end: Firebase/FirestoreState management: flutter_blocRouter: auto_routeLocal DB: IsarDependency injection: get_it/injectableLinter: very_good_analysis
February 17, 2022 at 09:38AM by SSebigo
https://ift.tt/eV1ZoCK
GitHub
GitHub - KillyIO/wine: Free and open source collaborative social reading platform.
Free and open source collaborative social reading platform. - GitHub - KillyIO/wine: Free and open source collaborative social reading platform.
New post on /r/flutterdev subreddit:
Open source messenger app
https://ift.tt/Rvuxyol
February 17, 2022 at 11:55AM by klpu
https://ift.tt/tykOW4G
Open source messenger app
https://ift.tt/Rvuxyol
February 17, 2022 at 11:55AM by klpu
https://ift.tt/tykOW4G
Medium
Announcing Mixin Flutter Desktop open source
We are announcing a new Mixin Messenger desktop version open source, we use Flutter to build a new cross-platform version app. GitHub…
New post on /r/flutterdev subreddit:
flutter developer
what is the best solution for this task?Design the required tables - with the appropriate relationships (if any) – for the Application described above.These tables should contain the following data:a. Patient Information (Name, Age, Address, Phone No.)b. Visit Information (Date and Time, Visit Type) Note: Visit Type could be either Examination Or Consultationc. Clinic Schedule d. Doctor Assessment: Diagnosis, Prescription, Lab / Rad Tests e. Patient Bill f. List of all the available procedures in this clinic, with price of each procedure.
February 17, 2022 at 01:21PM by mhmdalaa
https://ift.tt/ZAx21WH
flutter developer
what is the best solution for this task?Design the required tables - with the appropriate relationships (if any) – for the Application described above.These tables should contain the following data:a. Patient Information (Name, Age, Address, Phone No.)b. Visit Information (Date and Time, Visit Type) Note: Visit Type could be either Examination Or Consultationc. Clinic Schedule d. Doctor Assessment: Diagnosis, Prescription, Lab / Rad Tests e. Patient Bill f. List of all the available procedures in this clinic, with price of each procedure.
February 17, 2022 at 01:21PM by mhmdalaa
https://ift.tt/ZAx21WH
reddit
flutter developer
what is the best solution for this task? 1. Design the required tables - with the appropriate relationships (if any) – for the Application...
New post on /r/flutterdev subreddit:
Switch mobile app technology from cross-platform to native
Suppose I created an app using Flutter or React Native(in order to test the market in a cost-effective way) and I reached thousands or 100s of thousands or even a million users or more.Can I, later on, switch to native Android(Java/Kotlin) & iOS(Swift) of that same app?
February 17, 2022 at 01:15PM by MedEMPIRE
https://ift.tt/DgRonCc
Switch mobile app technology from cross-platform to native
Suppose I created an app using Flutter or React Native(in order to test the market in a cost-effective way) and I reached thousands or 100s of thousands or even a million users or more.Can I, later on, switch to native Android(Java/Kotlin) & iOS(Swift) of that same app?
February 17, 2022 at 01:15PM by MedEMPIRE
https://ift.tt/DgRonCc
reddit
Switch mobile app technology from cross-platform to native
Suppose I created an app using **Flutter or React Native**(in order to test the market in a cost-effective way) and I reached thousands or 100s of...
New post on /r/flutterdev subreddit:
Flutter Camera for Windows, Web3 & Co. - 05 - PUB.DEV RELEASES
https://youtube.com/watch?v=vijXcqo4Jm4&feature=share
February 17, 2022 at 03:02PM by syntacops
https://ift.tt/Xm4dcIt
Flutter Camera for Windows, Web3 & Co. - 05 - PUB.DEV RELEASES
https://youtube.com/watch?v=vijXcqo4Jm4&feature=share
February 17, 2022 at 03:02PM by syntacops
https://ift.tt/Xm4dcIt
YouTube
Flutter Camera for Windows, Web3 & Co. - 05 - PUB.DEV RELEASES
📩 PUB.DEV RELEASES via EMAIL? Subscribe now at http://follow.syntacops.com/
🎬 FULL PLAYLIST at http://releases.syntacops.com/
🔙 PREVIOUS EPISODE: https://www.youtube.com/watch?v=O8WsHrVcHIg
Week 05 brings a Flutter camera plugin for Windows. On top of…
🎬 FULL PLAYLIST at http://releases.syntacops.com/
🔙 PREVIOUS EPISODE: https://www.youtube.com/watch?v=O8WsHrVcHIg
Week 05 brings a Flutter camera plugin for Windows. On top of…
New tweet from FlutterDev:
RT @craig_labenz: Quick #Flutter tip: Use the Freezed package, a #FlutterFavorite, to give your enums a sorely needed boost https://t.co/C9eUQh24JA https://t.co/4YULg9NxSt— Flutter (@FlutterDev) Feb 17, 2022
February 17, 2022 at 03:00PM
https://twitter.com/FlutterDev/status/1494310667419009028
RT @craig_labenz: Quick #Flutter tip: Use the Freezed package, a #FlutterFavorite, to give your enums a sorely needed boost https://t.co/C9eUQh24JA https://t.co/4YULg9NxSt— Flutter (@FlutterDev) Feb 17, 2022
February 17, 2022 at 03:00PM
https://twitter.com/FlutterDev/status/1494310667419009028
Dart packages
freezed | Dart Package
Code generation for immutable classes that has a simple syntax/API without compromising on the features.
New post on /r/flutterdev subreddit:
I've created a plugin to make desktop app self-update
https://ift.tt/DkcCYs2
February 17, 2022 at 04:00PM by lijy91
https://ift.tt/7aXejP8
I've created a plugin to make desktop app self-update
https://ift.tt/DkcCYs2
February 17, 2022 at 04:00PM by lijy91
https://ift.tt/7aXejP8
GitHub
GitHub - leanflutter/auto_updater: This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle…
This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle). - GitHub - leanflutter/auto_updater: This plugin allows Flutter desktop apps to automat...
New post on /r/flutterdev subreddit:
TOP LIBRARIES FOR MAKING HTTP REQUESTS IN FLUTTER
https://preneure.com/top-libraries-for-making-http-requests-in-flutter/
February 17, 2022 at 03:41PM by preneure
https://ift.tt/veFzJok
TOP LIBRARIES FOR MAKING HTTP REQUESTS IN FLUTTER
https://preneure.com/top-libraries-for-making-http-requests-in-flutter/
February 17, 2022 at 03:41PM by preneure
https://ift.tt/veFzJok
Preneure
Top Libraries For Making HTTP Requests in Flutter - Preneure
In this article, we will be taking a look at the best HTTP Request Packages available to us in Flutter...
New post on /r/flutterdev subreddit:
Flutter REST Movie App: Master Flutter REST API Development
https://preneure.com/flutter-rest-movie-app-master-flutter-rest-api-development/
February 17, 2022 at 03:33PM by preneure
https://ift.tt/uh8ZdF3
Flutter REST Movie App: Master Flutter REST API Development
https://preneure.com/flutter-rest-movie-app-master-flutter-rest-api-development/
February 17, 2022 at 03:33PM by preneure
https://ift.tt/uh8ZdF3
Preneure
Flutter REST Movie App: Master Flutter REST API Development - Preneure
Do you want to build a complete Flutter REST API application? This is the course for you! WHAT WILL WE...
New post on /r/flutterdev subreddit:
HOW TO: COLORIZE FLUTTER DEBUG CONSOLE LOGS
https://preneure.com/how-to-colorize-flutter-debug-console-logs/
February 17, 2022 at 04:42PM by preneure
https://ift.tt/XuU7q0C
HOW TO: COLORIZE FLUTTER DEBUG CONSOLE LOGS
https://preneure.com/how-to-colorize-flutter-debug-console-logs/
February 17, 2022 at 04:42PM by preneure
https://ift.tt/XuU7q0C
Preneure
How To: Colorize Flutter Debug Console Logs - Preneure
In this article, we will be taking a look at how to colorize Flutter debug log statements using the dart:developer...
New post on /r/flutterdev subreddit:
HOW TO: LOAD ASSET FILES INTO FLUTTER
https://preneure.com/how-to-load-asset-files-into-flutter/
February 17, 2022 at 06:08PM by preneure
https://ift.tt/QF79tvw
HOW TO: LOAD ASSET FILES INTO FLUTTER
https://preneure.com/how-to-load-asset-files-into-flutter/
February 17, 2022 at 06:08PM by preneure
https://ift.tt/QF79tvw
Preneure
How To: Load Asset Files Into Flutter - Preneure
How to Solve Unable To Load Asset In Flutter? In this article, we will take a look at how to load asset In Flutter. Both code and assets may be included in Flutter apps (sometimes called resources). The problem “Unable to load assets In Flutter” appears from…
New post on /r/flutterdev subreddit:
I created a Fastlane plugin that launch flutter's tests
I already have a fastlane pipeline that saves me a lot of time publishing the apps itself to the stores, anyway I didn't found anything that launched tests (unit, widget and integration) as I wantedBecause of this, I started building my own plugin. Currently it supports only unit tests and integration tests, but I will soon add widgets test supporthttps://github.com/smsimone/fastlane_flutter_tests
February 17, 2022 at 05:40PM by HumanStress
https://ift.tt/QT8jCoh
I created a Fastlane plugin that launch flutter's tests
I already have a fastlane pipeline that saves me a lot of time publishing the apps itself to the stores, anyway I didn't found anything that launched tests (unit, widget and integration) as I wantedBecause of this, I started building my own plugin. Currently it supports only unit tests and integration tests, but I will soon add widgets test supporthttps://github.com/smsimone/fastlane_flutter_tests
February 17, 2022 at 05:40PM by HumanStress
https://ift.tt/QT8jCoh
GitHub
GitHub - smsimone/fastlane_flutter_tests: Fastlane plugin that runs all the unit tests contained in a flutter project and parse…
Fastlane plugin that runs all the unit tests contained in a flutter project and parse their output to make it more readable - GitHub - smsimone/fastlane_flutter_tests: Fastlane plugin that runs all...