airtablej 1.0.5 copy "airtablej: ^1.0.5" to clipboard
airtablej: ^1.0.5 copied to clipboard

discontinued

AirTable Flutter HTTP(s) Connection

airtablej #

AirTable : Link

  • AirTable SignUp / AirTable 홈페이지에서 회원가입을 진행합니다.
  • Create 'Table' / 테이블을 생성합니다.
  • Create Data / 생성한 테이블에 데이터를 입력합니다.
  • Check Your Info -> API Key Open / 회원 정보에서 API 사용을 활성화하여 비밀번호를 활성화 합니다.
    AirtableCon air = new AirtableCon(
        key: "YOUR_API_KEY",
        tableName: "YOUR_TABLE_NAME"
    );
    bool check = await air.connect();
    print(air.result);

Update Schedule #

  • Offset Methods
  • DataClass : ~ `20/11/31
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

AirTable Flutter HTTP(s) Connection

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on airtablej