8000 GitHub - flutter-zeus/auto_size
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flutter-zeus/auto_size

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto_size

Flutter Screen Auto Size,Flutter AutoSize plugin。

UASGE

Add to your project with the following step. Step 1: dependencies: auto_size: git: url: git@github.com:flutter-zeus/auto_size.git

Step 2: flutter packages get

Step 3:

import 'package:auto_size/auto_size.dart';

void main() => runAutoSizeApp(MyApp());

void main() => runAutoSizeApp(MyApp(), width: designWidth, height: designeight);

Abort

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 89.2%
  • Objective-C 7.2%
  • Java 3.6%
0