New post on Flutter Dev Google group:
Plz solve my error: FAILURE: Build failed with an exception.
Hello, I just install flutter+git+androidstudio and tried my first flutter project to run on emulator but I am getting error. Plz check attached images to understand error,
June 09, 2021 at 08:47AM by Abhishek Chaudhari
https://ift.tt/3isy8EL
Plz solve my error: FAILURE: Build failed with an exception.
Hello, I just install flutter+git+androidstudio and tried my first flutter project to run on emulator but I am getting error. Plz check attached images to understand error,
June 09, 2021 at 08:47AM by Abhishek Chaudhari
https://ift.tt/3isy8EL
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:
Use @required Annotation On Flutter - Flutter Agency
https://ift.tt/3gjQNzL
June 09, 2021 at 08:35AM by lil_dragplix
https://ift.tt/2RH07FK
Use @required Annotation On Flutter - Flutter Agency
https://ift.tt/3gjQNzL
June 09, 2021 at 08:35AM by lil_dragplix
https://ift.tt/2RH07FK
Flutter Agency - Mobile App Designing, Development & Consulting
How to Use @required Annotation On Flutter Constructor Parameters?? - Flutter Agency
Earlier we have been through various articles like How to Pass Data to a Stateful Widget in Flutter. So in this article, we will go through how to use @required Annotation On Flutter Constructor Parameters. Are you ready for the same? let's dive into the…
New post on /r/flutterdev subreddit:
Do you generate your own classes/widgets to interface to flutters widgets
I've just upgraded from 1.x to 2.10, I initially set out to upgrade to null safety but a number of dependencies haven't been migrated as of yet.Along with upgrade I also updated majority of my dependencies, I'm hoping after this step that the step towards null safety is a lot clearer (i.e I don't have to wade through API breaking changes along with null safety).Apart from fixing the breaking changes, what's been really frustrating has been handling flatbutton > textbutton, raisedbutton > elevated button. This was littered throughout my app and each one had to be handled invidually.I ended up generating my own widget which was just a wrapper for the flutter widget. Just so that in the future this is not as painful. I used to do something similar in other languages/frameworks, but I didn't think the buttons will be altered in this way.Just wondering whether anyone else is doing this ?When I first updated I had about 1500 problems, I've been cleaning up over the last couple of days and I'm down to 475.
June 09, 2021 at 09:36AM by ifndefx
https://ift.tt/2RC0RM9
Do you generate your own classes/widgets to interface to flutters widgets
I've just upgraded from 1.x to 2.10, I initially set out to upgrade to null safety but a number of dependencies haven't been migrated as of yet.Along with upgrade I also updated majority of my dependencies, I'm hoping after this step that the step towards null safety is a lot clearer (i.e I don't have to wade through API breaking changes along with null safety).Apart from fixing the breaking changes, what's been really frustrating has been handling flatbutton > textbutton, raisedbutton > elevated button. This was littered throughout my app and each one had to be handled invidually.I ended up generating my own widget which was just a wrapper for the flutter widget. Just so that in the future this is not as painful. I used to do something similar in other languages/frameworks, but I didn't think the buttons will be altered in this way.Just wondering whether anyone else is doing this ?When I first updated I had about 1500 problems, I've been cleaning up over the last couple of days and I'm down to 475.
June 09, 2021 at 09:36AM by ifndefx
https://ift.tt/2RC0RM9
reddit
Do you generate your own classes/widgets to interface to flutters...
I've just upgraded from 1.x to 2.10, I initially set out to upgrade to null safety but a number of dependencies haven't been migrated as of yet....
New post on /r/flutterdev subreddit:
My Second Ever Package
I just published my second package "vertical_tab_bar_view".some constructive criticism about the readme would be greatly appreciated.
June 09, 2021 at 01:03PM by NeatFastro
https://ift.tt/3v6mT7q
My Second Ever Package
I just published my second package "vertical_tab_bar_view".some constructive criticism about the readme would be greatly appreciated.
June 09, 2021 at 01:03PM by NeatFastro
https://ift.tt/3v6mT7q
Dart packages
vertical_tab_bar_view | Flutter Package
A new Flutter package project.
New post on /r/flutterdev subreddit:
What Should I do?
I was working on the flutter packages where users can send OTP via email with a custom template, so how can I implement it? is I directly create send email function in dart or write some extra script ( something in python or java ) and upload it on the server.
June 09, 2021 at 01:28PM by Prashant_4200
https://ift.tt/3pIUVxG
What Should I do?
I was working on the flutter packages where users can send OTP via email with a custom template, so how can I implement it? is I directly create send email function in dart or write some extra script ( something in python or java ) and upload it on the server.
June 09, 2021 at 01:28PM by Prashant_4200
https://ift.tt/3pIUVxG
reddit
What Should I do?
I was working on the flutter packages where users can send OTP via email with a custom template, so how can I implement it? is I directly create...
New post on /r/flutterdev subreddit:
Flutter’s take on the 2-space indent code style
https://ift.tt/3cwpgKu
June 09, 2021 at 01:17PM by dcmacsman
https://ift.tt/3iv3KcK
Flutter’s take on the 2-space indent code style
https://ift.tt/3cwpgKu
June 09, 2021 at 01:17PM by dcmacsman
https://ift.tt/3iv3KcK
GitHub
Allow indent options to be configured · Issue #534 · dart-lang/dart_style
It seems strange that line length can be configured, yet tab size cannot. I'm probably not the only person that hates 2-space indenting; it would be rather nice if people can have their own...
New post on /r/flutterdev subreddit:
Git shows everything changed in dart file because I wrap main widget into some widget..
Thats so annoying on PR review process, do you guys have any solution to that?
June 09, 2021 at 01:07PM by emroo07
https://ift.tt/3pyUvtw
Git shows everything changed in dart file because I wrap main widget into some widget..
Thats so annoying on PR review process, do you guys have any solution to that?
June 09, 2021 at 01:07PM by emroo07
https://ift.tt/3pyUvtw
reddit
Git shows everything changed in dart file because I wrap main...
Thats so annoying on PR review process, do you guys have any solution to that? [https://imgur.com/a/ayE8xTi](https://imgur.com/a/ayE8xTi) like that
New post on Flutter Dev Google group:
phone auth error on enabling android device verification
0
phone auth error on enabling android device verification
0
New post on /r/flutterdev subreddit:
Manga reader and downloader with flutter
Hello communityIt' s being almost 1.5 years I'm working with flutter to develop mobile applications. As an otaku and manga lover I intended to developp a manga reader with flutter to put in practise my skills. The project is opensource and can help anyone who want's to get started with flutter.You can download the app to this link: https://github.com/SherlockHolmes2045/fanga/releases/download/2.0.0/app-release.apk until it's available un playstorethe link to the repo: https://github.com/SherlockHolmes2045/fanga.You can leave a star to support the project and feel free to contribute.
June 09, 2021 at 02:47PM by Sherlock2045
https://ift.tt/2TfrzLa
Manga reader and downloader with flutter
Hello communityIt' s being almost 1.5 years I'm working with flutter to develop mobile applications. As an otaku and manga lover I intended to developp a manga reader with flutter to put in practise my skills. The project is opensource and can help anyone who want's to get started with flutter.You can download the app to this link: https://github.com/SherlockHolmes2045/fanga/releases/download/2.0.0/app-release.apk until it's available un playstorethe link to the repo: https://github.com/SherlockHolmes2045/fanga.You can leave a star to support the project and feel free to contribute.
June 09, 2021 at 02:47PM by Sherlock2045
https://ift.tt/2TfrzLa
GitHub
GitHub - SherlockHolmes2045/fanga: A manga reader and downloader made with flutter
A manga reader and downloader made with flutter. Contribute to SherlockHolmes2045/fanga development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Developing on an M1 Mac (Flutter)
https://ift.tt/3v7T3zp
June 09, 2021 at 03:57PM by RemeJuan
https://ift.tt/3gp9MJa
Developing on an M1 Mac (Flutter)
https://ift.tt/3v7T3zp
June 09, 2021 at 03:57PM by RemeJuan
https://ift.tt/3gp9MJa
Medium
Developing on an M1 Mac (Flutter)
A short insight into working as a Flutter and React developer on the new M1 Macbook Pro
New post on /r/flutterdev subreddit:
Building Beautiful Windows apps — Fluent Design Structure and Navigation
https://ift.tt/3iu5sLy
June 09, 2021 at 03:25PM by Viruscatman
https://ift.tt/356FLc1
Building Beautiful Windows apps — Fluent Design Structure and Navigation
https://ift.tt/3iu5sLy
June 09, 2021 at 03:25PM by Viruscatman
https://ift.tt/356FLc1
Medium
Flutter: Building Beautiful Windows apps — Fluent Design Structure and Navigation
The Fluent Design is Microsoft’s solution for designing beautiful Windows programs. Flutter has finally expanded support to Windows UWP in Google I/O 2021, which calls for well-designed Windows apps…
New post on Flutter Dev Google group:
Facebook SDK 14.5
Dear Group, We are using the Flutter framework for our app, with the recent update from Apple with regards to iOS 14.5, Facebook is asking to update the SDK which will support SKAdNetwork. Our dev team looking for Facebook SDK update with Flutter. Could anyone please help with the update or
June 09, 2021 at 04:30PM by Naveen Kumar Nanchari
https://ift.tt/3cu4Mlu
Facebook SDK 14.5
Dear Group, We are using the Flutter framework for our app, with the recent update from Apple with regards to iOS 14.5, Facebook is asking to update the SDK which will support SKAdNetwork. Our dev team looking for Facebook SDK update with Flutter. Could anyone please help with the update or
June 09, 2021 at 04:30PM by Naveen Kumar Nanchari
https://ift.tt/3cu4Mlu
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 Flutter Dev Google group:
Flutter for Web does not hide url bar and navigation bar on scroll in iOS's Safari
Hi Team, My name is Satish, and I work as the Head of Mobile at Travelstart. We construct mobile applications utilising the flutter framework, which are now accessible on various stores, while also developing a flutter web with responsive design. During development, we are encountering the
June 09, 2021 at 04:42PM by gummadi satish
https://ift.tt/3x7QsXJ
Flutter for Web does not hide url bar and navigation bar on scroll in iOS's Safari
Hi Team, My name is Satish, and I work as the Head of Mobile at Travelstart. We construct mobile applications utilising the flutter framework, which are now accessible on various stores, while also developing a flutter web with responsive design. During development, we are encountering the
June 09, 2021 at 04:42PM by gummadi satish
https://ift.tt/3x7QsXJ
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:
smartstruct: Code generator for generating type-safe mappers, inspired by https://mapstruct.org/
https://ift.tt/3pwEqVl
June 09, 2021 at 05:40PM by marsNemophilist
https://ift.tt/3gBw2Qr
smartstruct: Code generator for generating type-safe mappers, inspired by https://mapstruct.org/
https://ift.tt/3pwEqVl
June 09, 2021 at 05:40PM by marsNemophilist
https://ift.tt/3gBw2Qr
Dart packages
smartstruct | Dart Package
smartstruct - A dart bean mapper annotation processor - the easy nullsafe way!
New post on /r/flutterdev subreddit:
New Remote Flutter Interviewer position
Disclaimer: A Friend asked me to post this here.Flutter Technical interviewerAbout the CompanyTalent is everywhere. Opportunities are not.At Remotesome, we are on a mission to help thousands of engineers around the world find their full-time next remote job. Through a unique vetting process, we are helping engineers showcase their skills so we can recommend them to emerging and promising companies around the world.We have numerous appraisals of engineers for which we have found life-changing jobs as well as happy companies who couldn’t believe how many great engineers we help them bring on board.We are looking for an experienced Flutter Developer with technical interviewing or screening experience to join our team and help us with vetting software engineers.Our current flow for the candidate is:They will be performing a short 20-30min long coding quiz.They will be attending a ~55 minute technical interview (Live coding with a practical task during which we'll evaluate the candidate's performance not just based on results but also on their your development process)It's a great opportunity because:You will get an insight into our interviewing approach which gets praised by engineers.We put an emphasis on constantly improving and making interviews better and better.You’ll help us set best practices for interviews and help us craft new tasks.Flexible working schedule.What you'll do:You will be creating a vetting process for Mobile Flutter Developers. This means:Preparing questions to evaluate candidates on their theoretical knowledge for the coding quiz and;Creating practical tasks for candidates to implement live during the technical interview.You will also be performing Technical Interviews and evaluating candidates during the interview.Requirements:4 years of experience in software development.You have built apps for iOS and Android using Flutter.Ability to recognize talented engineers and evaluate candidates based on their output.You should be familiar with a few different architectural designs to help you recognize standards and standard code.You have experience with technical interviewing or you have been conducting interviews in previous/actual jobs.You are organized and punctual.Fluent in English, both in written and oral form.Bonus points:Has experience with other mobile languages and frameworks such as:Swift/iOSJava/Kotlin/AndroidReact NativeXamarinCompensation and benefits:Competitive salary: $25-$35 per interviewWork in the comfort of your home. This is 100% remote for engineers anywhere between UTC-8(San Francisco) - UTC-3 (Buenos Aires)If you're interested kindly send us your most updated CV or LinkedIn at [jobs@remotesome.com](mailto:jobs@remotesome.com) with the subject "Application for Flutter Technical interviewer".
June 09, 2021 at 05:18PM by odrakcir
https://ift.tt/351dvYc
New Remote Flutter Interviewer position
Disclaimer: A Friend asked me to post this here.Flutter Technical interviewerAbout the CompanyTalent is everywhere. Opportunities are not.At Remotesome, we are on a mission to help thousands of engineers around the world find their full-time next remote job. Through a unique vetting process, we are helping engineers showcase their skills so we can recommend them to emerging and promising companies around the world.We have numerous appraisals of engineers for which we have found life-changing jobs as well as happy companies who couldn’t believe how many great engineers we help them bring on board.We are looking for an experienced Flutter Developer with technical interviewing or screening experience to join our team and help us with vetting software engineers.Our current flow for the candidate is:They will be performing a short 20-30min long coding quiz.They will be attending a ~55 minute technical interview (Live coding with a practical task during which we'll evaluate the candidate's performance not just based on results but also on their your development process)It's a great opportunity because:You will get an insight into our interviewing approach which gets praised by engineers.We put an emphasis on constantly improving and making interviews better and better.You’ll help us set best practices for interviews and help us craft new tasks.Flexible working schedule.What you'll do:You will be creating a vetting process for Mobile Flutter Developers. This means:Preparing questions to evaluate candidates on their theoretical knowledge for the coding quiz and;Creating practical tasks for candidates to implement live during the technical interview.You will also be performing Technical Interviews and evaluating candidates during the interview.Requirements:4 years of experience in software development.You have built apps for iOS and Android using Flutter.Ability to recognize talented engineers and evaluate candidates based on their output.You should be familiar with a few different architectural designs to help you recognize standards and standard code.You have experience with technical interviewing or you have been conducting interviews in previous/actual jobs.You are organized and punctual.Fluent in English, both in written and oral form.Bonus points:Has experience with other mobile languages and frameworks such as:Swift/iOSJava/Kotlin/AndroidReact NativeXamarinCompensation and benefits:Competitive salary: $25-$35 per interviewWork in the comfort of your home. This is 100% remote for engineers anywhere between UTC-8(San Francisco) - UTC-3 (Buenos Aires)If you're interested kindly send us your most updated CV or LinkedIn at [jobs@remotesome.com](mailto:jobs@remotesome.com) with the subject "Application for Flutter Technical interviewer".
June 09, 2021 at 05:18PM by odrakcir
https://ift.tt/351dvYc
reddit
New Remote Flutter Interviewer position
A subreddit for Google's portable UI framework.
New post on Flutter Dev Google group:
Error connecting to the service protocol: failed to connect to
Hello getting the same error after upgrading from 1.22.6 to 2.2.1 Here is my flutter doctor -v output and flutter run -v output. [✓] Flutter (Channel stable, 2.2.1, on Mac OS X 10.15.7 19H1217 darwin-x64, locale en-US) • Flutter version 2.2.1 at /Users/tariqueimam/Documents/sdk/flutter
June 09, 2021 at 07:05PM by Imam T
https://ift.tt/3vhmcbL
Error connecting to the service protocol: failed to connect to
Hello getting the same error after upgrading from 1.22.6 to 2.2.1 Here is my flutter doctor -v output and flutter run -v output. [✓] Flutter (Channel stable, 2.2.1, on Mac OS X 10.15.7 19H1217 darwin-x64, locale en-US) • Flutter version 2.2.1 at /Users/tariqueimam/Documents/sdk/flutter
June 09, 2021 at 07:05PM by Imam T
https://ift.tt/3vhmcbL
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 tweet from FlutterDev:
RT @GooglePlayDev: Ready to take your game to the next level? Apply now for the #IndieGamesAccelerator for free education and mentorship…— Flutter (@FlutterDev) Jun 9, 2021
June 09, 2021 at 06:59PM
http://twitter.com/FlutterDev/status/1402671813994369025
RT @GooglePlayDev: Ready to take your game to the next level? Apply now for the #IndieGamesAccelerator for free education and mentorship…— Flutter (@FlutterDev) Jun 9, 2021
June 09, 2021 at 06:59PM
http://twitter.com/FlutterDev/status/1402671813994369025
New post on Flutter Dev Google group:
signing the apk with existing certificate
hi team, recently we migrated from ionic to flutter and we have submitted ionic app using a certificated and now we enhanced app using flutter ,so we are looking to submit the app as an update to the ionic app.We are facing an issue while signing and submitting to playstore. Thanks, Charan.
June 09, 2021 at 08:06PM by Charan Ganji
https://ift.tt/2TYdceF
signing the apk with existing certificate
hi team, recently we migrated from ionic to flutter and we have submitted ionic app using a certificated and now we enhanced app using flutter ,so we are looking to submit the app as an update to the ionic app.We are facing an issue while signing and submitting to playstore. Thanks, Charan.
June 09, 2021 at 08:06PM by Charan Ganji
https://ift.tt/2TYdceF
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:
Flutter Color Selector / Palette Animation Tutorial.
https://youtu.be/4GEXicMjLJM
June 09, 2021 at 08:44PM by Some_Cartographer_23
https://ift.tt/3xaZTWw
Flutter Color Selector / Palette Animation Tutorial.
https://youtu.be/4GEXicMjLJM
June 09, 2021 at 08:44PM by Some_Cartographer_23
https://ift.tt/3xaZTWw
YouTube
Flutter Color Selector / Palette Animation Tutorial. Pulse / Wave
#Flutter #ColorSelection #ColorPalette #Animation #Tutorial #Pulse #Wave
Click Here for more flutter: http://tiny.cc/th7auz
00:00 Introduction
01:50 Pulse
08:50 Selector
16:58 Home Widget
Like Share Subscribe.
Check my apps on the play store:
Gravity 4:…
Click Here for more flutter: http://tiny.cc/th7auz
00:00 Introduction
01:50 Pulse
08:50 Selector
16:58 Home Widget
Like Share Subscribe.
Check my apps on the play store:
Gravity 4:…
New post on Flutter Dev Google group:
installation error
C:\Users\it solution.pk>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.2.1, on Microsoft Windows [Version 10.0.19042.1052], locale en-US) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) X Android
June 09, 2021 at 11:49PM by mudassir raza
https://ift.tt/3v5Zu65
installation error
C:\Users\it solution.pk>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.2.1, on Microsoft Windows [Version 10.0.19042.1052], locale en-US) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) X Android
June 09, 2021 at 11:49PM by mudassir raza
https://ift.tt/3v5Zu65
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:
Flutter Web Admin Panel & Dashboard ~ Source Code
Flutter Web Admin Panel & Dashboard with comprehensive features here is the product promo and you can also get source code from the link in the video description.https://youtu.be/W7M9CpCPBcUEnjoy it! 🔥All feedback are very welcome 🙌🏻
June 09, 2021 at 11:26PM by Nevurix
https://ift.tt/3pEifN5
Flutter Web Admin Panel & Dashboard ~ Source Code
Flutter Web Admin Panel & Dashboard with comprehensive features here is the product promo and you can also get source code from the link in the video description.https://youtu.be/W7M9CpCPBcUEnjoy it! 🔥All feedback are very welcome 🙌🏻
June 09, 2021 at 11:26PM by Nevurix
https://ift.tt/3pEifN5
YouTube
Flutter Admin Panel & Dashboard ~ Source Code | Promo
Welcome to Flutter Speed Code tutorial series where you will learn Flutter and create amazing apps using Dart.
In this video, we build a Flutter Web Admin Panel & Dashboard to ensure seamless user experience.
» Resources
Source Code: https://github.co…
In this video, we build a Flutter Web Admin Panel & Dashboard to ensure seamless user experience.
» Resources
Source Code: https://github.co…