CN111045675A - Page generation method, device, equipment and storage medium based on Flutter - Google Patents

Page generation method, device, equipment and storage medium based on Flutter Download PDF

Info

Publication number
CN111045675A
CN111045675A CN201911329185.XA CN201911329185A CN111045675A CN 111045675 A CN111045675 A CN 111045675A CN 201911329185 A CN201911329185 A CN 201911329185A CN 111045675 A CN111045675 A CN 111045675A
Authority
CN
China
Prior art keywords
component
flutter
page
interface component
generating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911329185.XA
Other languages
Chinese (zh)
Other versions
CN111045675B (en
Inventor
谢昭光
陈丹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Lexin Software Technology Co Ltd
Original Assignee
Shenzhen Lexin Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Lexin Software Technology Co Ltd filed Critical Shenzhen Lexin Software Technology Co Ltd
Priority to CN201911329185.XA priority Critical patent/CN111045675B/en
Publication of CN111045675A publication Critical patent/CN111045675A/en
Application granted granted Critical
Publication of CN111045675B publication Critical patent/CN111045675B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The embodiment of the invention discloses a method, a device, equipment and a storage medium for generating a page based on Flutter. The page generation method based on the Flutter comprises the following steps: constructing a Flutter interface component library according to a preset classification method; disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component; writing a configuration parameter file of the first interface component; calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file; and generating a first page according to the second interface component. The embodiment of the invention realizes the high-efficiency page development through the flute.

Description

Page generation method, device, equipment and storage medium based on Flutter
Technical Field
The embodiment of the invention relates to a page development technology, in particular to a method, a device, equipment and a storage medium for generating a page based on Flutter.
Background
Flutter is a new generation cross-platform UI framework of Google open source, is released by the GMTC conference in 2018, has its own Skia rendering engine, and after we write an interface by using Flutter technology, Flutter renders using its own Skia rendering engine, and the mobile terminal is not responsible for rendering. The 'self-contained rendering engine' is against the real cross-platform. Android, IOS and Web applications can be constructed by only writing one code, and the experience of the applications can be consistent with that of the native applications. The modular development of the components based on the UI library can efficiently help people to update pages, and meanwhile, the complexity of codes is reduced, and better maintainability is brought.
However, as a new product, Flutter is still insufficient in most functions, for example, Flutter does not have a UI component library with standard, combinability, reusability, and maintainability, so that as a front-end technician, the efficiency of developing an application page by using the new Flutter technology is still insufficient, and the workload is still large when the front-end technician interfaces with specific services.
Disclosure of Invention
The embodiment of the invention provides a method, a device, equipment and a storage medium for generating a page based on Flutter, so as to realize the efficient development of the page through Flutter.
To achieve the purpose, an embodiment of the present invention provides a method for generating a page based on Flutter, where the method includes:
constructing a Flutter interface component library according to a preset classification method;
disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component;
writing a configuration parameter file of the first interface component;
calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file;
and generating a first page according to the second interface component.
Further, a Flutter interface component library is constructed according to a preset classification method:
calling first component data from a Framework layer of a Flutter Framework;
and classifying the first component data according to a preset classification method to construct a Flutter interface component library.
Further, the calling out the first component data from the Framework layer of the Flutter Framework includes:
calling a Material layer, a Cupertino layer and a Widgets layer from a Framework layer of a Flutter Framework;
and calling first component data from the Material layer, the Cupertino layer and the Widgets layer.
Further, the step of classifying the first component data according to a preset classification method to construct a Flutter interface component library includes:
dividing the first component data into a base component, a view component and a business component to make the first component data configurable;
and constructing a Flutter interface component library according to the basic component, the view component and the business component.
Further, the basic component comprises a color value component, an icon component and a button component, the view component comprises a message prompt component, a popup component, a loading component, a carousel component and a scrolling and pull-down refreshing component, and the service component comprises a public network error page component.
Further, the generating the first page according to the second interface component includes:
generating a first page code according to the second interface component;
and generating a first page according to the first page code.
Further, the generating the first page according to the first page code comprises:
and performing logic writing on the first page to generate a second page.
On one hand, an embodiment of the present invention further provides a device for generating a page based on Flutter, where the device includes:
the component library construction module is used for constructing a Flutter interface component library according to a preset classification method;
the component classification module is used for disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component;
the file compiling module is used for compiling a configuration parameter file of the first interface component;
the component calling module is used for calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file;
and the page generation module is used for generating a first page according to the second interface component.
On the other hand, an embodiment of the present invention further provides a Flutter-based page generation device, where the device includes: one or more processors; a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement a method as provided by any embodiment of the invention.
In yet another aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the method provided in any embodiment of the present invention.
The embodiment of the invention constructs a Flutter interface component library according to a preset classification method; disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component; writing a configuration parameter file of the first interface component; calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file; the first page is generated according to the second interface component, the problems that the efficiency of developing the application page by using the Flutter new technology is not high enough and the workload is large when front-end technicians butt joint specific services are solved, and the effect of developing the page through the Flutter at high efficiency is achieved.
Drawings
Fig. 1 is a schematic flowchart of a method for generating a page based on Flutter according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a Flutter-based page generation method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a Flutter-based page generation apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a Flutter-based page generating device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are for purposes of illustration and not limitation. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc.
Furthermore, the terms "first," "second," and the like may be used herein to describe various orientations, actions, steps, elements, or the like, but the orientations, actions, steps, or elements are not limited by these terms. These terms are only used to distinguish one direction, action, step or element from another direction, action, step or element. For example, a first module may be termed a second module, and, similarly, a second module may be termed a first module, without departing from the scope of the present application. The first module and the second module are both modules, but they are not the same module. The terms "first", "second", etc. are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, features defined as "first", "second", may explicitly or implicitly include one or more of the described features. In the description of the embodiments of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Example one
As shown in fig. 1, an embodiment of the present invention provides a method for generating a page based on Flutter, where the method includes:
and S110, constructing a Flutter interface component library according to a preset classification method.
In this embodiment, a Flutter interface component library needs to be constructed first, the preset classification method may be a classification method defined by a developer according to own needs and preferences, and the developer may call all interface components of a basic component library of the Flutter itself, and then classify the interface components according to the preset classification method, thereby constructing the Flutter interface component library. It should be noted that, the Flutter interface component library may be pre-constructed and may be used repeatedly.
S120, disassembling and classifying the pre-designed demand page according to the preset classification method to obtain a first interface component.
In this embodiment, when an application page needs to be generated, a developer may well design a page to be generated finally, that is, a demand page, where the demand page is a design draft file and cannot be directly applied to a program, then the demand page may be disassembled to obtain a plurality of interface components of the demand page, and finally, the plurality of interface components are classified according to a preset classification method for constructing a Flutter interface component library to obtain a first interface component.
And S130, writing a configuration parameter file of the first interface component.
And S140, calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file.
And S150, generating a first page according to the second interface component.
In this embodiment, the developer also needs to compile a configuration parameter file for the first interface component obtained by classification, so that the first interface component can correspond to the Flutter interface component library defined by the developer, and the second interface component corresponding to the first interface component can be called from the Flutter interface component library according to the configuration parameter file. Finally, the first page can be generated according to the second interface component.
The embodiment of the invention constructs a Flutter interface component library according to a preset classification method; disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component; writing a configuration parameter file of the first interface component; calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file; the first page is generated according to the second interface component, the problems that the efficiency of developing the application page by using the Flutter new technology is not high enough and the workload is large when front-end technicians butt joint specific services are solved, and the effect of developing the page through the Flutter at high efficiency is achieved.
Example two
As shown in fig. 2, a second embodiment of the present invention provides a method for generating a page based on Flutter, and the second embodiment of the present invention further optimizes on the basis of the first embodiment of the present invention, where the method includes:
s210, calling a Material layer, a Cupertino layer and a Widgets layer from a Framework layer of the Flutter Framework.
S220, calling first component data from the Material layer, the Cupertino layer and the Widgets layer.
And S230, dividing the first component data into a basic component, a view component and a business component so that the first component data can be configured.
S240, constructing a Flutter interface component library according to the basic component, the view component and the business component.
In this embodiment, when constructing the Flutter interface component library, a Material layer, a cutino layer, and a Widgets layer may be called from a Framework layer of a Flutter frame, and optionally, a rending layer, an Animation layer, a Painting layer, a fixtures layer, and a Foundation layer below the Widgets layer may be further called, and respective component data may be called from the foregoing layers. After the first component data is called out, optionally, the first component data is divided into a basic component, a view component and a business component according to a preset classification method, so that the first component data can be configured. The basic components can comprise a color value component, an icon component and a button component, the view component can comprise a message prompt component, a popup component, a loading component, a carousel component and a scrolling and pull-down refreshing component, and the business component can comprise a public network error page component.
And S250, disassembling and classifying the pre-designed demand page according to the preset classification method to obtain a first interface component.
And S260, writing a configuration parameter file of the first interface component.
And S270, calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file.
Steps S250 to S270 in the embodiment of the present invention are the same as the implementation method in the first embodiment of the present invention, and the embodiment of the present invention is not described herein again.
And S280, generating a first page code according to the second interface component.
And S290, generating a first page according to the first page code.
S300, performing logic writing on the first page to generate a second page.
In this embodiment, finally, the corresponding first page code is obtained according to the second interface component called from the Flutter interface component library, and the first page is generated according to the first page code, so that the demand page of the developer is obtained. Through the pre-constructed Flutter interface component library, developers can obtain the practically usable pages only by disassembling and classifying the required pages and writing the corresponding configuration parameter files.
EXAMPLE III
As shown in fig. 3, a third embodiment of the present invention provides a Flutter-based page generation apparatus 100, and the Flutter-based page generation apparatus 100 provided in the third embodiment of the present invention can execute the Flutter-based page generation method provided in any embodiment of the present invention, and has functional modules and beneficial effects corresponding to the execution method. The Flutter-based page generation apparatus 100 includes a component library construction module 200, a component classification module 300, a document writing module 400, a component calling module 500, and a page generation module 600.
Specifically, the component library construction module 200 is configured to construct a Flutter interface component library according to a preset classification method; the component classification module 300 is configured to disassemble and classify a pre-designed demand page according to the preset classification method to obtain a first interface component; the file writing module 400 is used for writing a configuration parameter file of the first interface component; the component calling module 500 is configured to call a corresponding second interface component from the Flutter interface component library according to the configuration parameter file; the page generating module 600 is configured to generate a first page according to the second interface component.
In this embodiment, the component library building module 200 is specifically configured to call first component data from a Framework layer of a Flutter Framework; and classifying the first component data according to a preset classification method to construct a Flutter interface component library. The component library building module 200 is further specifically configured to call a Material layer, a Cupertino layer, and a Widgets layer from a Framework layer of a Flutter Framework; and calling first component data from the Material layer, the Cupertino layer and the Widgets layer. The component library building module 200 is further configured to divide the first component data into a base component, a view component and a business component so that the first component data is configurable; and constructing a Flutter interface component library according to the basic component, the view component and the business component.
Preferably, the basic component comprises a color value component, an icon component and a button component, the view component comprises a message prompt component, a popup component, a loading component, a carousel component and a scrolling and pull-down refreshing component, and the service component comprises a public network error page component.
Further, the page generating module 600 is specifically configured to generate a first page code according to the second interface component; and generating a first page according to the first page code. The page generating module 600 is further configured to perform logic writing on the first page to generate a second page.
Example four
Fig. 4 is a schematic structural diagram of a Flutter-based page generation computer device according to a fourth embodiment of the present invention. FIG. 4 illustrates a block diagram of an exemplary computer device 12 suitable for use in implementing embodiments of the present invention. The computer device 12 shown in FIG. 4 is only one example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention.
As shown in FIG. 4, computer device 12 is in the form of a general purpose computing device. The components of computer device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. Computer device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, and commonly referred to as a "hard drive"). Although not shown in FIG. 4, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. Memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
Computer device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with computer device 12, and/or with any devices (e.g., network card, modem, etc.) that enable computer device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, computer device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via network adapter 20. As shown, network adapter 20 communicates with the other modules of computer device 12 via bus 18. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with computer device 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 16 executes various functional applications and data processing by executing programs stored in the system memory 28, for example, implementing the methods provided by the embodiments of the present invention:
constructing a Flutter interface component library according to a preset classification method;
disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component;
writing a configuration parameter file of the first interface component;
calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file;
and generating a first page according to the second interface component.
EXAMPLE five
The fifth embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the methods provided in all the embodiments of the present invention of the present application:
constructing a Flutter interface component library according to a preset classification method;
disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component;
writing a configuration parameter file of the first interface component;
calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file;
and generating a first page according to the second interface component.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method for generating a page based on Flutter is characterized by comprising the following steps:
constructing a Flutter interface component library according to a preset classification method;
disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component;
writing a configuration parameter file of the first interface component;
calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file;
and generating a first page according to the second interface component.
2. The method according to claim 1, wherein the Flutter interface component library is constructed according to a preset classification method:
calling first component data from a Framework layer of a Flutter Framework;
and classifying the first component data according to a preset classification method to construct a Flutter interface component library.
3. The method of claim 2, wherein the calling out the first component data from the Framework layer of the Flutter Framework comprises:
calling a Material layer, a Cupertino layer and a Widgets layer from a Framework layer of a Flutter Framework;
and calling first component data from the Material layer, the Cupertino layer and the Widgets layer.
4. The method according to claim 2 or 3, wherein the classifying the first component data according to a preset classification method to construct a Flutter interface component library comprises:
dividing the first component data into a base component, a view component and a business component to make the first component data configurable;
and constructing a Flutter interface component library according to the basic component, the view component and the business component.
5. The method of claim 4, wherein the base components comprise a color value component, an icon component, and a button component, wherein the view components comprise a message prompt component, a popup component, a load component, a carousel component, a scroll and pull-down refresh component, and wherein the business components comprise a common network error page component.
6. The method of claim 1, wherein the generating a first page from the second interface component comprises:
generating a first page code according to the second interface component;
and generating a first page according to the first page code.
7. The method of claim 6, wherein generating the first page according to the first page code comprises:
and performing logic writing on the first page to generate a second page.
8. A device for generating a page based on Flutter, comprising:
the component library construction module is used for constructing a Flutter interface component library according to a preset classification method;
the component classification module is used for disassembling and classifying a pre-designed demand page according to the preset classification method to obtain a first interface component;
the file compiling module is used for compiling a configuration parameter file of the first interface component;
the component calling module is used for calling a corresponding second interface component from the Flutter interface component library according to the configuration parameter file;
and the page generation module is used for generating a first page according to the second interface component.
9. A device for generating pages based on Flutter, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-7.
CN201911329185.XA 2019-12-20 2019-12-20 Page generation method, device, equipment and storage medium based on Flutter Active CN111045675B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911329185.XA CN111045675B (en) 2019-12-20 2019-12-20 Page generation method, device, equipment and storage medium based on Flutter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911329185.XA CN111045675B (en) 2019-12-20 2019-12-20 Page generation method, device, equipment and storage medium based on Flutter

