by Garth | Nov 3, 2021 | Flutter and Dart
by Garth | Nov 1, 2021 | Flutter and Dart
import ‘package:flutter/material.dart’; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( // Application name title:...
by Garth | Nov 1, 2021 | Flutter and Dart
import ‘package:flutter/material.dart’; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( // Application name title:...
by Garth | Oct 20, 2021 | Flutter and Dart
crossAxisAlignment: CrossAxisAlignment.stretch,
by Garth | Jul 2, 2021 | Flutter and Dart
Inside your pubpec.yml add the belowDev Dependency add flutter_launcher_name: “^0.0.1″Then to set your name add flutter_launcher_name: name: “E-Centive” dev_dependencies: flutter_launcher_name: “^0.0.1” flutter_launcher_name: name:...
by Garth | Jul 1, 2021 | Flutter and Dart
Step 1:- Create a folder in your C drive called Flutter- Download Flutter SDK and copy it into your Flutter folder- Download Flutter here -> https://flutter.dev/docs/get-started/install/windows – Extract Flutter into your folder. Then you remove the zip folder....