debugging a project generated by the flutter plug-in using VSC shows that gradle (Initializing gradle.) it automatically downloads ~ .gradle wrapper dists gradle-4.10.2-all and then gets stuck here, complaining about the domestic network. I have ma...
similar to control + enter in Androidstudio ...
I didn t do a mobile development before, but I m playing by myself. Now I have a small problem. The app I made is to show some pictures. If I want to achieve a function, I can save the pictures to my mobile phone by long pressing. After looking for the...
problem description small demo Performing hot reload. Syncing files to device OPPO R11 Reloaded 0 of 419 libraries in 401ms. E flutter (2440): [ERROR:flutter shell common shell.cc E flutter (2440): MissingPluginException (No implementation found ...
Flutter write an app, OS without publishing to Apple app store, and download it directly from the web, can you not run it? see that some will put an activation code on the download page, saying that the ios version needs to enter the activation code to ...
for example, in a layout with bottom navigation ( "home ", "account "), the desired route is { home : home page, account info : user information page, account pwd-reset : change password page } requires navigation to be frequently displaye...
as soon as a demo compiler is built and a demo console is run, the following occurs Launching lib main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... * Error running Gradle: ProcessException: Process...
when developing app with flutter, I want to define some commonly used styles the code is as follows: import package:flutter material.dart ; class AppStyle { static Color colorRed = const Color(0xffe04f5f); static Color colorWhite = const Color...
looking directly at the code, setstate will always call the listview.builder method indefinitely. It seems to loop infinitely all the time import package:flutter material.dart ; import package:http http.dart as http; import dart:convert ; imp...
flutter newcomer, do you know how to pack in the vscode environment? ...
does anyone know what s going on? When I use this for the first time, I feel that whether I can run or not depends on luck. I want to run a flutter . ...
Project startup and debugging reported this error: Launching libmain.dart on Android SDK built for x86 in debug mode. FormatException: Bad UTF-8 encoding 0xc2 (at offset 116) Exited (sigterm) there is no more detailed information, do you have a so...
Code snippet: Widget _ getRowWidget2 () { return new Row(children: <Widget>[ new Flexible( flex: 1, fit: FlexFit.tight, androidweight=1 child: new Stack(children: <Widget>[ new Column(children: <Widget>[ ...
looked at the official documents and found that the official said that deleting the underscore is done by setting null by decoration, but the placeholder of TextField is also done through decoration, so how to have both? ...
How to get information such as device screen size, status bar height and so on in flutter? because UI is highly customized and material style is not suitable, you need to build your own navigation bar (or title bar). The height of the status bar is un...
<select name="class"> {foreach $res as $value} <option>{$value[ class ]}< option> { foreach} < select>...
my background is Android+java, it is very easy to view object properties and function parameters, a shortcut key to the object definition or function definition, directly view, and the function is a prototype definition, clear. Please tell me how to c...
first composer require guzzlehttp guzzle use GuzzleHttp Client; function curl_get($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT...
subcomponent this.$emit ( tofalse ,false) how to directly assign status to false in the parent component data () { return { status: } }, Can be assigned without function? @ tofalse= "status=false " not allowed ...
I really don t know how to describe it Let s put it this way, my docker-compose contains two services: container An and container B; the persistence directory of container A when it starts is the log directory of container B, but the directory is r...