Tabs icon indicating copy to clipboard operation
Tabs copied to clipboard

The expense sharing app.

Results 8 Tabs issues
Sort by recently updated
recently updated
newest added

After "flutter pub get" I run "flutter run --debug" and found this error. Can you help me out here? ![image](https://user-images.githubusercontent.com/16764227/75919766-556d2180-5e88-11ea-98bb-7208d9c88f54.png)

Compiler message: lib/services/contacts.dart:9:41: Error: Method not found: 'PermissionHandler'. PermissionStatus permission = await PermissionHandler() ^^^^^^^^^^^^^^^^^ lib/services/contacts.dart:10:32: Error: Getter not found: 'PermissionGroup'. .checkPermissionStatus(PermissionGroup.contacts); ^^^^^^^^^^^^^^^ lib/services/contacts.dart:11:32: Error: Method not found: 'PermissionHandler'. bool showRationale...

headline4: ^^^^^^^^^ /E:/apps/flutter/packages/flutter/lib/src/material/text_theme.dart:109:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^ lib/main.dart:79:52: Error: The getter 'headline4' isn't defined for the class 'TextTheme'. - 'TextTheme' is from...

[Enhancement] Scan the receipt Auto calculate the amount for split

enhancement

Users will be able to tap a button switching the amount to negative (meaning they owe that person). The tab will be displayed with a red pill rather than the...

enhancement

sort by: - name - amount - who owes who filter by: - who owes who

enhancement

Add a FaceID/TouchID barrier for privacy. Enabled in Settings (not by default).

enhancement