0 purchases
tezbor story view
Navigator.push(context,
MaterialPageRoute(
builder: (context) => StoryPage(
data: model,
dataStory: DataForStory(
imageUrl: 'assets/images/app_logo.png',
yesterdayText: easy.tr(LocaleKeys.yesterday),
todayText: easy.tr(LocaleKeys.today),
),
),
),
);
copied to clipboard
client app image = 'assets/images/app_logo.png'
driver app image = 'assets/images/tezbor-driver.png'
update new version #
1: change version package
#
2: CHANGELOG.md add version change
#
3: run terminal : dart pub publish
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.