New post on /r/flutterdev subreddit:
font_awesome_flutter (Flutter Package of the Week)
https://youtube.com/watch?v=TOAyjIAsT7o&feature=share
September 23, 2021 at 07:05PM by Pixelreddit
https://ift.tt/3i0Ph7q
font_awesome_flutter (Flutter Package of the Week)
https://youtube.com/watch?v=TOAyjIAsT7o&feature=share
September 23, 2021 at 07:05PM by Pixelreddit
https://ift.tt/3i0Ph7q
YouTube
font_awesome_flutter (Flutter Package of the Week)
Learn more about font_awesome_flutter → https://goo.gle/3zvsPJqLooking for new icons that Material doesn’t offer? Font_awesome_flutter package provides 1000s...
New tweet from FlutterDev:
👁 Need an icon not in Material? Using font_awesome_flutter, including icons in your Flutter app is easier than ever! It works just like the Material icons with a Widget and IconData, unlocking 1000s of extra icons. Check it out ✨ → https://t.co/18Kut6wQAd #PackageoftheWeek https://t.co/EfNSKPSy1M— Flutter (@FlutterDev) Sep 23, 2021
September 23, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1441092623507230723
👁 Need an icon not in Material? Using font_awesome_flutter, including icons in your Flutter app is easier than ever! It works just like the Material icons with a Widget and IconData, unlocking 1000s of extra icons. Check it out ✨ → https://t.co/18Kut6wQAd #PackageoftheWeek https://t.co/EfNSKPSy1M— Flutter (@FlutterDev) Sep 23, 2021
September 23, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1441092623507230723
YouTube
font_awesome_flutter (Flutter Package of the Week)
Learn more about font_awesome_flutter → https://goo.gle/3zvsPJq
Looking for new icons that Material doesn’t offer? Font_awesome_flutter package provides 1000s of customizable icons for your app and offers the same developer experience as Material’s icons.…
Looking for new icons that Material doesn’t offer? Font_awesome_flutter package provides 1000s of customizable icons for your app and offers the same developer experience as Material’s icons.…
New post on /r/flutterdev subreddit:
Testing Best Practices Missing In Skeleton App
Just making sure I have your feedback to inject into the weekend testing Best Practices Article I am writing. What I have thus far is:How To Do a App Test Fixture to inject deps like services for example theme services like in the skeleton app template.Proper AppRoot widget wrapping for powerful Goldens full device on widget testingFeature Support Harness writingMaking Tests read Like English sentences using eBay's test utilities.How To use Page Object Model testing, we need this to test apps with multiple screens.Am I missing anything? Something you ran into that is not listed?
September 23, 2021 at 08:27PM by fredgrott
https://ift.tt/39zsQBq
Testing Best Practices Missing In Skeleton App
Just making sure I have your feedback to inject into the weekend testing Best Practices Article I am writing. What I have thus far is:How To Do a App Test Fixture to inject deps like services for example theme services like in the skeleton app template.Proper AppRoot widget wrapping for powerful Goldens full device on widget testingFeature Support Harness writingMaking Tests read Like English sentences using eBay's test utilities.How To use Page Object Model testing, we need this to test apps with multiple screens.Am I missing anything? Something you ran into that is not listed?
September 23, 2021 at 08:27PM by fredgrott
https://ift.tt/39zsQBq
reddit
Testing Best Practices Missing In Skeleton App
Just making sure I have your feedback to inject into the weekend testing Best Practices Article I am writing. What I have thus far is: 1. How To...
New post on /r/flutterdev subreddit:
airport | My first Package
I just uploaded my first package.Basically, you put the Icao of some airport (ex: "SBGR", Guarulhos Airport), and it returns the main information about it. If you can test and give me feedback on how to improve, I would appreciate it.https://pub.dev/packages/airport/
September 24, 2021 at 12:01AM by Zitske
https://ift.tt/3zDvUHx
airport | My first Package
I just uploaded my first package.Basically, you put the Icao of some airport (ex: "SBGR", Guarulhos Airport), and it returns the main information about it. If you can test and give me feedback on how to improve, I would appreciate it.https://pub.dev/packages/airport/
September 24, 2021 at 12:01AM by Zitske
https://ift.tt/3zDvUHx
Dart packages
airport | Dart Package
A library to get airports informations.
New post on /r/flutterdev subreddit:
The Provider 6.0.0 upgrade is kinda like null-safety migration and it's frustrating...
A lot of widget package uses package:provider. Due to this a lot of plugins are having this error
September 24, 2021 at 02:56AM by yurabe
https://ift.tt/3zzCX3P
The Provider 6.0.0 upgrade is kinda like null-safety migration and it's frustrating...
A lot of widget package uses package:provider. Due to this a lot of plugins are having this error
Because no versions of chewie match >1.2.2 <2.0.0 and chewie 1.2.2 depends on provider ^5.0.0, chewie ^1.2.2 requires provider ^5.0.0. And because flutter_bloc >=7.2.0 depends on provider ^6.0.0, chewie ^1.2.2 is incompatible with flutter_bloc >=7.2.0.A lot of plugins have this error and it's very frustrating to wait for the plugin author to upgrade to 6.0.0. It's really very frustrating, we just had the null-safety migration and now this.I know it's not the same level because the null-safety migration was a real hell.
September 24, 2021 at 02:56AM by yurabe
https://ift.tt/3zzCX3P
reddit
The Provider 6.0.0 upgrade is kinda like null-safety migration and...
A lot of widget package uses package:provider. Due to this a lot of plugins are having this error Because no versions of chewie match >1.2.2...
New post on /r/flutterdev subreddit:
Flutter Complete App Using Sqlite & Sqflite CRUD With Local Push Notific...
https://youtube.com/watch?v=6SaCntGgi5o&feature=share
September 24, 2021 at 02:31AM by DBestech
https://ift.tt/3lQCUfj
Flutter Complete App Using Sqlite & Sqflite CRUD With Local Push Notific...
https://youtube.com/watch?v=6SaCntGgi5o&feature=share
September 24, 2021 at 02:31AM by DBestech
https://ift.tt/3lQCUfj
YouTube
Flutter App Using Sqlite & Sqflite CRUD With Local Scheduled Notifications | GetX Listview | Part 2
You will learn about how to build a Flutter complete app Using Sqlite & Sqflite CRUD for database With local push notifications And GetX Listview step by step for beginners on iOS and Android. We covered how to build ui with datetime and date format using…
New post on /r/flutterdev subreddit:
How to create Android app widgets in Flutter?
I need to create a list in screen as a widget just like many other android apps did. But I don't get any way or package to implement in Flutter. Do I need to do in native way or any other packages is available
September 24, 2021 at 06:27AM by Immediate_Entry_3626
https://ift.tt/3lWxIX8
How to create Android app widgets in Flutter?
I need to create a list in screen as a widget just like many other android apps did. But I don't get any way or package to implement in Flutter. Do I need to do in native way or any other packages is available
September 24, 2021 at 06:27AM by Immediate_Entry_3626
https://ift.tt/3lWxIX8
reddit
How to create Android app widgets in Flutter?
I need to create a list in screen as a widget just like many other android apps did. But I don't get any way or package to implement in Flutter....
New post on /r/flutterdev subreddit:
Would you recommend any Figma to Flutter tool?
Like the title, we would like to save some time in development by using a Figma to Flutter tool. However, the consensus wasn't that high. So I would like to ask if anyone has used a Figma to Flutter tool? How was your experience? Is it worth the effort?
September 24, 2021 at 06:24AM by vhax123456
https://ift.tt/3nZH1IF
Would you recommend any Figma to Flutter tool?
Like the title, we would like to save some time in development by using a Figma to Flutter tool. However, the consensus wasn't that high. So I would like to ask if anyone has used a Figma to Flutter tool? How was your experience? Is it worth the effort?
September 24, 2021 at 06:24AM by vhax123456
https://ift.tt/3nZH1IF
reddit
Would you recommend any Figma to Flutter tool?
Like the title, we would like to save some time in development by using a Figma to Flutter tool. However, the consensus wasn't that high. So I...
New post on /r/flutterdev subreddit:
<b>Help!! ASAP been stuck for days problem in ...android\app\build.gradle line: 28</b>
error showing in my debug console:FAILURE: Build failed with an exception.* Where:Build file 'D:\project\student_app\android\app\build.gradle' line: 28A problem occurred evaluating project ':app'.> No signature of method: build_dt29b5te6aug04qbed8pv9fhk.android() is applicable for argument types: (build_dt29b5te6aug04qbed8pv9fhk$_run_closure2) values: [build_dt29b5te6aug04qbed8pv9fhk$_run_closure2@5a9b5e67]BUILD FAILED in 5sException: Gradle task assembleDebug failed with exit code 1my app/build.gradle file :def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '1'
}
def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '1.0'
}
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 30
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
defaultConfig {
// TODO: Specify your own unique Application ID (<a href="https://developer.android.com/studio/build/application-id.html">https://developer.android.com/studio/build/application-id.html</a>).
applicationId "com.example.student_app"
minSdkVersion 28
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
}
}
packagingOptions {
exclude 'META-INF/project.properties'
exclude 'project.clj'
}
compile ('junit:junit:4.12'){
exclude group: 'org.hamcrest', module:'hamcrest-core'
}
}
flutter {
source '../..'
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation fileTree(include: '*.aar', dir: '../../lib/Helper/FlutterRtmpPlublisher/android/libs')
}my pubspec.yaml file:name: student_app
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at <a href="https://developer.android.com/studio/publish/versioning">https://developer.android.com/studio/publish/versioning</a>
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# <a href="https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html">https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html</a>…
<b>Help!! ASAP been stuck for days problem in ...android\app\build.gradle line: 28</b>
error showing in my debug console:FAILURE: Build failed with an exception.* Where:Build file 'D:\project\student_app\android\app\build.gradle' line: 28A problem occurred evaluating project ':app'.> No signature of method: build_dt29b5te6aug04qbed8pv9fhk.android() is applicable for argument types: (build_dt29b5te6aug04qbed8pv9fhk$_run_closure2) values: [build_dt29b5te6aug04qbed8pv9fhk$_run_closure2@5a9b5e67]BUILD FAILED in 5sException: Gradle task assembleDebug failed with exit code 1my app/build.gradle file :def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '1'
}
def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '1.0'
}
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 30
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
defaultConfig {
// TODO: Specify your own unique Application ID (<a href="https://developer.android.com/studio/build/application-id.html">https://developer.android.com/studio/build/application-id.html</a>).
applicationId "com.example.student_app"
minSdkVersion 28
targetSdkVersion 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
}
}
packagingOptions {
exclude 'META-INF/project.properties'
exclude 'project.clj'
}
compile ('junit:junit:4.12'){
exclude group: 'org.hamcrest', module:'hamcrest-core'
}
}
flutter {
source '../..'
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation fileTree(include: '*.aar', dir: '../../lib/Helper/FlutterRtmpPlublisher/android/libs')
}my pubspec.yaml file:name: student_app
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at <a href="https://developer.android.com/studio/publish/versioning">https://developer.android.com/studio/publish/versioning</a>
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# <a href="https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html">https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html</a>…
Android Developers
Configure the app module | Android Studio | Android Developers
Learn about useful settings set in build.gradle.
New post on /r/flutterdev subreddit:
Missing Flutter Best Practices
https://ift.tt/2W9wwH3
September 24, 2021 at 03:07PM by fredgrott
https://ift.tt/3i3Zlwx
Missing Flutter Best Practices
https://ift.tt/2W9wwH3
September 24, 2021 at 03:07PM by fredgrott
https://ift.tt/3i3Zlwx
Medium
Missing Flutter Best Practices
The Skeleton App Template was introduced in Flutter 2.5 allegedly to show Flutter Best Practices. Ahem, where are the best practices? Hmm…
New post on /r/flutterdev subreddit:
App Feedback Thread - September 24, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
September 24, 2021 at 03:00PM by AutoModerator
https://ift.tt/3kCN43L
App Feedback Thread - September 24, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods
September 24, 2021 at 03:00PM by AutoModerator
https://ift.tt/3kCN43L
reddit
App Feedback Thread - September 24, 2021
This thread is for getting feedback on your own apps. ## Developers: * must **provide feedback** for others * must include **Play Store**, **App...
New post on /r/flutterdev subreddit:
Flutter Animated Tesla Car Control App - Episode 1
https://youtu.be/P629-Z3py1Y
September 24, 2021 at 03:54PM by anwarabir
https://ift.tt/3o8ryG6
Flutter Animated Tesla Car Control App - Episode 1
https://youtu.be/P629-Z3py1Y
September 24, 2021 at 03:54PM by anwarabir
https://ift.tt/3o8ryG6
YouTube
Animated Tesla Car Control App - Episode 1 - Flutter Pro Animation - Speed Code
This video is for those who want to master Flutter animation. In total there will be four episodes and this is the first one, where you will learn how to create an animated tesla car app using Flutter that works both android and iOS. Users can unlock any…
New post on /r/flutterdev subreddit:
Flutter Free Hand Image Cropper Tutorial For All Platforms. With Source Code.
https://youtu.be/9uokaY4d5Q0
September 24, 2021 at 04:57PM by Some_Cartographer_23
https://ift.tt/3i1eDSI
Flutter Free Hand Image Cropper Tutorial For All Platforms. With Source Code.
https://youtu.be/9uokaY4d5Q0
September 24, 2021 at 04:57PM by Some_Cartographer_23
https://ift.tt/3i1eDSI
YouTube
Doc scan / Cam scanner Flutter Free Hand Image Cropper Tutorial | All Platform, Without Using OpenCV
#Flutter #Cropper #Camscanner #Image #Docscanner #Trending #Flutter #Image #ScreenShot #MultiPlatform #FreeHandImageCropper #AbhishekBapuOve
Click Here for more flutter: http://tiny.cc/th7auz
like the video if it was useful.
In this video, I will explain…
Click Here for more flutter: http://tiny.cc/th7auz
like the video if it was useful.
In this video, I will explain…
New post on /r/flutterdev subreddit:
Building a production ready flutter web app - The benefits and drawbacks
https://ift.tt/3AFTYe8
September 24, 2021 at 05:47PM by enyovelcora
https://ift.tt/3AH7r5d
Building a production ready flutter web app - The benefits and drawbacks
https://ift.tt/3AFTYe8
September 24, 2021 at 05:47PM by enyovelcora
https://ift.tt/3AH7r5d
Medium
Building a production ready Flutter Web App
We recently published the web app for Dropzone Plus that is written entirely in Flutter Web. Because web support for Flutter is very new…
New post on /r/flutterdev subreddit:
Does anyone know of a security tools that performs static code analysis of Flutter/Dart code?
Hi there!I'm trying to use Flutter to develop mobile apps for my company, but they have a very strict policy of not deploying anything without a previous SAST analysis for it (Microfocus Fortify, VeraCode... etc).Does anyone know of any tool, commercial or not, to provide such kind of static code analysis for Dart?Thank you in advance!
September 24, 2021 at 06:21PM by bysho
https://ift.tt/3kFQrHg
Does anyone know of a security tools that performs static code analysis of Flutter/Dart code?
Hi there!I'm trying to use Flutter to develop mobile apps for my company, but they have a very strict policy of not deploying anything without a previous SAST analysis for it (Microfocus Fortify, VeraCode... etc).Does anyone know of any tool, commercial or not, to provide such kind of static code analysis for Dart?Thank you in advance!
September 24, 2021 at 06:21PM by bysho
https://ift.tt/3kFQrHg
reddit
Does anyone know of a security tools that performs static code...
Hi there! I'm trying to use Flutter to develop mobile apps for my company, but they have a very strict policy of not deploying anything without a...
New post on /r/flutterdev subreddit:
Awesome Notifications plugin as an alternative to flutter_local_notifications
https://youtu.be/JAq9fVn3X7U
September 24, 2021 at 06:17PM by satvikpendem
https://ift.tt/3o3YQpT
Awesome Notifications plugin as an alternative to flutter_local_notifications
https://youtu.be/JAq9fVn3X7U
September 24, 2021 at 06:17PM by satvikpendem
https://ift.tt/3o3YQpT
YouTube
Flutter Awesome Notifications - Create Local Notifications With Ease
📗 Learn from the written tutorial & get the starter project👇👇
https://resocoder.com/awesome-notifications-flutter-tutorial
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good…
https://resocoder.com/awesome-notifications-flutter-tutorial
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good…
New tweet from FlutterDev:
🤷💻 RenderObjects?! What are they? Here’s a walk through of the RenderObject tree, and how RenderObjects work with the Widget tree and Element Tree to create the Widgets of your dreams! 🤗 Learn more → https://t.co/Bf43yjFiCV https://t.co/ibj4IOm7hO— Flutter (@FlutterDev) Sep 24, 2021
September 24, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1441454896734105607
🤷💻 RenderObjects?! What are they? Here’s a walk through of the RenderObject tree, and how RenderObjects work with the Widget tree and Element Tree to create the Widgets of your dreams! 🤗 Learn more → https://t.co/Bf43yjFiCV https://t.co/ibj4IOm7hO— Flutter (@FlutterDev) Sep 24, 2021
September 24, 2021 at 07:30PM
http://twitter.com/FlutterDev/status/1441454896734105607
YouTube
RenderObjects?! | Decoding Flutter
RenderObjects like widgets are everything you see on the screen. Learn about what RenderObjects do, what render trees are, how to customize the layout and painting of a widget, and more.
Leave us suggestions for code to unravel in the comments below!
Architectural…
Leave us suggestions for code to unravel in the comments below!
Architectural…
New post on /r/flutterdev subreddit:
RenderObjects?! | Decoding Flutter
https://youtube.com/watch?v=zmbmrw07qBc&feature=share
September 24, 2021 at 07:47PM by Pixelreddit
https://ift.tt/39DLd8x
RenderObjects?! | Decoding Flutter
https://youtube.com/watch?v=zmbmrw07qBc&feature=share
September 24, 2021 at 07:47PM by Pixelreddit
https://ift.tt/39DLd8x
YouTube
RenderObjects?! | Decoding Flutter
RenderObjects like widgets are everything you see on the screen. Learn about what RenderObjects do, what render trees are, how to customize the layout and painting of a widget, and more.
Leave us suggestions for code to unravel in the comments below!
Architectural…
Leave us suggestions for code to unravel in the comments below!
Architectural…
New post on /r/flutterdev subreddit:
Just pushed my first flutter project in github
I have developed a text recongizition app with flutter and google ml kit.
September 24, 2021 at 08:20PM by Aaqilsh
https://ift.tt/3ENeWdx
Just pushed my first flutter project in github
I have developed a text recongizition app with flutter and google ml kit.
September 24, 2021 at 08:20PM by Aaqilsh
https://ift.tt/3ENeWdx
Reddit
From the FlutterDev community on Reddit: Just pushed my first flutter project in github
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
How to use google_ml_kit package in flutter for text recognition
https://ift.tt/3i7h3Pz
September 24, 2021 at 09:41PM by Aaqilsh
https://ift.tt/3i4PPZW
How to use google_ml_kit package in flutter for text recognition
https://ift.tt/3i7h3Pz
September 24, 2021 at 09:41PM by Aaqilsh
https://ift.tt/3i4PPZW
Medium
How to use google_ml_kit package in flutter for text recognition
Hello everyone, this is my very first blogpost. I decided to write this blog because i found very little blogs about explain how…
New post on /r/flutterdev subreddit:
Flutter Developer Weekly Newsletter - Issue #27 is LIVE!
https://ift.tt/3o6jKow
September 24, 2021 at 09:17PM by FlutterDevWeekly
https://ift.tt/3i4U8nQ
Flutter Developer Weekly Newsletter - Issue #27 is LIVE!
https://ift.tt/3o6jKow
September 24, 2021 at 09:17PM by FlutterDevWeekly
https://ift.tt/3i4U8nQ
Flutterdeveloperweekly
Issue 27
A Tale of Two Projects