Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 730 Bytes

README-EN.md

File metadata and controls

29 lines (19 loc) · 730 Bytes

logo

flutter_base

One code, two mode, use cupertino's widgets on ios, use material's widget on android or fuchsia.

Installing

For some reasons, on https://pub.dev/ is the older version,please use by github

  • This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

    dependencies: 
      base:
        git:
          url: git://github.com/nillnil/flutter_base
          // branch name or tag name
          ref: x.x.x