Pengenalan dan Pemasangan

Apache Cordova adalah kerangka pengembangan aplikasi seluler bersifat sumber terbuka. Pengembang dapat membangun aplikasi lintas platform menggunakan teknologi web standar — HTML5, CSS3 dan JavaScript. Aplikasi berjalan di dalam wadah …

Обзор и установка

Apache Cordova — это открытое программное средство для разработки мобильных приложений. Разработчики могут создавать кроссплатформенные решения с использованием стандартных веб-технологий — HTML5, CSS3 и JavaScript. Приложение работает внутри контейнера, адаптированного …

Introduction and Installation

Apache Cordova is an open-source mobile development framework. Developers can leverage standard web technologies — HTML5, CSS3 and JavaScript — to build cross-platform applications. Apps run within platform-specific encapsulated containers, …

Pustaka dart:async

dart:async menyediakan fitur inti pemrograman asinkron Dart: Future, Stream. Dua konsep utama: Future 1. async / await Sangat disarankan, tingkat keterbacaan lebih baik dibanding pemanggilan berantai .then() 2. .then() / …

Библиотека dart:async

Библиотека dart:async предоставляет основные возможности асинхронного программирования на Dart: Future и Stream. Два ключевых понятия: Future 1. async / await Предпочтительный вариант, читаемость выше цепочки вызовов .then() // Асинхронные функции …

dart:async library

The dart:async library delivers core capabilities for asynchronous programming in Dart: Future, Stream. Two foundational concepts: Future 1. async / await Recommended by convention; offers better readability compared to .then() …

dart:io

Referensi Peringatan Penting dart:io tidak dapat digunakan di platform Web!Dukungan: program baris perintah Dart, server, aplikasi Flutter non-web (Android/iOS/Windows/macOS/Linux). Operasi Berkas dan Direktori FileSystemEntity adalah kelas induk; File (berkas) dan …

dart:io

Ссылка Важное замечание dart:io не работает на веб-платформе!Поддерживается: консольные приложения Dart, серверы, Flutter-приложения кроме веб (Android/iOS/Windows/macOS/Linux). Операции с файлами и каталогами FileSystemEntity — родительский класс; File (файл) и Directory (каталог) …

dart:io

Reference Notice dart:io cannot be used on the Web platform!Supported targets: Dart command-line programs, server-side applications, non-Web Flutter apps (Android/iOS/Windows/macOS/Linux). File & Directory Operations FileSystemEntity is the base class. File …

Pustaka standar utama dart:core

Pustaka dart:core adalah pustaka standar utama Dart, diimpor secara implisit dan otomatis. Pustaka ini menyediakan fitur dasar yang penting untuk bahasa pemrograman. Berikut adalah fungsi utama dan contoh kode yang …