Publications (2)

Publication Number Publication Date
CN111045675A true CN111045675A (en) 2020-04-21
CN111045675B CN111045675B (en) 2023-06-06

Family

ID=70238360

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911329185.XA Active CN111045675B (en) 2019-12-20 2019-12-20 Page generation method, device, equipment and storage medium based on Flutter

Country Status (1)

Country Link
CN (1) CN111045675B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112835579A (en) * 2021-02-04 2021-05-25 北京百度网讯科技有限公司 Method and device for determining interface code, electronic equipment and storage medium
CN113342447A (en) * 2021-06-28 2021-09-03 平安国际融资租赁有限公司 Page generation method, device, equipment and storage medium based on Flutter
CN113407180A (en) * 2021-05-28 2021-09-17 济南浪潮数据技术有限公司 Configuration page generation method, system, equipment and medium
CN114398091A (en) * 2021-12-03 2022-04-26 贝壳找房(北京)科技有限公司 Configuration method and device of Flutter component

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108563431A (en) * 2018-04-20 2018-09-21 云宏信息科技股份有限公司 Software development methodology, device, computer readable storage medium and electronic equipment
CN109002281A (en) * 2018-07-17 2018-12-14 中国建设银行股份有限公司 Project development method, apparatus and user terminal based on platform assembly
CN109766097A (en) * 2018-12-15 2019-05-17 中国平安人寿保险股份有限公司 UI generation method, device, electronic equipment and computer readable storage medium
CN109947426A (en) * 2019-03-12 2019-06-28 天津字节跳动科技有限公司 Generation method, device and the electronic equipment of application program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108563431A (en) * 2018-04-20 2018-09-21 云宏信息科技股份有限公司 Software development methodology, device, computer readable storage medium and electronic equipment
CN109002281A (en) * 2018-07-17 2018-12-14 中国建设银行股份有限公司 Project development method, apparatus and user terminal based on platform assembly
CN109766097A (en) * 2018-12-15 2019-05-17 中国平安人寿保险股份有限公司 UI generation method, device, electronic equipment and computer readable storage medium
CN109947426A (en) * 2019-03-12 2019-06-28 天津字节跳动科技有限公司 Generation method, device and the electronic equipment of application program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112835579A (en) * 2021-02-04 2021-05-25 北京百度网讯科技有限公司 Method and device for determining interface code, electronic equipment and storage medium
CN113407180A (en) * 2021-05-28 2021-09-17 济南浪潮数据技术有限公司 Configuration page generation method, system, equipment and medium
CN113342447A (en) * 2021-06-28 2021-09-03 平安国际融资租赁有限公司 Page generation method, device, equipment and storage medium based on Flutter
CN113342447B (en) * 2021-06-28 2024-04-02 平安国际融资租赁有限公司 Page generation method, device, equipment and storage medium based on Flutter
CN114398091A (en) * 2021-12-03 2022-04-26 贝壳找房(北京)科技有限公司 Configuration method and device of Flutter component
CN114398091B (en) * 2021-12-03 2024-02-23 贝壳找房(北京)科技有限公司 Configuration method and device of router component

