New post on /r/flutterdev subreddit:
Math game with Firebase & Node
TL;DR Code | AppHello there, I created my first Flutter app and I want you to roast it.I looked top installs math games and they are all the same 7+5 = X and 4 options for X, so I wanted to do something different. Nimblers gives you the base numbers and you have to operate to form the target number. For example, you have {3 3 2 1} and you have to make {21}.It's a multiplayer math game with an Elo ranking system, similar to correspondence chess. You play one game, result is stored, and when someone with similar Elo wants to play, he/she is sent your levels. When the game is finished, you recieve a push notification.I used Node+PostgreSQL for a custom backend and Firebase to handle all the fancy stuff on the free tier (Authy and notifications basically).I would love some feedback. Is the game too hard or too easy? Are the controls easy to use? I want to do a tutorial but no time right now. Also, check out the swiping and double tap features, they make the game snappy IMO.If you don't want to register with your email, you can type any random email, the app does not require verification.
November 01, 2021 at 02:33PM by Bugzillla
https://ift.tt/3GFpufw
Math game with Firebase & Node
TL;DR Code | AppHello there, I created my first Flutter app and I want you to roast it.I looked top installs math games and they are all the same 7+5 = X and 4 options for X, so I wanted to do something different. Nimblers gives you the base numbers and you have to operate to form the target number. For example, you have {3 3 2 1} and you have to make {21}.It's a multiplayer math game with an Elo ranking system, similar to correspondence chess. You play one game, result is stored, and when someone with similar Elo wants to play, he/she is sent your levels. When the game is finished, you recieve a push notification.I used Node+PostgreSQL for a custom backend and Firebase to handle all the fancy stuff on the free tier (Authy and notifications basically).I would love some feedback. Is the game too hard or too easy? Are the controls easy to use? I want to do a tutorial but no time right now. Also, check out the swiping and double tap features, they make the game snappy IMO.If you don't want to register with your email, you can type any random email, the app does not require verification.
November 01, 2021 at 02:33PM by Bugzillla
https://ift.tt/3GFpufw
New post on /r/flutterdev subreddit:
Unique usernames or only contacts?
Hey guys,I have been working on a chat app and I am confused on what to use. Should I enable users to create unique usernames like that in Instagram or should I enable chat with only their contacts like WhatsApp.What do you think is better and safer?
November 01, 2021 at 04:12PM by Apprehensive-Pack441
https://ift.tt/3jVPJog
Unique usernames or only contacts?
Hey guys,I have been working on a chat app and I am confused on what to use. Should I enable users to create unique usernames like that in Instagram or should I enable chat with only their contacts like WhatsApp.What do you think is better and safer?
November 01, 2021 at 04:12PM by Apprehensive-Pack441
https://ift.tt/3jVPJog
Reddit
From the FlutterDev community on Reddit: Unique usernames or only contacts?
Posted by Apprehensive-Pack441 - 1 vote and 4 comments
New post on /r/flutterdev subreddit:
We just released a compatible Flutter SDK for our Feature Flagging platform, Flagsmith
Hey there. We've been working hard on improving our feature flagging Flutter SDK and we'd love your feedback. We're now web compatible too.Flagsmith is an open source feature flagging platform with first class support for Flutter.Thanks!
November 01, 2021 at 03:51PM by dabeeeenster
https://ift.tt/3w8Aldk
We just released a compatible Flutter SDK for our Feature Flagging platform, Flagsmith
Hey there. We've been working hard on improving our feature flagging Flutter SDK and we'd love your feedback. We're now web compatible too.Flagsmith is an open source feature flagging platform with first class support for Flutter.Thanks!
November 01, 2021 at 03:51PM by dabeeeenster
https://ift.tt/3w8Aldk
Flagsmith
Flagsmith Flutter SDK | Flagsmith Docs
Manage your Feature Flags and Remote Config in your Flutter applications.
New tweet from FlutterDev:
🦋📚 Learn Flutter with the Flutter Community 💙 On November 3rd, we will review chapters 7 & 8 of #flutterapprentice, learn about app navigation, how to create deep links, handle web URLs, and answer your questions! Join the discussion 👉 https://t.co/O7oj0Ppwga https://t.co/rP4CVw5s32— Flutter (@FlutterDev) Nov 1, 2021
November 01, 2021 at 05:00PM
https://twitter.com/FlutterDev/status/1455202988981641223
🦋📚 Learn Flutter with the Flutter Community 💙 On November 3rd, we will review chapters 7 & 8 of #flutterapprentice, learn about app navigation, how to create deep links, handle web URLs, and answer your questions! Join the discussion 👉 https://t.co/O7oj0Ppwga https://t.co/rP4CVw5s32— Flutter (@FlutterDev) Nov 1, 2021
November 01, 2021 at 05:00PM
https://twitter.com/FlutterDev/status/1455202988981641223
New tweet from FlutterDev:
🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Nov 1, 2021
November 01, 2021 at 05:04PM
https://twitter.com/FlutterDev/status/1455203994834407426
🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Nov 1, 2021
November 01, 2021 at 05:04PM
https://twitter.com/FlutterDev/status/1455203994834407426
New post on /r/flutterdev subreddit:
Flutter Website Video Plays based on scrolling
I am working on a Flutter website which shows just a full screen video. Now this video won't play automatically or with play/pause button. It will seek video based on user scroll. Coming to what I tried was take video player controller and a scroll controller and using video controller's seek method and pass the scrollController value in its listener. The issue is where should I use this scroll controller? ListView, SingleChildScrollView needs content to get scroll values but I am having nothing but a full screen video. Can anyone please guide me? Thank You!
November 01, 2021 at 07:04PM by oLuffyGoat
https://ift.tt/3jSJ1zh
Flutter Website Video Plays based on scrolling
I am working on a Flutter website which shows just a full screen video. Now this video won't play automatically or with play/pause button. It will seek video based on user scroll. Coming to what I tried was take video player controller and a scroll controller and using video controller's seek method and pass the scrollController value in its listener. The issue is where should I use this scroll controller? ListView, SingleChildScrollView needs content to get scroll values but I am having nothing but a full screen video. Can anyone please guide me? Thank You!
November 01, 2021 at 07:04PM by oLuffyGoat
https://ift.tt/3jSJ1zh
Reddit
From the FlutterDev community on Reddit: Flutter Website Video Plays based on scrolling
Posted by oLuffyGoat - 1 vote and no comments
New post on /r/flutterdev subreddit:
Why is dart kind still 'intel' in the activity monitor?
When I open a flutter project in vsCode the activity monitors shows:'process Name' = dartand the 'kind' column shows: intelI am guessing this means it's running through Rosetta but it should be running natively on my m1 MBA ?here's my flutter --version output:Flutter 2.5.2 • channel stable • https://github.com/flutter/flutter.gitFramework • revision 3595343e20 (5 weeks ago) • 2021-09-30 12:58:18 -0700Engine • revision 6ac856380fTools • Dart 2.14.3
November 01, 2021 at 06:58PM by NeatFastro
https://ift.tt/2Y4f6fW
Why is dart kind still 'intel' in the activity monitor?
When I open a flutter project in vsCode the activity monitors shows:'process Name' = dartand the 'kind' column shows: intelI am guessing this means it's running through Rosetta but it should be running natively on my m1 MBA ?here's my flutter --version output:Flutter 2.5.2 • channel stable • https://github.com/flutter/flutter.gitFramework • revision 3595343e20 (5 weeks ago) • 2021-09-30 12:58:18 -0700Engine • revision 6ac856380fTools • Dart 2.14.3
November 01, 2021 at 06:58PM by NeatFastro
https://ift.tt/2Y4f6fW
GitHub
GitHub - flutter/flutter: Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Flutter makes it easy and fast to build beautiful apps for mobile and beyond - flutter/flutter
New post on /r/flutterdev subreddit:
Anyone done android TV app with flutter? Please Drop it in comment
Hello is there developers like me that need android TV special support in flutter? I spend so much time to do TV Support and easy access to all parts of the app so i hope flutter team make some libraries like Leanback so we develop apps faster
November 01, 2021 at 08:10PM by diyar_gulli
https://ift.tt/3BxxRpL
Anyone done android TV app with flutter? Please Drop it in comment
Hello is there developers like me that need android TV special support in flutter? I spend so much time to do TV Support and easy access to all parts of the app so i hope flutter team make some libraries like Leanback so we develop apps faster
November 01, 2021 at 08:10PM by diyar_gulli
https://ift.tt/3BxxRpL
reddit
Anyone done android TV app with flutter? Please Drop it in comment
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Using AWS Amplify and Cognito with Flutter tutorial
https://medium.com/levi-niners-crafts/using-aws-amplify-and-cognito-with-flutter-5-mins-craft-4551279e8fce
November 01, 2021 at 09:23PM by darkobacic
https://ift.tt/3mwsFOK
Using AWS Amplify and Cognito with Flutter tutorial
https://medium.com/levi-niners-crafts/using-aws-amplify-and-cognito-with-flutter-5-mins-craft-4551279e8fce
November 01, 2021 at 09:23PM by darkobacic
https://ift.tt/3mwsFOK
Medium
Using AWS Amplify and Cognito with Flutter — 5 mins craft
If you were like me, the first place where you would start your journey is the official documentation for Amplify. And it looks like they…
New post on /r/flutterdev subreddit:
Flutter Firebase App | Step by Step for Beginners to Advanced | Sign in ...
https://youtube.com/watch?v=o_ZeLqpqt90&feature=share
November 01, 2021 at 10:46PM by vodMD5
https://ift.tt/3CDJE7d
Flutter Firebase App | Step by Step for Beginners to Advanced | Sign in ...
https://youtube.com/watch?v=o_ZeLqpqt90&feature=share
November 01, 2021 at 10:46PM by vodMD5
https://ift.tt/3CDJE7d
YouTube
Flutter Firebase App | Step by Step for Beginners to Advanced | Login & Sign up | Auth Page - Part 1
In this tutorial we will learn how to build Flutter Firebase App. It would be an app for beginners to advanced learners. We will cover flutter sign in and lo...
New post on /r/flutterdev subreddit:
Flutter SqlLite for windows app
Hello, I am a student and i start with flutter. I want to use sqllite in windows app.I have used this code : databasesPath = await getApplicationDocumentsDirectory(); path = join(databasesPath.toString(), 'base.db'); database = await openDatabase(path.toString(), version: 1, onCreate: (Database db, int version) async { });but i have this error : [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite)0 MethodChannel._invokeMe
November 01, 2021 at 10:24PM by Assi_Maurel
https://ift.tt/3pYpZf0
Flutter SqlLite for windows app
Hello, I am a student and i start with flutter. I want to use sqllite in windows app.I have used this code : databasesPath = await getApplicationDocumentsDirectory(); path = join(databasesPath.toString(), 'base.db'); database = await openDatabase(path.toString(), version: 1, onCreate: (Database db, int version) async { });but i have this error : [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite)0 MethodChannel._invokeMe
November 01, 2021 at 10:24PM by Assi_Maurel
https://ift.tt/3pYpZf0
reddit
Flutter SqlLite for windows app
Hello, I am a student and i start with flutter. I want to use sqllite in windows app. I have used this code : databasesPath = await...
New post on /r/flutterdev subreddit:
Using AWS Amplify and Cognito with Flutter tutorial
https://ift.tt/3w8hGxX
November 01, 2021 at 10:20PM by darkobacic
https://ift.tt/3mHzSvD
Using AWS Amplify and Cognito with Flutter tutorial
https://ift.tt/3w8hGxX
November 01, 2021 at 10:20PM by darkobacic
https://ift.tt/3mHzSvD
Medium
Using AWS Amplify and Cognito with Flutter — 5 mins craft
If you were like me, the first place where you would start your journey is the official documentation for Amplify. And it looks like they…
New post on /r/flutterdev subreddit:
I made my first game using Flutter but you shouldn't. It was a Nightmare.
*** Read this ONLY if you wonder if you should use Flutter to build a mobile game ***I started this adventure with Flutter Bonfire (Package). It was very hard to understand and the lack of tutorial/documentation/stack-overflow was a big reason why I didn't enjoy it. (I'm sure it's a great package if you know how to use it tho). Then I decided to use Flame instead and I had the same problem/issue. (Lack of online information).So if you wonder if you should use Flutter to build a mobile game, I would suggest you to use Unity instead. I have never use Unity personally, but it seems to have MUCH more online documentation/tuto/stack-overflow.If I create an other game, I will definitively use Unity instead of Flutter. I Hope this help you in your decision.Let me know if you have more question.
November 02, 2021 at 01:37AM by fluttermapp
https://ift.tt/3EDroeO
I made my first game using Flutter but you shouldn't. It was a Nightmare.
*** Read this ONLY if you wonder if you should use Flutter to build a mobile game ***I started this adventure with Flutter Bonfire (Package). It was very hard to understand and the lack of tutorial/documentation/stack-overflow was a big reason why I didn't enjoy it. (I'm sure it's a great package if you know how to use it tho). Then I decided to use Flame instead and I had the same problem/issue. (Lack of online information).So if you wonder if you should use Flutter to build a mobile game, I would suggest you to use Unity instead. I have never use Unity personally, but it seems to have MUCH more online documentation/tuto/stack-overflow.If I create an other game, I will definitively use Unity instead of Flutter. I Hope this help you in your decision.Let me know if you have more question.
November 02, 2021 at 01:37AM by fluttermapp
https://ift.tt/3EDroeO
reddit
I made my first game using Flutter but you shouldn't. It was a...
\*\*\* Read this ONLY if you wonder if you should use Flutter to build a mobile game \*\*\* I started this adventure with Flutter Bonfire...
New post on /r/flutterdev subreddit:
Hiring a teacher/developer from India
I’ve spent a bit of time learning some basic dart and flutter but it doesn’t come easily to me. I find it complicated and in it’s entirety rather unfathomable. Thing is I don’t want to be an all round programmer I just want to develop a particular app. I have the content and the design all ready and everything. My idea is to hire some one from India. He could teach me how to create the app on flutter and I could do all the work I could do for it. I suppose you could say they help me create the framework and I could do a lot of work like data entry that sort of stuff. Is my plan sound?
November 02, 2021 at 07:49AM by Kathleen_Chen
https://ift.tt/2ZHSDGb
Hiring a teacher/developer from India
I’ve spent a bit of time learning some basic dart and flutter but it doesn’t come easily to me. I find it complicated and in it’s entirety rather unfathomable. Thing is I don’t want to be an all round programmer I just want to develop a particular app. I have the content and the design all ready and everything. My idea is to hire some one from India. He could teach me how to create the app on flutter and I could do all the work I could do for it. I suppose you could say they help me create the framework and I could do a lot of work like data entry that sort of stuff. Is my plan sound?
November 02, 2021 at 07:49AM by Kathleen_Chen
https://ift.tt/2ZHSDGb
reddit
Hiring a teacher/developer from India
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter OTP Login Using NodeJS API
https://youtu.be/KbF6uVMGDxg
November 02, 2021 at 09:56AM by Repulsive_Letter_139
https://ift.tt/3CEjMZ8
Flutter OTP Login Using NodeJS API
https://youtu.be/KbF6uVMGDxg
November 02, 2021 at 09:56AM by Repulsive_Letter_139
https://ift.tt/3CEjMZ8
YouTube
Flutter OTP Login Using NodeJS API
In this video we will learn how to Integrate OTP Authentication in our Flutter application using NODEJS API and SMS Gateway.
⏱TIMESTAMPS
00:00 - Introduction
01:04 - NPM Packages
02:01 - OTP NodeJS API
15:52 - Flutter Package
17:32 - OTP Login UI Design…
⏱TIMESTAMPS
00:00 - Introduction
01:04 - NPM Packages
02:01 - OTP NodeJS API
15:52 - Flutter Package
17:32 - OTP Login UI Design…
New post on /r/flutterdev subreddit:
Flutter V/S React Native: Which One Is Better For Your Next Project?
https://ift.tt/3mCk7pr
November 02, 2021 at 10:47AM by melissacrooks
https://ift.tt/3pZILTe
Flutter V/S React Native: Which One Is Better For Your Next Project?
https://ift.tt/3mCk7pr
November 02, 2021 at 10:47AM by melissacrooks
https://ift.tt/3pZILTe
Hyperlinkinfosystem
Flutter vs React Native: Which One Is Better For Your Next Project? | Hyperlink InfoSystem
The two most popular cross-platform app development technologies - Flutter and React Native have been the talk of the town for over a decade now. We will explain their significant features, what they provide, and what not.
New post on /r/flutterdev subreddit:
What's everyone working on or planning on working on?
What Flutter projects is everyone working on, or planning on doing? As for me, I'm planning on making a manga app.
November 02, 2021 at 02:04PM by 31Carlton7
https://ift.tt/3qehRqX
What's everyone working on or planning on working on?
What Flutter projects is everyone working on, or planning on doing? As for me, I'm planning on making a manga app.
November 02, 2021 at 02:04PM by 31Carlton7
https://ift.tt/3qehRqX
reddit
What's everyone working on or planning on working on?
What Flutter projects is everyone working on, or planning on doing? As for me, I'm planning on making a manga app.
New post on /r/flutterdev subreddit:
<b>call method from another class using animationcontroller</b>
i new on flutter i want to call a method to a antother class i find this error 'LateInitializationError: Field 'animationController' has not been initialized.'could somebody help me please?import 'package:flutter/animation.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
class HomePage extends StatefulWidget {
const HomePage({Key? key}) : super(key: key);
<a href="/u/override">u/override</a>
_HomePageState createState() => _HomePageState();
}
class _HomePageState extends State<HomePage>
with SingleTickerProviderStateMixin {
late AnimationController animationController;
static const double maxSlide = 225.0;
static const double minDragStartEdge = 60;
static const double maxDragstartEdge = maxSlide - 16;
bool _canBeDragged = false;
<a href="/u/override">u/override</a>
void initState() {
super.initState();
animationController = AnimationController(
vsync: this, duration: const Duration(milliseconds: 250));
}
void toggle() => animationController.isDismissed ? open() : close();
void close() => animationController.reverse();
void open() => animationController.forward();
// Declaration des page
var drawer = MyDrawer();
var customChild = MyCustomChild();
<a href="/u/override">u/override</a>
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
body: GestureDetector(
//gestation de comportments des page
onHorizontalDragStart: _onDragStart,
onHorizontalDragUpdate: _onDragUpdate,
onHorizontalDragEnd: _onDragEnd,
onTap: toggle,
child: AnimatedBuilder(
animation: animationController,
builder: (context, _) {
double numValue = animationController.value;
final slide = numValue * maxSlide;
final scale = 1.0 - (numValue * 0.3);
return Stack(children: [
drawer,
Transform(
transform: Matrix4.identity()
..translate(slide)
..scale(scale),
alignment: Alignment.centerLeft,
child: customChild),
]);
}),
),
),
);
}
void _onDragStart(DragStartDetails details) {
bool isDragOpenFromLeft = animationController.isDismissed &&
details.globalPosition.dx < minDragStartEdge;
bool isDragCloseFromRight = animationController.isCompleted &&
details.globalPosition.dx > maxDragstartEdge;
_canBeDragged = isDragOpenFromLeft || isDragCloseFromRight;
}
void _onDragUpdate(DragUpdateDetails details) {
if (_canBeDragged) {
double delta = details.primaryDelta! / maxSlide;
animationController.value += delta;
}
}
void _onDragEnd(DragEndDetails details) {
if (animationController.isDismissed || animationController.isCompleted) {
return;
}
if (details.velocity.pixelsPerSecond.dx.abs() >= 365.0) {
double visualVelocity = details.velocity.pixelsPerSecond.dx /
MediaQuery.of(context).size.width;
animationController.fling(velocity: visualVelocity);
} else if (animationController.value < 0.5) {
close();
} else {
open();
}
}
}
class MyDrawer extends StatefulWidget {
MyDrawer({Key? key}) : super(key: key);
<a href="/u/override">u/override</a>
_MyDrawerState createState() => _MyDrawerState();
}
class _MyDrawerState extends State<MyDrawer> {
<a href="/u/override">u/override</a>
Widget build(BuildContext context) => Scaffold(
backgroundColor: //const Color.fromRGBO(21, 30, 61, 1),
Theme.of(context).primaryColor,
body: Container());
}
class MyCustomChild extends StatefulWidget {
// ignore: non_constant_identifier_names
const MyCustomChild({Key? key}) : super(key: key);
<a href="/u/override">u/override</a>
_MyCustomChildState createState() => _MyCustomChildState();
}
class _MyCustomChildState extends State<MyCustomChild> {
_HomePageState toggleDrawer = _HomePageState();
<a href="/u/override">u/override</a>
Widget build(BuildContext context) => Scaffold(
backgroundColor: Colors.yellow[800],
appBar: AppBar(
leading: IconButton(
onPressed:…
<b>call method from another class using animationcontroller</b>
i new on flutter i want to call a method to a antother class i find this error 'LateInitializationError: Field 'animationController' has not been initialized.'could somebody help me please?import 'package:flutter/animation.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
class HomePage extends StatefulWidget {
const HomePage({Key? key}) : super(key: key);
<a href="/u/override">u/override</a>
_HomePageState createState() => _HomePageState();
}
class _HomePageState extends State<HomePage>
with SingleTickerProviderStateMixin {
late AnimationController animationController;
static const double maxSlide = 225.0;
static const double minDragStartEdge = 60;
static const double maxDragstartEdge = maxSlide - 16;
bool _canBeDragged = false;
<a href="/u/override">u/override</a>
void initState() {
super.initState();
animationController = AnimationController(
vsync: this, duration: const Duration(milliseconds: 250));
}
void toggle() => animationController.isDismissed ? open() : close();
void close() => animationController.reverse();
void open() => animationController.forward();
// Declaration des page
var drawer = MyDrawer();
var customChild = MyCustomChild();
<a href="/u/override">u/override</a>
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
body: GestureDetector(
//gestation de comportments des page
onHorizontalDragStart: _onDragStart,
onHorizontalDragUpdate: _onDragUpdate,
onHorizontalDragEnd: _onDragEnd,
onTap: toggle,
child: AnimatedBuilder(
animation: animationController,
builder: (context, _) {
double numValue = animationController.value;
final slide = numValue * maxSlide;
final scale = 1.0 - (numValue * 0.3);
return Stack(children: [
drawer,
Transform(
transform: Matrix4.identity()
..translate(slide)
..scale(scale),
alignment: Alignment.centerLeft,
child: customChild),
]);
}),
),
),
);
}
void _onDragStart(DragStartDetails details) {
bool isDragOpenFromLeft = animationController.isDismissed &&
details.globalPosition.dx < minDragStartEdge;
bool isDragCloseFromRight = animationController.isCompleted &&
details.globalPosition.dx > maxDragstartEdge;
_canBeDragged = isDragOpenFromLeft || isDragCloseFromRight;
}
void _onDragUpdate(DragUpdateDetails details) {
if (_canBeDragged) {
double delta = details.primaryDelta! / maxSlide;
animationController.value += delta;
}
}
void _onDragEnd(DragEndDetails details) {
if (animationController.isDismissed || animationController.isCompleted) {
return;
}
if (details.velocity.pixelsPerSecond.dx.abs() >= 365.0) {
double visualVelocity = details.velocity.pixelsPerSecond.dx /
MediaQuery.of(context).size.width;
animationController.fling(velocity: visualVelocity);
} else if (animationController.value < 0.5) {
close();
} else {
open();
}
}
}
class MyDrawer extends StatefulWidget {
MyDrawer({Key? key}) : super(key: key);
<a href="/u/override">u/override</a>
_MyDrawerState createState() => _MyDrawerState();
}
class _MyDrawerState extends State<MyDrawer> {
<a href="/u/override">u/override</a>
Widget build(BuildContext context) => Scaffold(
backgroundColor: //const Color.fromRGBO(21, 30, 61, 1),
Theme.of(context).primaryColor,
body: Container());
}
class MyCustomChild extends StatefulWidget {
// ignore: non_constant_identifier_names
const MyCustomChild({Key? key}) : super(key: key);
<a href="/u/override">u/override</a>
_MyCustomChildState createState() => _MyCustomChildState();
}
class _MyCustomChildState extends State<MyCustomChild> {
_HomePageState toggleDrawer = _HomePageState();
<a href="/u/override">u/override</a>
Widget build(BuildContext context) => Scaffold(
backgroundColor: Colors.yellow[800],
appBar: AppBar(
leading: IconButton(
onPressed:…
New tweet from FlutterDev:
🦋 Chapter 3: Pop Quiz! Which of the following is NOT the job of a "Layout" widget? #flutterapprentice— Flutter (@FlutterDev) Nov 2, 2021
November 02, 2021 at 05:08PM
https://twitter.com/FlutterDev/status/1455567582019285004
🦋 Chapter 3: Pop Quiz! Which of the following is NOT the job of a "Layout" widget? #flutterapprentice— Flutter (@FlutterDev) Nov 2, 2021
November 02, 2021 at 05:08PM
https://twitter.com/FlutterDev/status/1455567582019285004
Twitter
Flutter
🦋 Chapter 3: Pop Quiz! Which of the following is NOT the job of a "Layout" widget? #flutterapprentice
New post on /r/flutterdev subreddit:
Flutter notification
I want to to make a notification to keep on ringing until i stop it myself (just like the alarm system). Anyone can help?
November 02, 2021 at 08:04PM by shabriko
https://ift.tt/3CGG6kT
Flutter notification
I want to to make a notification to keep on ringing until i stop it myself (just like the alarm system). Anyone can help?
November 02, 2021 at 08:04PM by shabriko
https://ift.tt/3CGG6kT
reddit
Flutter notification
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
[ Open Source ] covid 19 statistic app with flutter
Corona virus ( covid 19 ) Statistic App on Flutter.The tech used: Flutter widgets + Flutter Bloc / Cubit + Rest Apihttps://github.com/IhabZaidi/FlutterCoronavirusApp
November 02, 2021 at 07:27PM by ihab07developer
https://ift.tt/3mANfxw
[ Open Source ] covid 19 statistic app with flutter
Corona virus ( covid 19 ) Statistic App on Flutter.The tech used: Flutter widgets + Flutter Bloc / Cubit + Rest Apihttps://github.com/IhabZaidi/FlutterCoronavirusApp
November 02, 2021 at 07:27PM by ihab07developer
https://ift.tt/3mANfxw
GitHub
GitHub - IhabZaidi/FlutterCoronavirusApp: Flutter Coronavirus covid19 statistic App using Flutter widgets + bloc + rest api
Flutter Coronavirus covid19 statistic App using Flutter widgets + bloc + rest api - GitHub - IhabZaidi/FlutterCoronavirusApp: Flutter Coronavirus covid19 statistic App using Flutter widgets + bloc ...