New post on /r/flutterdev subreddit:
<b>How to make three list builder scrollable in singlechildscrollview or without that ?</b>
This is my code:So I want to make these two widgets scrollable.<pre>override </pre>Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('Feedback Page'), ), body: feedbackData == null ? Center( child: CircularProgressIndicator( valueColor: AlwaysStoppedAnimation<Color>(themeColorYellow), //backgroundColor: themeColorYellow, )) : questions() ); }Widget questions(){ return Column( mainAxisSize: MainAxisSize.min, children: <Widget>[ Expanded( child: ListView.builder( itemCount: feedbackData.objfeedquestion.length, shrinkWrap: true, // physics: NeverScrollableScrollPhysics(), itemBuilder: (BuildContext context, int index) { return Container( margin: EdgeInsets.only(left: 0.0, right: 0.0, top: 5.0), child: Card( elevation: 15.0, child: Column( children: [ Row( children: [ Expanded( child: Container( padding: EdgeInsets.all(12.0), child: Expanded( child: Text( '${index + 1}. ' + '${feedbackData.objfeedquestion[index].feedbackQuestion}', //textAlign: TextAlign.center, ), ), ), ), ], ), Container( child: radioui(index), ),// Container( // child: subjectiveUI(), // ) ], ), ), ); }, ), ), subjectiveUI() ] //..addAll([subjectiveUI()]) ); }Widget radioui(int q) { return Row( children: <Widget>[ Flexible( child: ListView.builder( shrinkWrap: true, itemCount: 3, physics: NeverScrollableScrollPhysics(), itemBuilder: (BuildContext context, int index) { return Container( //padding: EdgeInsets.all(1.0), child: Row( mainAxisAlignment: MainAxisAlignment.start, children: <Widget>[ Radio( value: feedbackData .objfeedquestion[q] .feedbackQuestionOption[index] .feedbackQuestionOptionid, groupValue: _curl, onChanged: (newvalue) { print("newvalue"); print(newvalue); setState(() { _curl = newvalue; }); }, ), Expanded( child: Column( children: <Widget>[ Container( padding: EdgeInsets.all(1.0), child: Html( data: feedbackData β¦
<b>How to make three list builder scrollable in singlechildscrollview or without that ?</b>
This is my code:So I want to make these two widgets scrollable.<pre>override </pre>Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text('Feedback Page'), ), body: feedbackData == null ? Center( child: CircularProgressIndicator( valueColor: AlwaysStoppedAnimation<Color>(themeColorYellow), //backgroundColor: themeColorYellow, )) : questions() ); }Widget questions(){ return Column( mainAxisSize: MainAxisSize.min, children: <Widget>[ Expanded( child: ListView.builder( itemCount: feedbackData.objfeedquestion.length, shrinkWrap: true, // physics: NeverScrollableScrollPhysics(), itemBuilder: (BuildContext context, int index) { return Container( margin: EdgeInsets.only(left: 0.0, right: 0.0, top: 5.0), child: Card( elevation: 15.0, child: Column( children: [ Row( children: [ Expanded( child: Container( padding: EdgeInsets.all(12.0), child: Expanded( child: Text( '${index + 1}. ' + '${feedbackData.objfeedquestion[index].feedbackQuestion}', //textAlign: TextAlign.center, ), ), ), ), ], ), Container( child: radioui(index), ),// Container( // child: subjectiveUI(), // ) ], ), ), ); }, ), ), subjectiveUI() ] //..addAll([subjectiveUI()]) ); }Widget radioui(int q) { return Row( children: <Widget>[ Flexible( child: ListView.builder( shrinkWrap: true, itemCount: 3, physics: NeverScrollableScrollPhysics(), itemBuilder: (BuildContext context, int index) { return Container( //padding: EdgeInsets.all(1.0), child: Row( mainAxisAlignment: MainAxisAlignment.start, children: <Widget>[ Radio( value: feedbackData .objfeedquestion[q] .feedbackQuestionOption[index] .feedbackQuestionOptionid, groupValue: _curl, onChanged: (newvalue) { print("newvalue"); print(newvalue); setState(() { _curl = newvalue; }); }, ), Expanded( child: Column( children: <Widget>[ Container( padding: EdgeInsets.all(1.0), child: Html( data: feedbackData β¦
New post on Flutter Dev Google group:
Hotlist Zadon technology Inc.
Hello Associates, Hope you are doing great...! Here you go with my current - Hotlist of the Candidates USC & GC. who are looking for opportunities in C2C, Do you have any positions open for them? Would you like to look at their resumes? Please email me with the *Job Description. Client
April 15, 2021 at 04:26PM by adnan saranshtech
https://ift.tt/3djmjgY
Hotlist Zadon technology Inc.
Hello Associates, Hope you are doing great...! Here you go with my current - Hotlist of the Candidates USC & GC. who are looking for opportunities in C2C, Do you have any positions open for them? Would you like to look at their resumes? Please email me with the *Job Description. Client
April 15, 2021 at 04:26PM by adnan saranshtech
https://ift.tt/3djmjgY
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:
translation tools integration
Hi all, what's the best tool/plugin in order to manage the translations for different App developed with flutter? I've tried with Crowdin, Lokalise but are all tools that are not integrated with Flutter. I need a tool/plug in with which manage translated words and link them to the different apps
April 15, 2021 at 04:33PM by Interesting-Pin-7588
https://ift.tt/3x1agN5
translation tools integration
Hi all, what's the best tool/plugin in order to manage the translations for different App developed with flutter? I've tried with Crowdin, Lokalise but are all tools that are not integrated with Flutter. I need a tool/plug in with which manage translated words and link them to the different apps
April 15, 2021 at 04:33PM by Interesting-Pin-7588
https://ift.tt/3x1agN5
reddit
translation tools integration
Hi all, what's the best tool/plugin in order to manage the translations for different App developed with flutter? I've tried with Crowdin,...
New tweet from FlutterDev:
β¨ Save-the-date β¨ @FlutteristasCon put together an awesome conference for April 17th! Learn, be inspired, and stay up to date with other fellow developers.
Sign up for fun activities & talks π https://t.co/G8RTZdIWAu #FlutteristasConf2021 pic.twitter.com/kNa72xxpspβ Flutter (@FlutterDev) April 15, 2021
April 15, 2021 at 05:00PM
http://twitter.com/FlutterDev/status/1382710313150263299
β¨ Save-the-date β¨ @FlutteristasCon put together an awesome conference for April 17th! Learn, be inspired, and stay up to date with other fellow developers.
Sign up for fun activities & talks π https://t.co/G8RTZdIWAu #FlutteristasConf2021 pic.twitter.com/kNa72xxpspβ Flutter (@FlutterDev) April 15, 2021
April 15, 2021 at 05:00PM
http://twitter.com/FlutterDev/status/1382710313150263299
Twitter
Flutteristas Conference (@FlutteristasCon) | Twitter
The latest Tweets from Flutteristas Conference (@FlutteristasCon): "Over 930 #Flutter enthusiasts have registered for #FlutteristasConf2021! π
Join the party!π
We appreciate your passion and are doing our best to bring you the best conference experienceβ¦
Join the party!π
We appreciate your passion and are doing our best to bring you the best conference experienceβ¦
New post on /r/flutterdev subreddit:
Ep. 021 - Coding challenge: Starfield | Flutter Processing
https://www.youtube.com/watch?v=BERTs7IwWvk
April 15, 2021 at 06:07PM by MarkOSullivan
https://ift.tt/3to9I1x
Ep. 021 - Coding challenge: Starfield | Flutter Processing
https://www.youtube.com/watch?v=BERTs7IwWvk
April 15, 2021 at 06:07PM by MarkOSullivan
https://ift.tt/3to9I1x
YouTube
Ep. 021 - Coding challenge: Starfield | Flutter Processing
It's finally time to try our #Flutter Processing implementation with a coding challenge. Today we create a starfield animation with flutter_processing.
Coding Challenge #1: Starfield in Processing
https://www.youtube.com/watch?v=17WoOqgXsRM
https://github.com/matthewβ¦
Coding Challenge #1: Starfield in Processing
https://www.youtube.com/watch?v=17WoOqgXsRM
https://github.com/matthewβ¦
New post on /r/flutterdev subreddit:
Doctor Appointment UI made in Flutter | Dribbble Inspired UI
https://www.youtube.com/watch?v=GQPu586Eiuc
April 15, 2021 at 05:40PM by Dhanraj_Flutterdev
https://ift.tt/3soDHoO
Doctor Appointment UI made in Flutter | Dribbble Inspired UI
https://www.youtube.com/watch?v=GQPu586Eiuc
April 15, 2021 at 05:40PM by Dhanraj_Flutterdev
https://ift.tt/3soDHoO
YouTube
Flutter Doctor Appointment UI | Dribbble UI | Flutter Speed Code
#flutter #flutterdev
Dribbble Inspired UI made with Flutter.
dribbble link: https://dribbble.com/shots/15452663-Doctor-Appointment-App-Concept
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code: https://github.com/Dhanrajβ¦
Dribbble Inspired UI made with Flutter.
dribbble link: https://dribbble.com/shots/15452663-Doctor-Appointment-App-Concept
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s
Source Code: https://github.com/Dhanrajβ¦
New post on /r/flutterdev subreddit:
Making a Candy Crush-esque Game in Flutter - Part 3: Putting the "Collapse" in Color Collapse
https://youtu.be/bO46RMZ0zaU
April 15, 2021 at 05:32PM by THKPMatt
https://ift.tt/3mN50bo
Making a Candy Crush-esque Game in Flutter - Part 3: Putting the "Collapse" in Color Collapse
https://youtu.be/bO46RMZ0zaU
April 15, 2021 at 05:32PM by THKPMatt
https://ift.tt/3mN50bo
YouTube
Flutter Let's Code: Color Collapse - Part 3: Putting the "Collapse" in Color Collapse
In this video we actually go about implementing the "Collapse" that gives Color Collapse it's name.
Git Repo for the Video:
https://github.com/AlabasterAxe/color_game/tree/color_collapse_part_3
Git Repo for the Prod version of Color Collapse:
https://gβ¦
Git Repo for the Video:
https://github.com/AlabasterAxe/color_game/tree/color_collapse_part_3
Git Repo for the Prod version of Color Collapse:
https://gβ¦
New post on /r/flutterdev subreddit:
Bringing libgit to the dart ecosystem
I'm working on a package which will bring the power of the libgit2 to the dart and flutter ecosystem. If you're interested in contributing β reach out to meCurrent progress β bindings done: https://github.com/lesnitsky/dart_libgit2/blob/master/bin/raw/git_branch_name.dartEnd goal: make a verbose and easy to use package which will abstract away all the ffi related stuff (package users will deal with dart classes instead of ffi pointers and buffers)
April 15, 2021 at 06:57PM by lesnitsky_a
https://ift.tt/3x0Ctnt
Bringing libgit to the dart ecosystem
I'm working on a package which will bring the power of the libgit2 to the dart and flutter ecosystem. If you're interested in contributing β reach out to meCurrent progress β bindings done: https://github.com/lesnitsky/dart_libgit2/blob/master/bin/raw/git_branch_name.dartEnd goal: make a verbose and easy to use package which will abstract away all the ffi related stuff (package users will deal with dart classes instead of ffi pointers and buffers)
April 15, 2021 at 06:57PM by lesnitsky_a
https://ift.tt/3x0Ctnt
GitHub
dart_libgit2/git_branch_name.dart at master Β· lesnitsky/dart_libgit2
Dart bindings to libgit2. Contribute to lesnitsky/dart_libgit2 development by creating an account on GitHub.
New tweet from FlutterDev:
How do you implement BDD in a project?π
"Build Flutter with BDD" by Teresa(@teresa_wyy) covers
π₯The full cycle of BDD & TDD
β Discovering, example mappings, user acceptance tests, and more...
at #FlutteristasConf2021 ππ
Register now! https://t.co/ZlxUXBnRzh#flutteristas pic.twitter.com/wfz9sX6ChUβ Flutteristas Conference (@FlutteristasCon) April 9, 2021
April 15, 2021 at 08:00PM
http://twitter.com/FlutterDev/status/1382755601302880264
How do you implement BDD in a project?π
"Build Flutter with BDD" by Teresa(@teresa_wyy) covers
π₯The full cycle of BDD & TDD
β Discovering, example mappings, user acceptance tests, and more...
at #FlutteristasConf2021 ππ
Register now! https://t.co/ZlxUXBnRzh#flutteristas pic.twitter.com/wfz9sX6ChUβ Flutteristas Conference (@FlutteristasCon) April 9, 2021
April 15, 2021 at 08:00PM
http://twitter.com/FlutterDev/status/1382755601302880264
Twitter
Teresa (@teresa_wyy) | Twitter
The latest Tweets from Teresa (@teresa_wyy)
New post on /r/flutterdev subreddit:
Forums and communities for Flutter developers
Hey, I'm looking for another Flutter developer as a co-founder, due to the fact that I'm quit new to Flutter and the app I want to build should be finished fast. Can someone recommend forums or communities, that Flutter developers visit and where it would be okay to make a post?
April 15, 2021 at 08:41PM by Joshkoofficial
https://ift.tt/3adhrIv
Forums and communities for Flutter developers
Hey, I'm looking for another Flutter developer as a co-founder, due to the fact that I'm quit new to Flutter and the app I want to build should be finished fast. Can someone recommend forums or communities, that Flutter developers visit and where it would be okay to make a post?
April 15, 2021 at 08:41PM by Joshkoofficial
https://ift.tt/3adhrIv
reddit
Forums and communities for Flutter developers
Hey, I'm looking for another Flutter developer as a co-founder, due to the fact that I'm quit new to Flutter and the app I want to build should be...
New post on /r/flutterdev subreddit:
Flutter Background Coolness
https://ift.tt/2Rzpbhj
April 15, 2021 at 08:16PM by fredgrott
https://ift.tt/3uPD8Gn
Flutter Background Coolness
https://ift.tt/2Rzpbhj
April 15, 2021 at 08:16PM by fredgrott
https://ift.tt/3uPD8Gn
Medium
Flutter Background Coolness
Want that cool background image and edge-to-edge immersive user interface for your flutter app users? Let me show you how to get that coolβ¦
New post on /r/flutterdev subreddit:
Revenue cat vs flutters IAP
I am building an app with premium services available to those who opt in to a monthly subscription program. My main issue was checking every month if user is premium or not. There are quite a few answers on internet but almost all of them point towards Revenue catβs api. It seems kinda fishy to me. Anyone who had tried IAP, is revenue cat really better than flutters IAP package?
April 15, 2021 at 09:16PM by diedFindingAUsername
https://ift.tt/3geIMgY
Revenue cat vs flutters IAP
I am building an app with premium services available to those who opt in to a monthly subscription program. My main issue was checking every month if user is premium or not. There are quite a few answers on internet but almost all of them point towards Revenue catβs api. It seems kinda fishy to me. Anyone who had tried IAP, is revenue cat really better than flutters IAP package?
April 15, 2021 at 09:16PM by diedFindingAUsername
https://ift.tt/3geIMgY
reddit
Revenue cat vs flutters IAP
I am building an app with premium services available to those who opt in to a monthly subscription program. My main issue was checking every month...
New tweet from FlutterDev:
Is it time for an alternative to "people as the product? Yes! π π
Join us and learn about it from Barbara Tallent (@barbaratallent) - "Introducing an Alternative Internet"π
at #flutteristasConf2021 π€©π
Register now! https://t.co/ZlxUXB6gHJ#flutteristas pic.twitter.com/Amd3orvOHaβ Flutteristas Conference (@FlutteristasCon) April 12, 2021
April 15, 2021 at 10:00PM
http://twitter.com/FlutterDev/status/1382785799972917254
Is it time for an alternative to "people as the product? Yes! π π
Join us and learn about it from Barbara Tallent (@barbaratallent) - "Introducing an Alternative Internet"π
at #flutteristasConf2021 π€©π
Register now! https://t.co/ZlxUXB6gHJ#flutteristas pic.twitter.com/Amd3orvOHaβ Flutteristas Conference (@FlutteristasCon) April 12, 2021
April 15, 2021 at 10:00PM
http://twitter.com/FlutterDev/status/1382785799972917254
Twitter
Barbara Tallent (@barbaratallent) | Twitter
The latest Tweets from Barbara Tallent (@barbaratallent). The @ Company co-founder/CEO where we believe in a people-first internet - tweeting about privacy, startups, and occasionally dogs. https://t.co/8ys7BBWuNB. Northern California
New post on /r/flutterdev subreddit:
Off my chest: Theming fluter apps is horrible.
I despise theming flutter apps!! It is so horrible.There are so many different theme classes, for all sorts of things. Amongst them there are so many parameters that seem to be redundant. Half of the parameters don't seem to change what they seem like they should change.Worst of all, all of the off the shelf widgets implicit inherit from this gaggle of different theme classes. If you want to change a specific color or style on a component, you are fumbling around trying to guess what would change that.The whole theme system should be ABOLISHED.All off the shelf widgets should just take explicit color parameters....and leave it up to developers to conceptualise their app theme how ever they want.Phew....that felt good.
April 15, 2021 at 10:31PM by scorr204
https://ift.tt/3mXPgCn
Off my chest: Theming fluter apps is horrible.
I despise theming flutter apps!! It is so horrible.There are so many different theme classes, for all sorts of things. Amongst them there are so many parameters that seem to be redundant. Half of the parameters don't seem to change what they seem like they should change.Worst of all, all of the off the shelf widgets implicit inherit from this gaggle of different theme classes. If you want to change a specific color or style on a component, you are fumbling around trying to guess what would change that.The whole theme system should be ABOLISHED.All off the shelf widgets should just take explicit color parameters....and leave it up to developers to conceptualise their app theme how ever they want.Phew....that felt good.
April 15, 2021 at 10:31PM by scorr204
https://ift.tt/3mXPgCn
reddit
r/FlutterDev - Off my chest: Theming fluter apps is horrible.
0 votes and 5 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Tutorial - Database Storage Using Sqlite & Sqflite (Johannes Milke)
https://www.youtube.com/watch?v=UpKrhZ0Hppk
April 16, 2021 at 12:08AM by JohannesMilke
https://ift.tt/32gfjew
Flutter Tutorial - Database Storage Using Sqlite & Sqflite (Johannes Milke)
https://www.youtube.com/watch?v=UpKrhZ0Hppk
April 16, 2021 at 12:08AM by JohannesMilke
https://ift.tt/32gfjew
YouTube
Flutter Tutorial - SQL Database Storage Using Sqlite & Sqflite CRUD | Android & iOS
Persist data with Flutter's Sqflite & Flutter's Sqlite Database locally on your Android or iOS device by using Raw SQL statements and perform Sqflite CRUD Operations Create, Read, Update and Delete.
Click here to Subscribe to Johannes Milke: https://www.β¦
Click here to Subscribe to Johannes Milke: https://www.β¦
New tweet from FlutterDev:
Join the "Unfolding web app with Flutter 2"
by Renuka (@KelkarRenuka) to learn different options to create Responsive WebApp, navigation, and deploying with different hosting options. ππ
at #flutteristasConf2021 π€©
Register now! https://t.co/ZlxUXB6gHJ π#flutteristas pic.twitter.com/g8RIL46XmEβ Flutteristas Conference (@FlutteristasCon) April 12, 2021
April 16, 2021 at 12:59AM
http://twitter.com/FlutterDev/status/1382831057674801156
Join the "Unfolding web app with Flutter 2"
by Renuka (@KelkarRenuka) to learn different options to create Responsive WebApp, navigation, and deploying with different hosting options. ππ
at #flutteristasConf2021 π€©
Register now! https://t.co/ZlxUXB6gHJ π#flutteristas pic.twitter.com/g8RIL46XmEβ Flutteristas Conference (@FlutteristasCon) April 12, 2021
April 16, 2021 at 12:59AM
http://twitter.com/FlutterDev/status/1382831057674801156
Twitter
Renuka Kelkar (@KelkarRenuka) | Twitter
The latest Tweets from Renuka Kelkar (@KelkarRenuka). Founder @Techpowergirlsπ¦ΈββοΈ,Freelancerπ±π Flutter & web developer. Artist by Birthπ¨π, flutter mum. London, England
New post on /r/flutterdev subreddit:
Flutter multi-package project
Hi i just publish this article that i share a little bit about the multi-package architecture that we are developing in one app.[post](http:// https://link.medium.com/5WX4Qm3lufb)
April 16, 2021 at 02:04AM by Rodrigolmti
https://ift.tt/3e4L7IM
Flutter multi-package project
Hi i just publish this article that i share a little bit about the multi-package architecture that we are developing in one app.[post](http:// https://link.medium.com/5WX4Qm3lufb)
April 16, 2021 at 02:04AM by Rodrigolmti
https://ift.tt/3e4L7IM
Medium
Building a multi-package project with flutter
In this article, I share a little bit about the multi-package architecture that we are developing in one app.
New post on Flutter Dev Google group:
Node graph UI
I am interested to develop node graph like application like these. Does flutter have some framework/package I can start off with or is this something I have to write completely from scratch for flutter ? [image: nodegraph.png] Cheers
April 16, 2021 at 02:29AM by Nicholas Yue
https://ift.tt/3gfzUrM
Node graph UI
I am interested to develop node graph like application like these. Does flutter have some framework/package I can start off with or is this something I have to write completely from scratch for flutter ? [image: nodegraph.png] Cheers
April 16, 2021 at 02:29AM by Nicholas Yue
https://ift.tt/3gfzUrM
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:
online quiz app
how to make an online quiz app where you can find battle
April 16, 2021 at 03:26AM by Lacieray
https://ift.tt/3abkBwc
online quiz app
how to make an online quiz app where you can find battle
April 16, 2021 at 03:26AM by Lacieray
https://ift.tt/3abkBwc
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:
Take a Flutter quiz
Test your Flutter knowledge with this quiz: https://www.tldevtech.com/app/flutter-quiz.βSource code: https://github.com/androideen/web_quiz
April 16, 2021 at 05:26AM by tledrag
https://ift.tt/2QtINmu
Take a Flutter quiz
Test your Flutter knowledge with this quiz: https://www.tldevtech.com/app/flutter-quiz.βSource code: https://github.com/androideen/web_quiz
April 16, 2021 at 05:26AM by tledrag
https://ift.tt/2QtINmu
Tldevtech
Flutter Quiz
Can you give correct answers to 15 questions in this Flutter Quiz
New post on /r/flutterdev subreddit:
How to Test Navigation Via Navigator In Flutter ?? - Flutter Agency
https://ift.tt/3aild3k
April 16, 2021 at 07:40AM by lil_dragplix
https://ift.tt/32jwtYF
How to Test Navigation Via Navigator In Flutter ?? - Flutter Agency
https://ift.tt/3aild3k
April 16, 2021 at 07:40AM by lil_dragplix
https://ift.tt/32jwtYF
Flutter Agency - Mobile App Designing, Development & Consulting
How to Test Navigation Via Navigator In Flutter?
In the navigator tests in the flutter repo they use NavigatorObserver class to observe navigations. How to test navigation via navigator in Flutter?