Also Published As

Publication number Publication date
CN111045675B (en) 2023-06-06

Similar Documents

Publication Publication Date Title
CN111045675B (en) Page generation method, device, equipment and storage medium based on Flutter
WO2018228211A1 (en) Application conversion method, apparatus and device
CN110928529B (en) Method and system for assisting operator development
US20060117267A1 (en) System and method for property-based focus navigation in a user interface
CN112395736B (en) Parallel simulation job scheduling method of distributed interactive simulation system
JP2022177793A (en) Operator registration method and apparatus for deep learning framework, device and storage medium
KR20100059947A (en) Systems and methods for transforming a business process into reusable services
CN111338925A (en) Applet test method, device and system, electronic equipment and storage medium
CN111111201B (en) Skill creation method, device, server and medium based on game
CN112506854A (en) Method, device, equipment and medium for storing page template file and generating page
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN113094125B (en) Business process processing method, device, server and storage medium
CN111124409B (en) Sketch-based service page generation method, device, equipment and storage medium
CN112506793A (en) Embedded software unit testing method, system, readable medium and electronic equipment
CN111352644A (en) Applet updating method, device, server and storage medium
CN114741294A (en) Page debugging method, device, equipment and storage medium
CN111026463B (en) Page loading method, device, equipment and storage medium
CN113885841A (en) Script generation method and device, electronic equipment and readable medium
CN113805877A (en) Project engineering construction method and device based on IDEA plug-in
CN113835680A (en) Application program generation method and device, electronic equipment and computer storage medium
CN106775608A (en) The implementation method and device of autonomous system process
CN111880775A (en) Multi-module layered architecture implementation method and device, electronic equipment and storage medium
CN111782196A (en) MVP architecture-based development method and device
CN111666068A (en) Platform development framework, construction method, equipment and medium
CN112882698A (en) Development environment generation method and device, computer storage medium and electronic device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant