mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-09 04:58:58 +00:00
updated examples and readme file
This commit is contained in:
@@ -74,7 +74,6 @@ class _NewTransactionState extends State<NewTransaction> {
|
||||
controller: _amountController,
|
||||
keyboardType: TextInputType.number,
|
||||
onSubmitted: (_) => _submitData(),
|
||||
// onChanged: (val) => amountInput = val,
|
||||
),
|
||||
Container(
|
||||
height: 70,
|
||||
|
||||
Reference in New Issue
Block a user