Please enable JavaScript.
Coggle requires JavaScript to display documents.
Flutter need (command line (flutter clean, TASKKILL //F //IM dart.exe,…
Flutter need
command line
flutter clean
TASKKILL //F //IM dart.exe
flutter pub get
flutter create myproject
flutter doctor
need realworld
https://blog.usejournal.com/flutter-http-requests-with-dio-rxdart-and-bloc-da325ca5fe33
Fetch API
https://pub.dev/packages/dio
using
https://blog.usejournal.com/flutter-http-requests-with-dio-rxdart-and-bloc-da325ca5fe33
cache_http
https://pub.dev/packages/dio_http_cache
certificate
https://api.dart.dev/stable/1.24.3/dart-io/SecurityContext-class.html
🎉
https://github.com/flutterchina/dio/issues/32
abstract flutter
https://medium.com/flutter-community/abstraction-in-flutter-what-is-it-how-can-it-speed-up-my-development-da3c50532568
Register
https://pub.dev/packages/kiwi
build runner mobx
build
flutter packages pub run build_runner build
watch
flutter packages pub run build_runner watch
clean
flutter packages pub run build_runner watch --delete-conflicting-outputs
holiday
22, 23, 24
25(1),26(2),27(3),28(4)
29, 30, 31, 1, 2
Fetch Data
import 'dart:async';
import 'package:http/http.dart' as http;
Response
MediaQuery
AspectRatio
Parse Data
import 'dart:convert';
Material
import 'package:flutter/material.dart';
Unit Test
PostMan
tool
parse json
https://javiercbk.github.io/json_to_dart/
https://medium.com/flutter-community/parsing-complex-json-in-flutter-747c46655f51
Gradle
gradle.properties
https://docs.gradle.org/current/userguide/build_environment.html
build.gradle
https://www.vogella.com/tutorials/Gradle/article.html
Dart code
https://dartpad.dev/